FEDEM Solver  R8.0
Source code of the dynamics solver
Modules | Functions/Subroutines | Variables
versionModule.f90 File Reference

Handling of program versioning. More...

Modules

module  versionmodule
 Module with data and subroutines for program version handling.
 

Functions/Subroutines

subroutine versionmodule::getcurrentdate (curDate, nospace)
 Returns current date and time in the format "dd Mmm yyyy hh:mm:ss". More...
 
subroutine versionmodule::openresfile (chname, solver, lpu, ierr)
 Opens the solver res-file and print header information to it. More...
 
subroutine setversion (theVer)
 Global subroutine (callable from C++) for setting program version tag. More...
 
subroutine setdate (theDate)
 Global subroutine (callable from C++) for setting program build date. More...
 

Variables

character(len=32), save versionmodule::progver
 Version ID for this release. More...
 
character(len=32), save versionmodule::builddate
 The date this program was built. More...
 

Detailed Description

Handling of program versioning.

Function/Subroutine Documentation

◆ setdate()

subroutine setdate ( character(len=*), intent(in)  theDate)

Global subroutine (callable from C++) for setting program build date.

Parameters
[in]theDateProgram build date
Author
Knut Morten Okstad
Date
14 Aug 2001

◆ setversion()

subroutine setversion ( character(len=*), intent(in)  theVer)

Global subroutine (callable from C++) for setting program version tag.

Parameters
[in]theVerProgram version tag
Author
Knut Morten Okstad
Date
14 Aug 2001