Skip to content

Commit

Permalink
[Janitor mode] Fix whitespace
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23085 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
OpenModelica-Hudson committed Oct 30, 2014
1 parent 72429c5 commit 43229ae
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions SimulationRuntime/cpp/Include/Solver/CVode/CVode.h
Expand Up @@ -152,8 +152,8 @@ class Cvode
void initializeColoredJac();

void setcycletime(double cycletime);


ISolverSettings
*_cvodesettings; ///< Input - Solver settings

Expand Down
2 changes: 1 addition & 1 deletion SimulationRuntime/cpp/Include/Solver/Euler/Euler.h
Expand Up @@ -54,7 +54,7 @@ class Euler : public ISolver, public SolverDefaultImplementation
/// Indicates whether a solver error occurred during integration, returns type of error and provides error message
virtual const int reportErrorMessage(ostream& messageStream);
virtual bool stateSelection();
virtual void setcycletime(double cycletime);
virtual void setcycletime(double cycletime);
private:
/// (Explizites) Euler-Verfahren 1. Ordnung
/*
Expand Down
2 changes: 1 addition & 1 deletion SimulationRuntime/cpp/Include/Solver/Kinsol/Kinsol.h
Expand Up @@ -69,7 +69,7 @@ class Kinsol : public IAlgLoopSolver
*_zeroVec,
*_currentIterate;

double
double
_fnormtol,
_scsteptol;

Expand Down

0 comments on commit 43229ae

Please sign in to comment.