evTools
Tools to manipulate and display output from the binary stellar-evolution code ev/STARS/TWIN
 All Classes Files Functions Variables Pages
Functions/Subroutines
nagfor.f90 File Reference

(evTools version 0.4.1, revision 191, hash 60997ac (2015-04-25))

Provide some redirection/dummy routines to compile the code with NAG Fortran and g95. More...

Functions/Subroutines

integer function system (str)
 Dummy version of the system() intrinsic function. More...
 
subroutine sleep (nr)
 Dummy version of the sleep() intrinsic routine. More...
 

Detailed Description

Provide some redirection/dummy routines to compile the code with NAG Fortran and g95.

Function/Subroutine Documentation

subroutine sleep ( integer, intent(in)  nr)

Dummy version of the sleep() intrinsic routine.

Referenced by plotplt().

integer function system ( character, dimension(*), intent(in)  str)

Dummy version of the system() intrinsic function.

Referenced by findfile(), findfiles(), getos(), makerun(), plotmdln(), plotmod(), plotplt(), set_pgps_title(), and time_stamp().