MBDyn-1.7.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups
module-wheel2.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

bool wheel2_set (void)
 

Function Documentation

bool wheel2_set ( void  )

Definition at line 573 of file module-wheel2.cc.

References SetUDE().

Referenced by InitUDE(), and module_init().

574 {
576 
577  if (!SetUDE("wheel2", rf)) {
578  delete rf;
579  return false;
580  }
581 
582  return true;
583 }
bool SetUDE(const std::string &s, UserDefinedElemRead *rude)
Definition: userelem.cc:97

Here is the call graph for this function: