ALL 0.9.4
A Loadbalacing Library
Loading...
Searching...
No Matches
TestCompare.cpp File Reference
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <math.h>
#include <vector>
Include dependency graph for TestCompare.cpp:

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)
vector4dLoadTest (char *FileName)
int main (int argc, char **argv)

Macro Definition Documentation

◆ EXIT_NOMATCH

#define EXIT_NOMATCH   2

Definition at line 41 of file TestCompare.cpp.

Typedef Documentation

◆ vector4d

typedef std::vector<std::vector<std::vector<std::vector<double> > > > vector4d

Definition at line 43 of file TestCompare.cpp.

Function Documentation

◆ CompareTests()

int CompareTests ( vector4d * Test1,
vector4d * Test2 )

Definition at line 138 of file TestCompare.cpp.

Here is the caller graph for this function:

◆ LoadTest()

vector4d * LoadTest ( char * FileName)

Definition at line 55 of file TestCompare.cpp.

Here is the caller graph for this function:

◆ main()

int main ( int argc,
char ** argv )

Definition at line 182 of file TestCompare.cpp.

Here is the call graph for this function: