COMPASS  5.0.0
End-to-end AO simulation tool using GPU acceleration
carma_exception.h File Reference
#include <string>
Include dependency graph for carma_exception.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  CarmaException
 Carma exception throw by libcarma. More...
 

Macros

#define Carma_Error(s)   CarmaException(s, __FILE__, __LINE__)
 

Macro Definition Documentation

◆ Carma_Error

#define Carma_Error (   s)    CarmaException(s, __FILE__, __LINE__)

Definition at line 49 of file carma_exception.h.