Skip to content

Commit

Permalink
Remove useless line of code
Browse files Browse the repository at this point in the history
It was introduced in #254.
  • Loading branch information
lochel committed Mar 13, 2016
1 parent 757fe5f commit cf3a416
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion SimulationRuntime/c/simulation/solver/perform_simulation.c
Expand Up @@ -347,7 +347,6 @@ int prefixedName_performSimulation(DATA* data, threadData_t *threadData, SOLVER_
{
if (solverInfo->currentTime >= solverInfo->lastdesiredStep)
{
double tmpTime = solverInfo->currentTime;
do
{
__currStepNo++;
Expand Down

0 comments on commit cf3a416

Please sign in to comment.