subroutine equations_matrices_routines::equationsmatrices_output::equations_matrices_output |
( |
integer(intg), intent(in) |
ID, |
|
|
type(equations_matrices_type), pointer |
EQUATIONS_MATRICES, |
|
|
integer(intg), intent(out) |
ERR, |
|
|
type(varying_string), intent(out) |
ERROR |
|
) |
| |
|
private |
Outputs the equations matrices.
- Parameters
-
[in] | id | The ID of the ouptut stream |
| equations_matrices | A pointer to the equations matrices |
[out] | err | The error code |
[out] | error | The error string |
Definition at line 3516 of file equations_matrices_routines.f90.