27#ifndef EWOMS_SIGNUM_HH
28#define EWOMS_SIGNUM_HH
40template <
class Scalar>
42{
return (0 <
val) - (
val < 0); }
This file contains a set of helper functions used by VFPProd / VFPInj.
Definition blackoilbioeffectsmodules.hh:43
constexpr auto getPropValue()
get the value data member of a property
Definition propertysystem.hh:240
constexpr int signum(Scalar val)
Template function which returns the sign of a floating point value.
Definition signum.hh:41