6 ret.name = b.name*alpha;
17 ret.name = a.name + b.name;
28 ret.name = a.name - b.name;
39 if (!(a.name == b.name)) ret = false;
AMREX_FORCE_INLINE OP_CLASS operator-(const OP_CLASS a, const OP_CLASS b)
AMREX_FORCE_INLINE OP_CLASS operator*(const Set::Scalar alpha, const OP_CLASS b)
AMREX_FORCE_INLINE bool operator==(const OP_CLASS a, const OP_CLASS b)
AMREX_FORCE_INLINE OP_CLASS operator+(const OP_CLASS a, const OP_CLASS b)