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