Toggle navigation
NTPoly
Contents
Source Files
Modules
Procedures
Derived Types
Source Files
Modules
Procedures
Derived Types
SetParametersThreshold
Subroutine
5 statements
Source File
SolverParametersModule.F90
SolverParametersModule
SetParametersThreshold
Contents
None
public subroutine SetParametersThreshold(this, new_value)
Set the value of the threshold.
Arguments
Type
Intent
Optional
Attributes
Name
type(
SolverParameters_t
),
intent(inout)
::
this
The parameter object.
real(kind=NTREAL),
intent(in)
::
new_value
Value to set it to.
Contents
None