Skip to content

problem with the lack of reserved variable names #181

@phreeplot

Description

@phreeplot
logical:: g = .true.
character(2) :: eq = "OK"
if (g .and. eq.ne.'') print *, eq
end

becomes

logical:: g = .true.
character(2) :: eq = "OK"
if (g.and .eq. ne.'') print *, eq
end

All a bit of a nightmare no doubt.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions