Manicore
Library to implement schemes on n-dimensionnal manifolds.
Macros
exporter.cpp File Reference
#include "exporter.hpp"
#include "integral.hpp"
#include <fstream>
#include <iostream>
#include "preprocessor.hpp"
Include dependency graph for exporter.cpp:

Macros

#define PRED(x, ...)   COMPL(IS_1(x))
 
#define OP(x, ...)   template class Manicore::Exporter<x>;
 
#define CONT(x, ...)   DEC(x), __VA_ARGS__
 

Macro Definition Documentation

◆ CONT

#define CONT (   x,
  ... 
)    DEC(x), __VA_ARGS__

◆ OP

#define OP (   x,
  ... 
)    template class Manicore::Exporter<x>;

◆ PRED

#define PRED (   x,
  ... 
)    COMPL(IS_1(x))