Skip to content

Commit d7829a7

Browse files
authored
Merge pull request #721 from UWB-Biocomputing/issue-720-delete-func-xml911recorder
[ISSUE-720] Remove Unused Functions from Xml911Recorder.cpp
2 parents 6985fe3 + cd7bbd1 commit d7829a7

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

Simulator/Recorders/NG911/Xml911Recorder.cpp

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -15,21 +15,6 @@
1515
#include "Connections911.h"
1616
// #include "Global.h"
1717

18-
/// Init radii and rates history matrices with default values
19-
void Xml911Recorder::initDefaultValues()
20-
{
21-
}
22-
23-
/// Init radii and rates history matrices with current radii and rates
24-
void Xml911Recorder::initValues()
25-
{
26-
}
27-
28-
/// Get the current radii and rates vlaues
29-
void Xml911Recorder::getValues()
30-
{
31-
}
32-
3318
/// Compile history information in every epoch
3419
///
3520
/// @param[in] vertices The entire list of vertices.

0 commit comments

Comments
 (0)