#include "cddefines.h"#include "iso.h"Go to the source code of this file.
Functions | |
| void | iso_put_error (long int ipISO, long int nelem, long int ipHi, long int ipLo, long int whichData, realnum errorOpt, realnum errorPess) |
| void | iso_error_generation (long ipISO, long nelem) |
| void iso_error_generation | ( | long | ipISO, | |
| long | nelem | |||
| ) |
iso_error_generation generate gaussian errors
| ipISO | ||
| nelem |
Definition at line 39 of file iso_error.cpp.
References ASSERT, DEBUG_ENTRY, t_iso::Error, t_iso::ErrorFactor, IPRAD, iso, t_iso::lgErrGenDone, MyGaussRand(), and t_iso::numLevels_max.
Referenced by iso_update_rates().
| void iso_put_error | ( | long int | ipISO, | |
| long int | nelem, | |||
| long int | ipHi, | |||
| long int | ipLo, | |||
| long int | whichData, | |||
| realnum | errorOpt, | |||
| realnum | errorPess | |||
| ) |
Definition at line 9 of file iso_error.cpp.
References ASSERT, DEBUG_ENTRY, t_iso::Error, iso, t_iso::lgPessimisticErrors, t_iso::lgRandErrGen, LIMELM, NISO, and t_iso::numLevels_max.
1.6.1