Skip to content
Snippets Groups Projects
Commit 4f8abcb6 authored by Robert K's avatar Robert K
Browse files

[cleanup] remove unused variables.

parent a2b6cf5a
No related branches found
No related tags found
No related merge requests found
......@@ -377,9 +377,6 @@ namespace Fem
*/
void solve ( const int loop, TimeProviderType& tp, const double endTime )
{
// print info on each printCount step
const int printCount = param_.printCount();
double maxTimeStep = param_.maxTimeStep();
#ifdef BASEFUNCTIONSET_CODEGEN_GENERATE
......@@ -427,9 +424,6 @@ namespace Fem
// reset time step estimate
tp.provideTimeStepEstimate( maxTimeStep );
// current time step size
const double deltaT = tp.deltaT();
//************************************************
//* Compute an ODE timestep *
//************************************************
......
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