added NeXus support. Still a lot of testing will be needed, documentation updated, etc.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -86,5 +86,8 @@ int main(int argc, char *argv[])
|
||||
}
|
||||
}
|
||||
|
||||
if (nxs_file)
|
||||
delete nxs_file;
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user