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