Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions dcon/dcon.F
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,12 @@ PROGRAM dcon
#endif
delta_mhigh=delta_mhigh*2
use_classic_splines_for_dcon = use_classic_splines

IF(nn .EQ. 0)THEN
WRITE(*,*)"ERROR: nn must be set to a positive integer."
CALL program_stop("nn must be a positive integer.")
ENDIF

c-----------------------------------------------------------------------
c open output files, read, process, and diagnose equilibrium.
c-----------------------------------------------------------------------
Expand Down
Loading