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

Go to the source code of this file.

Functions

doublereal GetT (MBDynParser &, const doublereal &)
 

Function Documentation

doublereal GetT ( MBDynParser ,
const doublereal  
)

Definition at line 37 of file tpldrive.cc.

Referenced by SingleTDCR< T >::Read(), and ArrayTDCR< T >::Read().

38 {
39  return 0.;
40 }