Skip to content
Snippets Groups Projects
Commit 20953a81 authored by jonathan.froehlich's avatar jonathan.froehlich
Browse files

Removed outputs

parent 78321b81
No related branches found
No related tags found
No related merge requests found
Pipeline #125181 failed
......@@ -32,9 +32,6 @@ protected:
while(TS.CurrentTStep() < TS.LastTStep()){
t.emplace_back(TS.NextTimeStep());
}
for(int i = 0; i< t.size();++i){
std::cout << t[i] << " - ";
}
TS.Reset();
cellSolver->Solve(TS, v);
}
......@@ -167,4 +164,4 @@ TYPED_TEST(MElphyTest, RestingPotential) {
int main(int argc, char **argv) {
MppTest mppTest = MppTestBuilder(argc, argv).WithPPM().WithScreenLogging();
return mppTest.RUN_ALL_MPP_TESTS();
}
\ No newline at end of file
}
......@@ -115,4 +115,4 @@ INSTANTIATE_TEST_SUITE_P(TestMonodomain, MonodomainTest, Values(
int main(int argc, char **argv) {
MppTest mppTest = MppTestBuilder(argc, argv).WithPPM().WithoutDefaultConfig().WithScreenLogging();
return mppTest.RUN_ALL_MPP_TESTS();
}
\ No newline at end of file
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment