Skip to content

Commit f8d0e26

Browse files
committed
Turn off UI
1 parent 44c9d5b commit f8d0e26

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Modules/Legacy/Forward/CalcTMP.cc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ class CalcTMP : public Module, public CalcTMPAlgo {
5353
*/
5454

5555
CalcTMP::CalcTMP()
56-
: Module(staticInfo_)
56+
: Module(staticInfo_, false)
5757
{
5858
INITIALIZE_PORT(Amplitude);
5959
INITIALIZE_PORT(Depolarization_Time);
@@ -76,9 +76,9 @@ void CalcTMP::execute()
7676
auto reps = getOptionalInput(Repolarization_Time);;
7777
auto repslopes = getOptionalInput(Repolarization_Slope);;
7878
auto rests = getOptionalInput(Rest_Potential);;
79-
79+
8080
MatrixHandle tmps;
81-
81+
8282
if (needToExecute())
8383
{
8484
/* TODO LATER

0 commit comments

Comments
 (0)