MercuryDPM  0.10
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
CDeltaMaxs::check_spring_time Struct Reference

Construction required for the erase/remove_if stuff. More...

#include <CDeltaMax.h>

+ Inheritance diagram for CDeltaMaxs::check_spring_time:

Public Member Functions

bool operator() (const CDeltaMax a, const Mdouble b) const
 

Detailed Description

Construction required for the erase/remove_if stuff.

Definition at line 105 of file CDeltaMax.h.

Member Function Documentation

bool CDeltaMaxs::check_spring_time::operator() ( const CDeltaMax  a,
const Mdouble  b 
) const
inline

Definition at line 107 of file CDeltaMax.h.

References CDeltaMax::time.

107 {return(a.time<b);}
Mdouble time
stores the last time the history parameter was read (if it was not read during the last timestep...
Definition: CDeltaMax.h:91

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