From 43229ae41375e7aa13b939a4e536f9684beabb5d Mon Sep 17 00:00:00 2001 From: OpenModelica Hudson Date: Thu, 30 Oct 2014 14:16:51 +0000 Subject: [PATCH] [Janitor mode] Fix whitespace git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23085 f25d12d1-65f4-0310-ae8a-bbce733d8d8e --- SimulationRuntime/cpp/Include/Solver/CVode/CVode.h | 4 ++-- SimulationRuntime/cpp/Include/Solver/Euler/Euler.h | 2 +- SimulationRuntime/cpp/Include/Solver/Kinsol/Kinsol.h | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/SimulationRuntime/cpp/Include/Solver/CVode/CVode.h b/SimulationRuntime/cpp/Include/Solver/CVode/CVode.h index fdddc7ff20e..06e03dfd1dc 100644 --- a/SimulationRuntime/cpp/Include/Solver/CVode/CVode.h +++ b/SimulationRuntime/cpp/Include/Solver/CVode/CVode.h @@ -152,8 +152,8 @@ class Cvode void initializeColoredJac(); void setcycletime(double cycletime); - - + + ISolverSettings *_cvodesettings; ///< Input - Solver settings diff --git a/SimulationRuntime/cpp/Include/Solver/Euler/Euler.h b/SimulationRuntime/cpp/Include/Solver/Euler/Euler.h index 0f85e4b6a17..637f846b95b 100644 --- a/SimulationRuntime/cpp/Include/Solver/Euler/Euler.h +++ b/SimulationRuntime/cpp/Include/Solver/Euler/Euler.h @@ -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 /* diff --git a/SimulationRuntime/cpp/Include/Solver/Kinsol/Kinsol.h b/SimulationRuntime/cpp/Include/Solver/Kinsol/Kinsol.h index 32d022d1680..9a6429940fb 100644 --- a/SimulationRuntime/cpp/Include/Solver/Kinsol/Kinsol.h +++ b/SimulationRuntime/cpp/Include/Solver/Kinsol/Kinsol.h @@ -69,7 +69,7 @@ class Kinsol : public IAlgLoopSolver *_zeroVec, *_currentIterate; - double + double _fnormtol, _scsteptol;