Changeset 1379 for trunk/bindings


Ignore:
Timestamp:
11/12/09 18:58:24 (2 years ago)
Author:
Freddie Akeroyd
Message:

Fix most of the tests. Refs #199

File:
1 edited

Legend:

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

    r1375 r1379  
    4141  } 
    4242 
     43  template<> 
     44  NXDLL_EXPORT NXnumtype getType(char number) { 
     45    stringstream msg; 
     46    msg << "NeXus::getType() does not know type of \"char\" " << number; 
     47    throw Exception(msg.str()); 
     48  } 
     49 
    4350  // template specialisations for types we know  
    4451  template<> 
     
    9198    return UINT64; 
    9299  } 
     100 
    93101 
    94102} 
Note: See TracChangeset for help on using the changeset viewer.