Public Member Functions | |
| logical function | dcscaledsec_gt_ss (sclsec1, sclsec2) |
| logical function | dcscaledsec_gt_si (sclsec, factor) |
| logical function | dcscaledsec_gt_is (factor, sclsec) |
Definition at line 96 of file dc_scaledsec.f90.
| logical function dc_scaledsec::operator(>)::dcscaledsec_gt_is | ( | integer, intent(in) | factor, |
| type(dc_scaled_sec), intent(in) | sclsec ) |
Definition at line 645 of file dc_scaledsec.f90.
| logical function dc_scaledsec::operator(>)::dcscaledsec_gt_si | ( | type(dc_scaled_sec), intent(in) | sclsec, |
| integer, intent(in) | factor ) |
Definition at line 592 of file dc_scaledsec.f90.
| logical function dc_scaledsec::operator(>)::dcscaledsec_gt_ss | ( | type(dc_scaled_sec), intent(in) | sclsec1, |
| type(dc_scaled_sec), intent(in) | sclsec2 ) |
Definition at line 547 of file dc_scaledsec.f90.