two small fix
This commit is contained in:
parent
4853779493
commit
046c9f0b56
@ -1,4 +1,4 @@
|
|||||||
program genbloubs
|
program exportbloubs
|
||||||
|
|
||||||
use bloubspace
|
use bloubspace
|
||||||
implicit none
|
implicit none
|
||||||
@ -11,7 +11,7 @@ program genbloubs
|
|||||||
! parsing command line
|
! parsing command line
|
||||||
i = IARGC()
|
i = IARGC()
|
||||||
if (1 .ne. i) then
|
if (1 .ne. i) then
|
||||||
STOP ' :BAD COMMAND LINE'
|
STOP ' : BAD COMMAND LINE'
|
||||||
endif
|
endif
|
||||||
call getarg(1, filename)
|
call getarg(1, filename)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user