|
MURE
|
#include <cmath>#include <sstream>#include <iostream>#include <map>#include <memory>#include "MureConstant.hxx"#include "MUREGlobal.hxx"#include "MiscFunction.hxx"#include "MURE.hxx"#include "Material.hxx"#include "PinCell.hxx"#include "Shape.hxx"#include "StringLine.hxx"#include "TReference.hxx"#include "GenericReactorAssembly.hxx"#include "MathBrick.hxx"#include "MathHexagon.hxx"#include "MCNPSource.hxx"Macros | |
| #define | sign(a) ( ( (a) < 0 ) ? -1 : 1 ) |
| #define sign | ( | a | ) | ( ( (a) < 0 ) ? -1 : 1 ) |