Fixed compilation issue

This commit is contained in:
Zaher Salman
2026-06-13 10:26:12 +02:00
parent affead51a3
commit 5ef7e3ef45
+2 -1
View File
@@ -2369,7 +2369,8 @@ C
& ,':',A2,':',A2)
WRITE(21,*)
WRITE(21,10052)nh,(seconds_stop_total-seconds_start_total)
10052 FORMAT(1x,' Simulation needed for ',I7,' projectiles ',I7,' seconds')
10052 FORMAT(1x,' Simulation needed for ',I7,' projectiles ',I7,
& ' seconds')
WRITE(21,1402)innam
1402 FORMAT(//30X,'* INPUT DATA *',5X,A12)