flexiblesusy is hosted by Hepforge, IPPP Durham
FlexibleSUSY
if.hpp File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  flexiblesusy
 

Macros

#define IF(cond, a, b)   ((cond) ? (a) : (b))
 

Macro Definition Documentation

◆ IF

#define IF (   cond,
  a,
 
)    ((cond) ? (a) : (b))

Definition at line 24 of file if.hpp.