Skip to content

Commit 6dd7110

Browse files
[Janitor mode] Fix tabs
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16395 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
1 parent dd3c9f1 commit 6dd7110

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

SimulationRuntime/c/simulation/solver/nonlinearSolverHybrd.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -643,9 +643,9 @@ int solveHybrd(DATA *data, int sysNumber)
643643
/* solution found */
644644
if(solverData->info == 1 || xerror <= local_tol || xerror_scaled <= local_tol)
645645
{
646-
int scaling;
646+
int scaling;
647647

648-
success = 1;
648+
success = 1;
649649
nfunc_evals += solverData->nfev;
650650
if(ACTIVE_STREAM(LOG_NLS))
651651
{

0 commit comments

Comments
 (0)