We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55d114f commit 34a1096Copy full SHA for 34a1096
src/HH_Model_class.cpp
@@ -69,6 +69,7 @@ struct push_back_state_and_time
69
* \param hhmodel hh_model object that contains the ODES and gating functions.
70
* \param y a vector that stores the solution (and initial conditions)
71
* \param out_datafile The filename where the solution is going to be placed
72
+ */
73
74
void hhSolver(int POINTS, double tf, hh_model hhmodel,std::vector<double> y,std::string out_datafile)
75
{
0 commit comments