add some garbage
This commit is contained in:
@@ -1,19 +1,18 @@
|
||||
program essai
|
||||
|
||||
! use bloubspace
|
||||
use mathstuff
|
||||
use mathstuff2
|
||||
implicit none
|
||||
|
||||
|
||||
call test_random(10)
|
||||
|
||||
|
||||
STOP ': BECAUSE JOB IS DONE'
|
||||
|
||||
! --------------------------------------------------------------
|
||||
contains
|
||||
|
||||
subroutine test_random(nbre)
|
||||
implicit none
|
||||
integer, intent(in) :: nbre
|
||||
integer :: foo
|
||||
real :: quux, bar
|
||||
|
||||
Reference in New Issue
Block a user