so if we have something like
IALL = 0
ITOT = 0
NTOT = 10
NS = 0
NI = 10
and this is the first time the lhs are actually being used, without define, are these set to doubles or ints?
some user earlier mentioned that lhs if not defined with a type are real. so why does this code contain ints.
IALL = 0
ITOT = 0
NTOT = 10
NS = 0
NI = 10
and this is the first time the lhs are actually being used, without define, are these set to doubles or ints?
some user earlier mentioned that lhs if not defined with a type are real. so why does this code contain ints.