Skip to content

Commit 899e0df

Browse files
committed
- remove space characters
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19669 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
1 parent d807164 commit 899e0df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SimulationRuntime/c/util/division.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ modelica_real division_error_equation_time(threadData_t *threadData, modelica_re
4141
if(noThrow){
4242
warningStreamPrintWithEquationIndexes(LOG_UTIL, 0, indexes, "solver will try to handle division by zero at time %.16g: %s", time, msg);
4343
} else {
44-
throwStreamPrintWithEquationIndexes(threadData, indexes, "division by zero at time %.16g, (a=%.16g) / (b = %.16g), where divisor b expression is: %s", time, a, b, msg);
44+
throwStreamPrintWithEquationIndexes(threadData, indexes, "division by zero at time %.16g, (a=%.16g) / (b=%.16g), where divisor b expression is: %s", time, a, b, msg);
4545
}
4646
return b;
4747
}

0 commit comments

Comments
 (0)