Skip to content

Commit

Permalink
- remove an accidentally commit change
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19548 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
Willi Braun committed Mar 12, 2014
1 parent 0381983 commit b8df161
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SimulationRuntime/c/simulation/solver/model_help.c
Expand Up @@ -1020,7 +1020,7 @@ void deInitializeDataStruc(DATA *data)
* Less is for case LESS and GREATEREQ
* Greater is for case LESSEQ and GREATER
*/
static double tolZC = 0;
static double tolZC = 1e-10;

void setZCtol(double relativeTol)
{
Expand Down

0 comments on commit b8df161

Please sign in to comment.