FEDEM Solver
R8.0
Source code of the dynamics solver
|
Standard routine for writing an object to file. More...
Public Member Functions | |
subroutine | writesam (sam, io, complexity, title) |
Standard routine for writing an object to file. More... | |
Standard routine for writing an object to file.
subroutine sammodule::writeobject::writesam | ( | type(samtype), intent(in) | sam, |
integer, intent(in) | io, | ||
integer, intent(in), optional | complexity, | ||
character(len=*), intent(in), optional | title | ||
) |
Standard routine for writing an object to file.
[in] | sam | The sammodule::samtype object to print |
[in] | io | File unit number to write to |
[in] | complexity | If present, the value indicates the amount of print |
[in] | title | If present, write as heading, otherwise 'SAM' is written |