|
ALL 0.9.4
A Loadbalacing Library
|
#include <stdlib.h>#include <stdio.h>#include <string.h>#include <math.h>#include <vector>Go to the source code of this file.
Macros | |
| #define | EXIT_NOMATCH 2 |
Typedefs | |
| typedef std::vector< std::vector< std::vector< std::vector< double > > > > | vector4d |
Functions | |
| int | CompareTests (vector4d *Test1, vector4d *Test2) |
| vector4d * | LoadTest (char *FileName) |
| int | main (int argc, char **argv) |
| #define EXIT_NOMATCH 2 |
Definition at line 41 of file TestCompare.cpp.
| typedef std::vector<std::vector<std::vector<std::vector<double> > > > vector4d |
Definition at line 43 of file TestCompare.cpp.
| vector4d * LoadTest | ( | char * | FileName | ) |
| int main | ( | int | argc, |
| char ** | argv ) |