27#include "neml2/misc/types.h"
28#include "neml2/tensors/tensors_fwd.h"
32#define DECLARE_FMOD(T) \
33 T fmod(const T & a, const T & b); \
34 T fmod(const T & a, const CScalar & b)
35FOR_ALL_TENSORBASE(DECLARE_FMOD);
Definition DiagnosticsInterface.cxx:30