$warnings¶
Warnings can be switched on or off.
It is recommended to use the default settings which are specified in the database file database_nn3.in
.
Currently, changing the default value does not have much effect.
$warnings optional warnings logical required $end_warnings optional
Specify here if warnings should be written to the .log
file.
- warnings
- type:
logical
- presence:
required
- options:
.FALSE.
.TRUE.
- default:
uses value specified in
database_nn3.in
Example
!----------------------------! $warnings ! warnings = .TRUE. ! switch on warnings $end_warnings ! !----------------------------!