MAIA bb96820c
Multiphysics at AIA
Loading...
Searching...
No Matches
maia::lpt::sort_particleAfterCellIds< 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_particleAfterCellIds< T >

Definition at line 112 of file lptlib.h.

Member Function Documentation

◆ compare()

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

Definition at line 114 of file lptlib.h.

114{ return (i.m_cellId < j.m_cellId); }

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