Home
last modified time | relevance | path

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

/dports/graphics/gmt/gmt-6.3.0/src/
H A Dsurface_old.c99 #define SURFACE_CONV_LIMIT 0.0001 /* Default is 100 ppm of data range as convergence criterion */ macro
1319 double limit = (C->converge_limit_mode == 1) ? C->converge_limit : SURFACE_CONV_LIMIT; in surface_rescale_z_values()
1535 ppm = urint (SURFACE_CONV_LIMIT / 1e-6); in usage()
1546 …of the rms of your z data after removing L2 plane (%u ppm precision).\n", SURFACE_CONV_LIMIT, ppm); in usage()
H A Dsurface.c122 #define SURFACE_CONV_LIMIT 0.0001 /* Default is 100 ppm of data range as convergence criterion */ macro
1283 double limit = (C->converge_mode == BY_PERCENT) ? C->converge_limit : SURFACE_CONV_LIMIT; in surface_rescale_z_values()
1643 ppm = urint (SURFACE_CONV_LIMIT / 1e-6); /* Default convergence criteria */ in usage()
1658 "Enter your own convergence limit in the same units as your z data.", SURFACE_CONV_LIMIT, ppm); in usage()
H A Dsurface_experimental.c148 #define SURFACE_CONV_LIMIT 0.0001 /* Default is 100 ppm of data range as convergence criterion */ macro
1571 double limit = (C->converge_mode == BY_PERCENT) ? C->converge_limit : SURFACE_CONV_LIMIT; in surface_rescale_z_values()
1934 ppm = urint (SURFACE_CONV_LIMIT / 1e-6); /* Default convergence criteria */ in usage()
1945 …of the rms of your z data after removing L2 plane (%u ppm precision).\n", SURFACE_CONV_LIMIT, ppm); in usage()