Hi,
I need use flag variables for intensive use in user defined types, but I'm not sure about the faster way for this. I'm considering two posibilities. The first one is use directly logical variables, as follow:
type node_t
....
logical(1), dimension(4) :: flag
...
end type
integer...
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.