- Timestamp:
- 23/11/11 17:09:19 (6 months ago)
- File:
-
- 1 edited
-
trunk/bindings/cpp/NeXusFile.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bindings/cpp/NeXusFile.cpp
r1772 r1774 3 3 #include <iostream> 4 4 #include <sstream> 5 #include <typeinfo> 5 6 #include "napiconfig.h" 6 7 #include "NeXusFile.hpp" … … 555 556 template <typename NumT> 556 557 void File::putAttr(const std::string& name, const NumT value) { 557 NumT data[1];558 data[0] = value;559 558 AttrInfo info; 560 559 info.name = name;
Note: See TracChangeset
for help on using the changeset viewer.
