Loading [MathJax]/extensions/tex2jax.js
Mesh Oriented datABase  (version 5.5.1)
An array-based unstructured mesh library
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
CompareTriplets Struct Reference

Public Member Functions

bool operator() (Triplet &a, Triplet &b)
 

Detailed Description

Definition at line 295 of file compareMaps.cpp.

Member Function Documentation

◆ operator()()

bool CompareTriplets::operator() ( Triplet a,
Triplet b 
)
inline

Definition at line 296 of file compareMaps.cpp.

296  { 297  return fabs( a.value() ) > fabs( b.value() ) ; 298  }

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