Skip to content

Commit 34a1096

Browse files
committed
Fixing a minor bug
1 parent 55d114f commit 34a1096

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/HH_Model_class.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ struct push_back_state_and_time
6969
* \param hhmodel hh_model object that contains the ODES and gating functions.
7070
* \param y a vector that stores the solution (and initial conditions)
7171
* \param out_datafile The filename where the solution is going to be placed
72+
*/
7273

7374
void hhSolver(int POINTS, double tf, hh_model hhmodel,std::vector<double> y,std::string out_datafile)
7475
{

0 commit comments

Comments
 (0)