|
YAC 3.12.0
Yet Another Coupler
|
#include <stdlib.h>#include <stdio.h>#include <math.h>#include "tests.h"#include "geometry.h"#include "grids/grid_cell.h"#include "test_common.h"
Go to the source code of this file.
Functions | |
| static void | normalise_vector_lat (double v[]) |
Variables | |
| double const | tol = 1.0e-10 |
Definition in file test_cell_bnd_circle.c.
|
inlinestatic |
normalises a vector while keeping z (lat) constant
Definition at line 352 of file test_cell_bnd_circle.c.
| double const tol = 1.0e-10 |
Definition at line 18 of file test_cell_bnd_circle.c.