MAIA bb96820c
Multiphysics at AIA
Loading...
Searching...
No Matches
maia::lpt::sort_particleAfterTemperature< T > Class Template Reference

#include <lptlib.h>

Static Public Member Functions

static MBool compare (const T &i, const T &j)
 

Detailed Description

template<class T>
class maia::lpt::sort_particleAfterTemperature< T >

Definition at line 98 of file lptlib.h.

Member Function Documentation

◆ compare()

template<class T >
static MBool maia::lpt::sort_particleAfterTemperature< T >::compare ( const T &  i,
const T &  j 
)
inlinestatic

Definition at line 100 of file lptlib.h.

100{ return (i.m_temperature > j.m_temperature); }

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