Compile CIC. Imported tool to convert gadget snapshot to density field
This commit is contained in:
parent
c6668cbd0a
commit
11dd968f36
3 changed files with 66 additions and 0 deletions
|
@ -77,3 +77,6 @@ if (Boost_FOUND)
|
|||
add_executable(simple3DFilter simple3DFilter.cpp)
|
||||
target_link_libraries(simple3DFilter ${tolink})
|
||||
endif (Boost_FOUND)
|
||||
|
||||
add_executable(gadgetToDensity gadgetToDensity.cpp)
|
||||
target_link_libraries(gadgetToDensity ${tolink})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue