Public Member Functions | |
| type(clock) function | dcclockadd (clk1, clk2) |
Definition at line 151 of file dc_clock.f90.
| type(clock) function dc_clock::operator(+)::dcclockadd | ( | type(clock), intent(in) | clk1, |
| type(clock), intent(in) | clk2 ) |
Add CLOCK variables
Adds CLOCK variables clk1 and clk2. Sums the CPU times of the two given CLOCK variables and returns as CLOCK. The name of the result is a combination of clk1 and clk2 names joined by '+'.
| [in] | clk1 | First CLOCK variable |
| [in] | clk2 | Second CLOCK variable |
Definition at line 927 of file dc_clock.f90.