Added graficToDensity conversion. Added missing getBoxsize() method. Fixed grafic generation
This commit is contained in:
parent
688e4e20de
commit
1aaf5f4a13
5 changed files with 85 additions and 4 deletions
|
@ -42,6 +42,8 @@ if (HDF5_FOUND)
|
|||
add_executable(gadgetToArray gadgetToArray.cpp)
|
||||
target_link_libraries(gadgetToArray ${tolink})
|
||||
|
||||
add_executable(graficToDensity graficToDensity.cpp)
|
||||
target_link_libraries(graficToDensity ${tolink})
|
||||
endif (HDF5_FOUND)
|
||||
|
||||
|
||||
|
@ -88,3 +90,4 @@ endif (Boost_FOUND)
|
|||
|
||||
add_executable(gadgetToDensity gadgetToDensity.cpp)
|
||||
target_link_libraries(gadgetToDensity ${tolink})
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue