Hello!
I still have a problem allocating derived datatypes.
My setup now reads as followed:
I have a module_gv in which my derived datatype is declared like this:
type, public :: w_field
sequence
double precision :: wx,wy,wz
end type w_field
type(w_field),allocatable,dimension(:,:,:) :: w...
Hello!
I have a problem allocating derived datatypes.
My setup reads as followed:
I have a module_gv in which my derived datatype is declared like this:
type, public :: w_field, sequence
double precision :: wx,wy,wz
end type w_field
type(w_field),allocatable,dimension(:,:,:) :: w
then in the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.