added NeXus support. Still a lot of testing will be needed, documentation updated, etc.

This commit is contained in:
nemu
2011-04-08 09:24:32 +00:00
parent 00d591fbff
commit 49619fcffb
18 changed files with 865 additions and 236 deletions

View File

@@ -11,7 +11,7 @@ LD = g++
LDFLAGS = -g
LIBS = -L /usr/local/lib -lNeXus
LIBS += -L /usr/local/hdf5/lib -lhdf5
LIBS += -L /opt/hdf5/lib -lhdf5
EXEC = nexus_read_test

View File

@@ -86,5 +86,8 @@ int main(int argc, char *argv[])
}
}
if (nxs_file)
delete nxs_file;
return 0;
}