muMECH  1.0
Enumerations | Functions
mumechtest.cpp File Reference

Main function, for testing the library muMECH only. More...

#include "types.h"
#include <string.h>
#include "problem.h"
#include "tests.h"
#include "macros.h"
#include "librw.h"

Go to the source code of this file.

Enumerations

enum  mainBoolOpt {
  MBO_Tests_Verif, MBO_Tests_Tools, MBO_Tests_Tom, MBO_Tests_Termit,
  MBO_Tests_Standa, MBO_Tests_Honza, MBO_Tests_Lukas, MBO_Tests_Vorel,
  cMBO
}
 ProbDesc Boolean Option. More...
 

Functions

void help (void)
 prints help / syntax More...
 
bool parameters (int argc, char *argv[], bool MBO[])
 
int main (int argc, char *argv[])
 

*** *** *** *** MAIN *** *** *** ***


More...
 

Detailed Description

Main function, for testing the library muMECH only.

Definition in file mumechtest.cpp.

Enumeration Type Documentation

ProbDesc Boolean Option.

Enumerator
MBO_Tests_Verif 
MBO_Tests_Tools 
MBO_Tests_Tom 
MBO_Tests_Termit 
MBO_Tests_Standa 
MBO_Tests_Honza 
MBO_Tests_Lukas 
MBO_Tests_Vorel 
cMBO 

Definition at line 44 of file mumechtest.cpp.

Function Documentation

void help ( void  )

prints help / syntax

Definition at line 95 of file mumechtest.cpp.

Referenced by main().

int main ( int  argc,
char *  argv[] 
)
bool parameters ( int  argc,
char *  argv[],
bool  MBO[] 
)