Go to the source code of this file.
◆ dcdatetimesetsecofday()
      
        
          | subroutine dcdatetimesetsecofday  | 
          ( | 
          real(dp), intent(in)  | 
          sec | ) | 
           | 
        
      
 
Definition at line 13 of file dcdatetimesetsecofday.f90.
References dc_trace::beginsub(), dc_date_types::day_seconds, dc_types::dp, and dc_trace::endsub().
   23   real(DP), 
intent(in):: sec
    24   character(*), 
parameter :: subname = 
'DCDateTimeSetSecOfDay'    26   call beginsub(subname, 
'sec=<%f>', d=(/sec/))
    27   day_seconds_default = sec
    28   call endsub(subname, 
'dc_date_types#day_seconds=<%f>', d=(/day_seconds_default/))
 
integer, parameter, public dp
倍精度実数型変数 
 
subroutine, public beginsub(name, fmt, i, r, d, L, n, c1, c2, c3, ca, version)
 
real(dp), save, public day_seconds
 
subroutine, public endsub(name, fmt, i, r, d, L, n, c1, c2, c3, ca)