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

Go to the source code of this file.

Functions

int main (void)
 

Function Documentation

int main ( void  )

Definition at line 683 of file intg.cc.

684 {
685  std::cerr << "Need dynamic load capabilities" << std::endl;
686  exit(EXIT_FAILURE);
687 }