Skip to content

Commit

Permalink
Fixing a minor bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel-M committed Nov 28, 2014
1 parent 55d114f commit 34a1096
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/HH_Model_class.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ struct push_back_state_and_time
* \param hhmodel hh_model object that contains the ODES and gating functions.
* \param y a vector that stores the solution (and initial conditions)
* \param out_datafile The filename where the solution is going to be placed
*/

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

0 comments on commit 34a1096

Please sign in to comment.