hms_current_print Subroutine

public subroutine hms_current_print(string)

HMS_CURRENT_PRINT prints the current HMS time, and a user specified string.

Example:

Wallclock: 9:45:54.872 AM Started determinant calculation. Wallclock: 9:47:32.738 AM Finished determinant calculation.

Licensing:

This code is distributed under the GNU LGPL license.

Modified:

05 May 2003

Author:

John Burkardt

Parameters:

Input, character ( len = * ) STRING, the string to be printed.

Arguments

Type IntentOptional Attributes Name
character(len=*) :: string

Calls

proc~~hms_current_print~~CallsGraph proc~hms_current_print hms_current_print proc~hms_current_string hms_current_string proc~hms_current_print->proc~hms_current_string