Skip to content

Commit

Permalink
-fixed whitespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
RuedKamp committed Jun 17, 2015
1 parent cddf270 commit bd9ddd2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
4 changes: 0 additions & 4 deletions SimulationRuntime/cpp/Include/Solver/ARKode/ARKode.h
@@ -1,4 +1,3 @@

#pragma once

#include "FactoryExport.h"
Expand All @@ -10,7 +9,6 @@
//#include <cvode/cvode.h>

/*
*/


Expand Down Expand Up @@ -149,8 +147,6 @@ double
_zeroFound;




N_Vector
_ARK_y0, ///< Temp - Initial values in the Cvode Format
_ARK_y, ///< Temp - State in Cvode Format
Expand Down
1 change: 0 additions & 1 deletion SimulationRuntime/cpp/Solver/ARKode/ARKode.cpp
Expand Up @@ -5,7 +5,6 @@

#include <Core/Math/Functions.h>
#include <arkode/arkode.h>

#include <arkode/arkode_dense.h> // prototype for ARKDense solver
#include <sundials/sundials_dense.h> // defs. of DlsMat and DENSE_ELEM
#include <sundials/sundials_types.h> // def. of type 'realtype'
Expand Down

0 comments on commit bd9ddd2

Please sign in to comment.