Skip to content

Undefined return values in src/2d/shallow/surge/data_storm_module.f90 #681

@rjleveque

Description

@rjleveque

Compiling geoclaw with the ifx intel compiler gives these warnings:

/home1/04137/rjl/clawpack_src/clawpack-v5.13.1/geoclaw/src/2d/shallow/surge/data_storm_module.f90(480): warning #6178: The return value of this FUNCTION has not been defined.   [LOCATION]
    function storm_location(t,storm) result(location)
--------------------------------------------^
/home1/04137/rjl/clawpack_src/clawpack-v5.13.1/geoclaw/src/2d/shallow/surge/data_storm_module.f90(498): warning #6178: The return value of this FUNCTION has not been defined.   [THETA]
    real(kind=8) function storm_direction(t, storm) result(theta)
-----------------------------------------------------------^

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