Provides a simple class for describing equation parameters.
type, private :: param
The following example demonstrates some of the main members of the param class.
Initializes a new instance of the param class
[in] | symbol | the name of the parameter |
[in] | value | the value of the parameter as complex(c8) |
Examples
Remarks
Definition at line 38 of file Parameters.f90.