Changeset 1774 for trunk


Ignore:
Timestamp:
23/11/11 17:09:19 (6 months ago)
Author:
Peter Peterson
Message:

Adding missing include and deleted an unused variable. Refs #286.

File:
1 edited

Legend:

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

    r1772 r1774  
    33#include <iostream> 
    44#include <sstream> 
     5#include <typeinfo> 
    56#include "napiconfig.h" 
    67#include "NeXusFile.hpp" 
     
    555556template <typename NumT> 
    556557void File::putAttr(const std::string& name, const NumT value) { 
    557   NumT data[1]; 
    558   data[0] = value; 
    559558  AttrInfo info; 
    560559  info.name = name; 
Note: See TracChangeset for help on using the changeset viewer.