Skip to content

Commit 9b05d1c

Browse files
committed
more lcov exclusions
1 parent f8ffaec commit 9b05d1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/common/nonlinearSolvers.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ bool newtonRaphson( REAL_TYPE (& x)[N],
181181

182182
if( !isConverged )
183183
{
184-
printf( "--Newton solver error: Max iterations reached without convergence.\n" );
184+
printf( "--Newton solver error: Max iterations reached without convergence.\n" ); // LCOV_EXCL_LINE
185185
}
186186

187187
return isConverged;

0 commit comments

Comments
 (0)