main.f90 Source File

Implementation of program (just calls handle_main_file).


This file depends on

sourcefile~~main.f90~~EfferentGraph sourcefile~main.f90 main.f90 sourcefile~optmod.f90 optmod.f90 sourcefile~main.f90->sourcefile~optmod.f90 sourcefile~funcmod.f90 funcmod.f90 sourcefile~optmod.f90->sourcefile~funcmod.f90

Source Code

!* Implementation of program (just calls [[handle_main_file]]).

program main
use optmod
implicit none

call handle_main_file(nb_methods, nb_rprt_params, method_names, rprt_params)
    
end program main