syntax polish for ifdef
This commit is contained in:
parent
4dfc8d0132
commit
3d0e19de0a
|
@ -712,7 +712,9 @@ program DAMASK_spectral
|
|||
|
||||
#ifdef _OPENMP
|
||||
call MPI_finalize(i)
|
||||
if (i /= 0_pInt) call IO_error(error_ID=894, el=i, ext_msg="Finalize()")
|
||||
if (i /= 0_pInt) then
|
||||
call IO_error(error_ID=894, el=i, ext_msg="Finalize()")
|
||||
endif
|
||||
#endif
|
||||
|
||||
if (notConvergedCounter > 0_pInt) call quit(3_pInt) ! error if some are not converged
|
||||
|
|
Loading…
Reference in New Issue