Ignore:
Timestamp:
08/05/10 17:45:28 (2 years ago)
Author:
Freddie Akeroyd
Message:

Add malloc() and free() methods Refs #227

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bindings/cpp/NeXusFile.hpp

    r1466 r1468  
    162162    void flush(); 
    163163 
     164    template<typename NumT> 
     165    void malloc(NumT*& data, const Info& info); 
     166 
     167    template<typename NumT> 
     168    void free(NumT*& data); 
     169 
    164170    /** 
    165171     * Create a new group. 
Note: See TracChangeset for help on using the changeset viewer.