FEDEM Solver  R8.0
Source code of the dynamics solver
Macros
FFrVariable.C File Reference
#include <sstream>
#include "FFrLib/FFrVariable.H"
#include "FFrLib/FFrResultContainer.H"
#include "FFrLib/FFrVariableReference.H"
#include "FFaLib/FFaString/FFaTokenizer.H"
Include dependency graph for FFrVariable.C:

Macros

#define COMPARE_VARIABLE(VAR)   if (this->VAR != that->VAR) return false
 
#define COMPARE_VARIABLE(VAR)   if (this->VAR != that->VAR) return (this->VAR < that->VAR)
 

Macro Definition Documentation

◆ COMPARE_VARIABLE [1/2]

#define COMPARE_VARIABLE (   VAR)    if (this->VAR != that->VAR) return false

◆ COMPARE_VARIABLE [2/2]

#define COMPARE_VARIABLE (   VAR)    if (this->VAR != that->VAR) return (this->VAR < that->VAR)