need more work...
This commit is contained in:
parent
c0d8ee443f
commit
24cb13ad19
@ -42,6 +42,9 @@ voxelize: voxelize.f90 Makefile $(OBJDEP)
|
||||
lorentz: lorentz.f90 Makefile $(OBJDEP)
|
||||
gfortran $(GFOPT) $< $(OBJS) -o $@
|
||||
|
||||
mkmandel: mkmandel.f90 Makefile $(OBJDEP)
|
||||
gfortran $(GFOPT) $< $(OBJS) -o $@
|
||||
|
||||
# ---------------------------------------------
|
||||
|
||||
lorentz.pgm: lorentz Makefile
|
||||
|
@ -4,8 +4,8 @@
|
||||
!-----------------------------------------------------
|
||||
|
||||
subroutine plotsomething(pic, start, cz)
|
||||
use cmplxmath
|
||||
use imagetools
|
||||
! use cmplxmath
|
||||
! use imagetools
|
||||
|
||||
implicit none
|
||||
|
||||
@ -93,7 +93,7 @@ program mkmandel
|
||||
end subroutine plotsomething
|
||||
end interface
|
||||
|
||||
integer, dimension(768, 768) :: picz
|
||||
integer, dimension(512, 512) :: picz
|
||||
type (CenterMag) :: cm
|
||||
integer :: angle
|
||||
real :: radangle, radius
|
||||
|
Loading…
Reference in New Issue
Block a user