MBDyn-1.7.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups
dofpgin.cc File Reference
#include "mbconfig.h"
#include <cstring>
#include <sstream>
#include "dofpgin.h"
Include dependency graph for dofpgin.cc:

Go to the source code of this file.

Functions

MathParser::PlugIndof_plugin (MathParser &mp, void *arg)
 

Function Documentation

MathParser::PlugIn* dof_plugin ( MathParser mp,
void *  arg 
)

Definition at line 278 of file dofpgin.cc.

References SAFENEWWITHCONSTRUCTOR.

Referenced by DataManager::DataManager().

279 {
280  MathParser::PlugIn *p = NULL;
282  return p;
283 }
#define SAFENEWWITHCONSTRUCTOR(pnt, item, constructor)
Definition: mynewmem.h:698