Skip to content

Commit

Permalink
- tab
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13608 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
Jens Frenkel committed Oct 24, 2012
1 parent 9e432d4 commit 2606865
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Compiler/runtime/SimulationResultsCmp.c
Expand Up @@ -644,7 +644,7 @@ void* SimulationResultsCmp_compareResults(const char *filename, const char *reff
/* check if reftime is larger or equal time */
res = mk_nil();
if (time.data[time.n] > timeref.data[timeref.n]) {
char buf[250];
char buf[250];
#ifdef DEBUGOUTPUT
fprintf(stderr, "max time value=%.6g ref max time value: %.6g\n",time.data[time.n],timeref.data[timeref.n]);
#endif
Expand Down

0 comments on commit 2606865

Please sign in to comment.