mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 06:05:58 -04:00
added newline at end of file
This commit is contained in:
parent
74e05654b3
commit
e044421ff3
1 changed files with 1 additions and 1 deletions
|
|
@ -177,6 +177,6 @@ else:
|
|||
|
||||
sys.stdout.write('\ngfortran-MPI-PETSC-HDF5-OPTIMIZE tests...')
|
||||
if result_gfortran_phdf5_petsc_opt:
|
||||
sys.stdout.write(BOLD + OK + '[OK]' + ENDC)
|
||||
sys.stdout.write(BOLD + OK + '[OK]' + ENDC, '\n')
|
||||
else:
|
||||
sys.stdout.write(BOLD + FAIL + '[FAILED]' + ENDC + '\n')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue