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.

Namespaces

namespace  orsa

Classes

class  Debug

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

#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 Thu Feb 14 21:41:13 2008 for liborsa by  doxygen 1.5.5