Skip to content

Commit 731c77a

Browse files
authored
Update test_rustbca.f90
1 parent ccbad25 commit 731c77a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/test_rustbca.f90

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,6 @@ program test_rustbca
7070
call cpu_time(stop)
7171
write(*,*) "Elapsed time in ions per eV per s: ", (stop - start)/N_ions/1000.0
7272

73-
call exit(1)
73+
!call exit(1)
7474

75-
end program test_rustbca
75+
end program test_rustbca

0 commit comments

Comments
 (0)