FEDEM Solver
R8.0
Source code of the dynamics solver
|
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... | |
Handling of program versioning.
subroutine setdate | ( | character(len=*), intent(in) | theDate | ) |
Global subroutine (callable from C++) for setting program build date.
[in] | theDate | Program build date |
subroutine setversion | ( | character(len=*), intent(in) | theVer | ) |
Global subroutine (callable from C++) for setting program version tag.
[in] | theVer | Program version tag |