Public Member Functions | |
| type(clock) function | dcclocksubtract (clk1, clk2) |
Definition at line 158 of file dc_clock.f90.
| type(clock) function dc_clock::operator(-)::dcclocksubtract | ( | type(clock), intent(in) | clk1, |
| type(clock), intent(in) | clk2 | ||
| ) |
Subtract CLOCK variables
Subtracts clk2 from CLOCK variable clk1. Returns the difference between the CPU times of the two CLOCK variables. The name of the result is a combination of clk1 and clk2 names joined by '-'.
| [in] | clk1 | First CLOCK variable (minuend) |
| [in] | clk2 | Second CLOCK variable (subtrahend) |
Definition at line 989 of file dc_clock.f90.