orsa_error.h File Reference

#include <cstdarg>
Include dependency graph for orsa_error.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Debug

Namespaces

namespace  orsa

Defines

#define ORSA_DEBUG   orsa::Debug::obj()->set("Debug:",__FILE__,__LINE__); orsa::Debug::obj()->trace
#define ORSA_ERROR   orsa::Debug::obj()->set("Error:",__FILE__,__LINE__); orsa::Debug::obj()->trace
#define ORSA_WARNING   orsa::Debug::obj()->set("Warning:",__FILE__,__LINE__); orsa::Debug::obj()->trace
#define ORSA_DOMAIN_ERROR   orsa::Debug::obj()->set("Domain Error:",__FILE__,__LINE__); orsa::Debug::obj()->trace
#define ORSA_LOGIC_ERROR   orsa::Debug::obj()->set("Logic Error (this shouldn't happen):",__FILE__,__LINE__); orsa::Debug::obj()->trace
#define ORSA_LOGIC_WARNING   orsa::Debug::obj()->set("Logic Warning (possibly unimplemented case):",__FILE__,__LINE__); orsa::Debug::obj()->trace

Define Documentation

#define ORSA_DEBUG   orsa::Debug::obj()->set("Debug:",__FILE__,__LINE__); orsa::Debug::obj()->trace
#define ORSA_DOMAIN_ERROR   orsa::Debug::obj()->set("Domain Error:",__FILE__,__LINE__); orsa::Debug::obj()->trace

Definition at line 57 of file orsa_error.h.

#define ORSA_ERROR   orsa::Debug::obj()->set("Error:",__FILE__,__LINE__); orsa::Debug::obj()->trace
#define ORSA_LOGIC_ERROR   orsa::Debug::obj()->set("Logic Error (this shouldn't happen):",__FILE__,__LINE__); orsa::Debug::obj()->trace

Definition at line 58 of file orsa_error.h.

Referenced by Orbit::GetE(), and Radau15::Step().

#define ORSA_LOGIC_WARNING   orsa::Debug::obj()->set("Logic Warning (possibly unimplemented case):",__FILE__,__LINE__); orsa::Debug::obj()->trace

Definition at line 59 of file orsa_error.h.

#define ORSA_WARNING   orsa::Debug::obj()->set("Warning:",__FILE__,__LINE__); orsa::Debug::obj()->trace

Generated on Fri Nov 6 11:19:30 2009 for liborsa by  doxygen 1.6.1