Changeset 1379 for trunk/bindings
- Timestamp:
- 11/12/09 18:58:24 (2 years ago)
- File:
-
- 1 edited
-
trunk/bindings/cpp/NeXusFile.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bindings/cpp/NeXusFile.cpp
r1375 r1379 41 41 } 42 42 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 43 50 // template specialisations for types we know 44 51 template<> … … 91 98 return UINT64; 92 99 } 100 93 101 94 102 }
Note: See TracChangeset
for help on using the changeset viewer.
