#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 66 of file Event/eformat/include/eformat/old/UnboundSourceIdentifierIssue.h.
66#define EFORMAT_UNBOUND_SOURCE_IDENTIFIER( sid, cont ) \
67 eformat::UnboundSourceIdentifierIssue( ERS_HERE, ers::error, sid, cont )