Skip to content
Snippets Groups Projects
Commit 24a08b6e authored by Thomas Jahns's avatar Thomas Jahns :cartwheel: Committed by Sergey Kosukhin
Browse files

Formulate doc-string more precisely.

parent 42610306
No related branches found
No related tags found
2 merge requests!34Version 2.2.0,!13Consolidation with CDI-PIO (develop)
......@@ -54,7 +54,7 @@ struct gridVirtTable
#endif
double (*inqXInc)(grid_t *gridptr);
double (*inqYInc)(grid_t *gridptr);
// return if for both grids, all xval and all yval are equal
// return true if for both grids, any xval and all yval differ
bool (*compareXYFull)(grid_t *gridRef, grid_t *gridTest);
// return if for both grids, x[0], y[0], x[size-1] and y[size-1] are respectively equal
bool (*compareXYAO)(grid_t *gridRef, grid_t *gridTest);
......
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