Go to the source code of this file.
Functions/Subroutines | |
| subroutine | historycopy1 (hist_dest, file, hist_src, title, source, institution, origin, interval, conventions, gt_version) |
| subroutine | historycopy2 (hist_dest, file, hist_src, title, source, institution, origin, interval, conventions, gt_version) |
| subroutine historycopy1 | ( | type(gt_history), intent(out), target | hist_dest, |
| character(*), intent(in) | file, | ||
| type(gt_history), intent(in), optional, target | hist_src, | ||
| character(*), intent(in), optional | title, | ||
| character(*), intent(in), optional | source, | ||
| character(*), intent(in), optional | institution, | ||
| real, intent(in), optional | origin, | ||
| real, intent(in), optional | interval, | ||
| character(*), intent(in), optional | conventions, | ||
| character(*), intent(in), optional | gt_version | ||
| ) |
Definition at line 61 of file historycopy.f90.
References dc_trace::beginsub(), gtool_history_internal::default, dc_types::dp, dc_types::dp_eps, dc_trace::endsub(), and dc_types::string.
| subroutine historycopy2 | ( | type(gt_history), intent(out), target | hist_dest, |
| character(*), intent(in) | file, | ||
| type(gt_history), intent(in), optional, target | hist_src, | ||
| character(*), intent(in), optional | title, | ||
| character(*), intent(in), optional | source, | ||
| character(*), intent(in), optional | institution, | ||
| real, intent(in), optional | origin, | ||
| real, intent(in), optional | interval, | ||
| character(*), intent(in), optional | conventions, | ||
| character(*), intent(in), optional | gt_version | ||
| ) |
Copy output configurations (generic interface)
Usage is same as HistoryCopy.
Definition at line 162 of file historycopy.f90.
References dc_trace::beginsub(), and dc_trace::endsub().