Skip to content

Commit

Permalink
- Fix compilation on Linux (assert.h)
Browse files Browse the repository at this point in the history
- Expected testsuite results
- Remove tabs


git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8680 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
sjoelund committed Apr 17, 2011
1 parent fb3dd3a commit 4ae387b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Compiler/BackEnd/BackendQSS.mo
Expand Up @@ -2553,7 +2553,7 @@ end findInputPort;

protected function mapStateEquationsInDEVSblocks
"function: mapEquationInDEVSblocks is the function that maps the equation indices in dlow into the corresponding
DEVS blocks that contain them.
DEVS blocks that contain them.
author: XF
date: 25-6-2010
"
Expand Down
7 changes: 3 additions & 4 deletions c_runtime/solver_main.cpp
Expand Up @@ -44,16 +44,15 @@
#include <stdint.h>
#include <errno.h>
#include "rtclock.h"
#include <assert.h>

using namespace std;

// Internal definitions; do not expose
int
euler_ex_step(double* step, int
(*f)());
euler_ex_step(double* step, int (*f)());
int
rungekutta_step(double* step, int
(*f)());
rungekutta_step(double* step, int (*f)());
int
dasrt_step(double* step, double &start, double &stop, bool &trigger, int* stats);

Expand Down

0 comments on commit 4ae387b

Please sign in to comment.