PartMC  2.6.1
Functions/Subroutines
partmc.F90 File Reference

The partmc program. More...

Go to the source code of this file.

Functions/Subroutines

program partmc
 Top level driver. More...
 
subroutine print_usage ()
 Print the usage text to stderr. More...
 
subroutine partmc_run (spec_name)
 Do a PartMC run. More...
 

Detailed Description

The partmc program.

Definition in file partmc.F90.

Function/Subroutine Documentation

◆ partmc()

program partmc

Top level driver.

Definition at line 215 of file partmc.F90.

◆ partmc_run()

subroutine partmc::partmc_run ( character(len=*), intent(in)  spec_name)

Do a PartMC run.

Parameters
[in]spec_nameSpec filename.

Definition at line 275 of file partmc.F90.

◆ print_usage()

subroutine partmc::print_usage

Print the usage text to stderr.

Definition at line 266 of file partmc.F90.