Functions/Subroutines | |
subroutine | mrg_x2o_init_mct (cdata_o, a2x_o, i2x_o, r2x_o) |
subroutine | mrg_x2o_run_mct (cdata_o, a2x_o, i2x_o, xao_o, fractions_o, x2o_o) |
subroutine | mrg_x2o_final_mct |
subroutine mrg_x2o_mct::mrg_x2o_final_mct | ( | ) |
Definition at line 229 of file mrg_x2o_mct.F90.
subroutine mrg_x2o_mct::mrg_x2o_init_mct | ( | type(seq_cdata),intent(in) | cdata_o, | |
type(mct_aVect),intent(inout) | a2x_o, | |||
type(mct_aVect),intent(inout) | i2x_o, | |||
type(mct_aVect),intent(inout) | r2x_o | |||
) |
Definition at line 31 of file mrg_x2o_mct.F90.
subroutine mrg_x2o_mct::mrg_x2o_run_mct | ( | type(seq_cdata),intent(in) | cdata_o, | |
type(mct_aVect),intent(in) | a2x_o, | |||
type(mct_aVect),intent(in) | i2x_o, | |||
type(mct_aVect),intent(in) | xao_o, | |||
type(mct_aVect),intent(in) | fractions_o, | |||
type(mct_aVect),intent(inout) | x2o_o | |||
) |
Definition at line 69 of file mrg_x2o_mct.F90.