#include "eformat/Issue.h"
#include <cstdlib>
#include <stdint.h>
Go to the source code of this file.
◆ EFORMAT_UNBOUND_SOURCE_IDENTIFIER
#define EFORMAT_UNBOUND_SOURCE_IDENTIFIER |
( |
| sid, |
|
|
| cont ) |
Value:
EvtComplex cont(const EvtTensor4C &t1, const EvtTensor4C &t2)
Simplifies the use of this Issue
- Parameters
-
source_id | The source identifier I cannot map |
cont | The context in which I found it |
Definition at line 70 of file UnboundSourceIdentifierIssue.h.
70#define EFORMAT_UNBOUND_SOURCE_IDENTIFIER(sid, cont) \
71 eformat::UnboundSourceIdentifierIssue(ERS_HERE, ers::error, sid, cont)