forsus.F90 Source File


This file depends on

sourcefile~~forsus.f90~~EfferentGraph sourcefile~forsus.f90 forsus.F90 sourcefile~constants.f90 constants.f90 sourcefile~forsus.f90->sourcefile~constants.f90 sourcefile~properties.f90 properties.f90 sourcefile~forsus.f90->sourcefile~properties.f90 sourcefile~show_available.f90 show_available.f90 sourcefile~forsus.f90->sourcefile~show_available.f90 sourcefile~substance.f90 substance.f90 sourcefile~forsus.f90->sourcefile~substance.f90 sourcefile~critical_constants.f90 critical_constants.f90 sourcefile~properties.f90->sourcefile~critical_constants.f90 sourcefile~group.f90 group.f90 sourcefile~properties.f90->sourcefile~group.f90 sourcefile~scalar_property.f90 scalar_property.f90 sourcefile~properties.f90->sourcefile~scalar_property.f90 sourcefile~show_available.f90->sourcefile~constants.f90 sourcefile~substance.f90->sourcefile~properties.f90 sourcefile~critical_constants.f90->sourcefile~scalar_property.f90 sourcefile~base.f90 base.f90 sourcefile~group.f90->sourcefile~base.f90 sourcefile~scalar_property.f90->sourcefile~constants.f90 sourcefile~scalar_property.f90->sourcefile~base.f90 sourcefile~base.f90->sourcefile~constants.f90

Source Code

module forsus
    !! ForSus: Fortran substance properties.
    use forsus_constants
    use forsus_properties
    use forsus_substance
    use forsus__available

    character(len=*), parameter :: version = VERSION
end module