Skip to content
Snippets Groups Projects
Commit c74622fa authored by Uwe Schulzweida's avatar Uwe Schulzweida
Browse files

Docu update

parent 584b997b
No related branches found
No related tags found
2 merge requests!274Develop,!273M214003/pointsearch
......@@ -32,6 +32,7 @@ int
grid_search_square_reg2d_NN(size_t nx, size_t ny, size_t *nbrIndices, double *nbrDistance, double plat, double plon,
const Varray<double> &lats, const Varray<double> &lons)
{
// nbrIndices and nbrDistance must have memory for four values!
int searchResult = 0;
auto tgtCosLat = std::cos(plat);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment