Skip to content

read/write/set/get nml can handle logical vectors

Compare
Choose a tag to compare
@jordansread jordansread released this 02 Feb 16:04

now can use vectors of R booleans for values in the gml2.nmls

.true., .false., .true.

is read into R as

TRUE, FALSE, TRUE

and writes back to nml in ".true., .false., .true." form. This is a bug fix