|
Revision 1766, 63 bytes
(checked in by gary, 11 months ago)
|
|
crash/assert_abort.in - add sim to test set assert abort option
source/cddefines.h - add global variable nSimthisCoreload, which counts how many sime have been computed since the start of the runall.pl
source/init_coreload.cpp - initialize nSimthisCoreload
source/cddrive.cpp - increment nSimthisCoreload
source/parse_punch.cpp - use nSimthisCoreload to only print one header per punch file in when cloudy is called as a subroutine. the grid command already does this.
source/parse_set.cpp - remove fep option on set assert since fpe is not thrown
|
-
Property svn:eol-style set to
native
|
| Line | |
|---|
| 1 | title test abortinig on assert |
|---|
| 2 | set assert abort |
|---|
| 3 | crash assert |
|---|