Skip to content

Commit c12ab88

Browse files
authored
Merge pull request #670 from UWB-Biocomputing/issue-654-add-ImplementHDF5Recorderconstructor
Issue 654 add implement hdf5 recorderconstructor
2 parents eacf7d4 + bedfd54 commit c12ab88

File tree

13 files changed

+166
-538
lines changed

13 files changed

+166
-538
lines changed

CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,8 @@ add_executable(tests
363363
Testing/UnitTesting/GraphManagerTests.cpp
364364
Testing/Utils/ParameterManagerTests.cpp
365365
Testing/Utils/CircularBufferTests.cpp
366-
Testing/UnitTesting/XmlRecorderTests.cpp)
366+
Testing/UnitTesting/XmlRecorderTests.cpp
367+
Testing/UnitTesting/Hdf5RecorderTests.cpp)
367368

368369
# Links the Googletest framework with the testing executable
369370
target_link_libraries(tests gtest gtest_main)

Simulator/Connections/Neuro/ConnGrowth.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@
4646
#include "ParseParamError.h"
4747

4848
#ifdef USE_HDF5
49-
#include "Hdf5GrowthRecorder.h"
49+
//#include "Hdf5GrowthRecorder.h"
50+
#include "Hdf5Recorder.h"
5051
#endif
5152

5253
ConnGrowth::ConnGrowth()

0 commit comments

Comments
 (0)