more work towards NeXus exchange

This commit is contained in:
2011-12-22 10:27:01 +00:00
parent 60a11bffa5
commit 7e2ea62ac3
16 changed files with 871 additions and 486 deletions

View File

@@ -6,12 +6,12 @@ NEXUS_CLASS_DIR = ../../external/nexus
CXX = g++
CXXFLAGS = -g -Wall -fPIC
INCLUDES = -I /usr/local/include -I $(NEXUS_CLASS_DIR)
INCLUDES = -I /opt/nexus/include -I $(NEXUS_CLASS_DIR)
LD = g++
LDFLAGS = -g
LIBS = -L /usr/local/lib -lNeXus
LIBS += -L /usr/lib -lhdf5
LIBS = -L /opt/nexus/lib -lNeXus
LIBS += -L /opt/hdf/lib -lhdf5
EXEC = nexus_read_test

View File

@@ -67,7 +67,7 @@ int main(int argc, char *argv[])
PNeXus *nxs_file = new PNeXus(argv[1]);
if (nxs_file->IsValid(true)) {
if (nxs_file->IsValid(false)) {
nxs_file->Dump();
if (argc == 5) {