Got a compiling version of the algorithm

This commit is contained in:
Your Name 2011-12-13 17:48:37 -05:00
parent 8dd58836e0
commit 8d4419d2fd
3 changed files with 194 additions and 10 deletions

View file

@ -26,3 +26,7 @@ if (HDF5_FOUND)
add_executable(testReadFlash testReadFlash.cpp)
target_link_libraries(testReadFlash ${tolink})
endif (HDF5_FOUND)
add_executable(testEskow testEskow.cpp)
target_link_libraries(testEskow ${tolink})