Copy section t1...t2 at t3, either on the same track or another one. The content already present at t3 is overwritten. The code suppose that t1 < t2 < t3.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(tape_recorder), | intent(inout) | :: | self | |||
integer, | intent(in) | :: | from_track | |||
integer, | intent(in) | :: | to_track | |||
real(kind=wp), | intent(in) | :: | t1 | |||
real(kind=wp), | intent(in) | :: | t2 | |||
real(kind=wp), | intent(in) | :: | t3 |