ecx.f90 Source File


This file depends on

sourcefile~~ecx.f90~~EfferentGraph sourcefile~ecx.f90 ecx.f90 sourcefile~ecx_api.f90 ecx_api.f90 sourcefile~ecx.f90->sourcefile~ecx_api.f90 sourcefile~ecx_capi.f90 ecx_capi.f90 sourcefile~ecx.f90->sourcefile~ecx_capi.f90 sourcefile~ecx_common.f90 ecx_common.f90 sourcefile~ecx_api.f90->sourcefile~ecx_common.f90 sourcefile~ecx_core.f90 ecx_core.f90 sourcefile~ecx_api.f90->sourcefile~ecx_core.f90 sourcefile~ecx_eis.f90 ecx_eis.f90 sourcefile~ecx_api.f90->sourcefile~ecx_eis.f90 sourcefile~ecx_version.f90 ecx_version.f90 sourcefile~ecx_api.f90->sourcefile~ecx_version.f90 sourcefile~ecx_capi.f90->sourcefile~ecx_api.f90 sourcefile~ecx_capi.f90->sourcefile~ecx_common.f90 sourcefile~ecx_capi.f90->sourcefile~ecx_core.f90 sourcefile~ecx_core.f90->sourcefile~ecx_common.f90 sourcefile~ecx_eis.f90->sourcefile~ecx_common.f90 sourcefile~ecx_eis.f90->sourcefile~ecx_core.f90

Files dependent on this one

sourcefile~~ecx.f90~~AfferentGraph sourcefile~ecx.f90 ecx.f90 sourcefile~main.f90 main.f90 sourcefile~main.f90->sourcefile~ecx.f90

Source Code

module ecx
    !! Main module for ecx.
    use ecx__api
    use ecx__capi
end module