Home
last modified time | relevance | path

Searched refs:p_conflicts (Results 1 – 1 of 1) sorted by relevance

/dports/graphics/gmt/gmt-6.3.0/src/
H A Dgmt_grdio.c567 unsigned int we_conflicts = 0, p_conflicts = 0; in gmtgrdio_grd_check_consistency() local
576 p_conflicts = 0; in gmtgrdio_grd_check_consistency()
578 if (grid[node] != grid[node-1]) p_conflicts++; in gmtgrdio_grd_check_consistency()
581 if (p_conflicts) { in gmtgrdio_grd_check_consistency()
583 …onsistent values at south pole. Values fixed by setting all to average row value.\n", p_conflicts); in gmtgrdio_grd_check_consistency()
591 p_conflicts = 0; in gmtgrdio_grd_check_consistency()
593 if (grid[node] != grid[node-1]) p_conflicts++; in gmtgrdio_grd_check_consistency()
596 if (p_conflicts) { in gmtgrdio_grd_check_consistency()
598 …onsistent values at north pole. Values fixed by setting all to average row value.\n", p_conflicts); in gmtgrdio_grd_check_consistency()