We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccbad25 commit 731c77aCopy full SHA for 731c77a
examples/test_rustbca.f90
@@ -70,6 +70,6 @@ program test_rustbca
70
call cpu_time(stop)
71
write(*,*) "Elapsed time in ions per eV per s: ", (stop - start)/N_ions/1000.0
72
73
- call exit(1)
+ !call exit(1)
74
75
-end program test_rustbca
+end program test_rustbca
0 commit comments