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 14 of file historycopy.f90.
References dc_trace::beginsub(), dc_trace::dbgmessage(), dc_error::dc_noerr, gtool_history_internal::default, dc_types::dp, dc_trace::endsub(), dc_error::gt_eargsizemismatch, dc_error::storeerror(), dc_types::string, and dc_types::token.
| 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 | ||
| ) | 
Definition at line 137 of file historycopy.f90.
References dc_trace::beginsub(), dc_trace::dbgmessage(), and dc_trace::endsub().