Skip to content
Snippets Groups Projects
Commit b132260d authored by Christoph Lehmann's avatar Christoph Lehmann Committed by Dmitri Naumov
Browse files

[PL] Removed unused method

parent 4ef94798
No related branches found
No related tags found
No related merge requests found
......@@ -779,12 +779,6 @@ TimeLoop::solveCoupledEquationSystemsByStaggeredScheme(
return nonlinear_solver_status;
}
void TimeLoop::outputSolutions() const
{
const std::size_t timesteps = _accepted_steps + 1;
outputSolutions(timesteps, _current_time, &Output::doOutput);
}
template <typename OutputClassMember>
void TimeLoop::outputSolutions(unsigned timestep, const double t,
OutputClassMember output_class_member) const
......
......@@ -62,7 +62,6 @@ public:
double endTime() const { return _end_time; }
double currentTime() const { return _current_time; }
bool successful_time_step = false;
void outputSolutions() const;
private:
bool preTsNonlinearSolvePostTs(double const t, double const dt,
......
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