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 44c9d5b commit f8d0e26Copy full SHA for f8d0e26
src/Modules/Legacy/Forward/CalcTMP.cc
@@ -53,7 +53,7 @@ class CalcTMP : public Module, public CalcTMPAlgo {
53
*/
54
55
CalcTMP::CalcTMP()
56
- : Module(staticInfo_)
+ : Module(staticInfo_, false)
57
{
58
INITIALIZE_PORT(Amplitude);
59
INITIALIZE_PORT(Depolarization_Time);
@@ -76,9 +76,9 @@ void CalcTMP::execute()
76
auto reps = getOptionalInput(Repolarization_Time);;
77
auto repslopes = getOptionalInput(Repolarization_Slope);;
78
auto rests = getOptionalInput(Rest_Potential);;
79
-
+
80
MatrixHandle tmps;
81
82
if (needToExecute())
83
84
/* TODO LATER
0 commit comments