diff --git a/src/paper_thinstrip_full/thinstrip_equation.cc b/src/paper_thinstrip_full/thinstrip_equation.cc index 8699ea89ff1c12f05a2b314899f15c8479168508..989efbf867334ae9f80d6e913e1faa475eaafde7 100644 --- a/src/paper_thinstrip_full/thinstrip_equation.cc +++ b/src/paper_thinstrip_full/thinstrip_equation.cc @@ -119,8 +119,6 @@ int main(int argc, char** argv) ptree["Time.dtMin"] = std::to_string(1./float(factorsize) * ptree.get("Time.dtMin",0.1)); } - ptree["output.filename"] = "teststest"; - // const int dim = ptree.get<int>("grid.dim"); const int refinement = ptree.get<int>("domain.level");