criptic v1
Cosmic Ray Interstellar Propagation Tool using Itô Calculus
Loading...
Searching...
No Matches
Namespaces | Enumerations | Variables
ErrCodes.H File Reference

A file containing a set of enumerated error codes. More...

#include <array>

Go to the source code of this file.

Namespaces

namespace  criptic
 The primary namespace for criptic objects.
 

Enumerations

enum  criptic::errCodes {
  criptic::errNoError , criptic::errBadCommandLine , criptic::errBadInputFile , criptic::errBadCheckpoint ,
  criptic::errBadGridSpecification , criptic::errBadXLoExtrapolation , criptic::errBadXHiExtrapolation , criptic::errBadYLoExtrapolation ,
  criptic::errBadYHiExtrapolation , criptic::errBadXYExtrapolation , criptic::errNotImplemented , criptic::errTimeStepTooSmall ,
  criptic::errInvalidTimeStep , criptic::errUnspecified , criptic::nErrCodes
}
 List of error return codes. More...
 

Variables

const std::array< const std::array< char, 80 >, nErrCodescriptic::errCodeStrings
 

Detailed Description

A file containing a set of enumerated error codes.

This file provides an enum of error codes, used to indicate reasons for code failure.

Author
Mark Krumholz