use size option of gneplot2, and more
This commit is contained in:
@@ -5,7 +5,7 @@ program essai
|
||||
integer :: foo, bar
|
||||
integer :: nbarg
|
||||
integer :: numframe = 0
|
||||
character(len=32) :: arg
|
||||
character(len=256) :: arg
|
||||
|
||||
! write(0, *) "------------ essai graf anim ---------------"
|
||||
|
||||
@@ -16,7 +16,7 @@ program essai
|
||||
read (arg, *) numframe
|
||||
endif
|
||||
|
||||
! write(0, '(A20, I5)') "frame number =", numframe
|
||||
write(0, '(A20, I5)') "frame number =", numframe
|
||||
|
||||
call init_genplot("essai.genplot")
|
||||
call do_frame(7)
|
||||
|
||||
Reference in New Issue
Block a user