Skip to content

Commit

Permalink
Some minor cleaning up.
Browse files Browse the repository at this point in the history
  • Loading branch information
agarny committed Jan 25, 2018
1 parent 5b17af2 commit a071995
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ void SimulationWorker::started()
double startingPoint = mSimulation->data()->startingPoint();
double endingPoint = mSimulation->data()->endingPoint();
double pointInterval = mSimulation->data()->pointInterval();
quint64 pointCounter = 0;
qulonglong pointCounter = 0;

mCurrentPoint = startingPoint;

Expand Down

0 comments on commit a071995

Please sign in to comment.