MAIA bb96820c
Multiphysics at AIA
Loading...
Searching...
No Matches
coord_comp_1d_ Struct Reference

compare struct for 1D coordinates More...

#include <postprocessing.h>

Public Member Functions

MBool operator() (const MFloat &left, const MFloat &right) const
 

Detailed Description

Author
A. Niemoeller
Date
09.12.2013

Definition at line 32 of file postprocessing.h.

Member Function Documentation

◆ operator()()

MBool coord_comp_1d_::operator() ( const MFloat left,
const MFloat right 
) const
inline

Definition at line 33 of file postprocessing.h.

33 {
34 return ((left < right) && (std::fabs(left - right) > 1000 * MFloatEps));
35 }

The documentation for this struct was generated from the following file: