New tool to convert a gadget to a HDF5 file

This commit is contained in:
Guilhem Lavaux 2014-05-20 16:27:41 +02:00
parent 47255ea25a
commit 468f5222b8
2 changed files with 58 additions and 0 deletions

View file

@ -37,6 +37,10 @@ if (HDF5_FOUND)
add_executable(testHDF5 testHDF5.cpp)
target_link_libraries(testHDF5 ${tolink})
add_executable(gadgetToArray gadgetToArray.cpp)
target_link_libraries(gadgetToArray ${tolink})
endif (HDF5_FOUND)