GRASS Programmer's Manual
6.4.2(2012)
|
#include <stdlib.h>
#include <string.h>
#include <grass/gis.h>
#include <grass/glocale.h>
#include <grass/N_pde.h>
#include "test_gpde_lib.h"
Go to the source code of this file.
Data Structures | |
struct | paramType |
Functions | |
int | main (int argc, char *argv[]) |
Variables | |
paramType | param |
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 76 of file test_main.c.
References paramType::full, G_define_module(), G_message(), G_parser(), G_warning(), paramType::integration, integration_test_gwflow(), integration_test_solute_transport(), paramType::testint, paramType::testunit, paramType::unit, unit_test_arrays(), unit_test_assemble(), unit_test_geom_data(), unit_test_gradient(), unit_test_les_creation(), unit_test_solvers(), and unit_test_tools().
paramType param |
Definition at line 34 of file test_main.c.
Referenced by avl_create(), and tavl_create().