CG  Version 25
checkGridFunction.h
Go to the documentation of this file.
1 #ifndef CHECK_GRID_FUNCION_H
2 #define CHECK_GRID_FUNCION_H
3 
4 #include "Overture.h"
5 
6 int
7 checkGridFunction(realGridCollectionFunction & u, const aString & title, bool printResults=true );
8 
9 int
10 checkGridFunction(realMappedGridFunction & u, const aString & title, bool printResults=true, int grid=0 );
11 
12 #endif