Home
last modified time | relevance | path

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

/dports/graphics/gmt/gmt-6.3.0/src/spotter/
H A Dgmtpmodeler.c424 if (spotter_backtrack (GMT, &lon, &lat, &age, 1U, p, n_stages, 0.0, 0.0, 0, NULL, NULL) < 0) in GMT_gmtpmodeler()
443 if (spotter_backtrack (GMT, &lon, &lat, &age, 1U, p, n_stages, 0.0, 0.0, 0, NULL, NULL) < 0) in GMT_gmtpmodeler()
453 if (spotter_backtrack (GMT, &lon, &lat, &age, 1U, p, n_stages, 0.0, 0.0, 0, NULL, NULL) < 0) in GMT_gmtpmodeler()
462 if (spotter_backtrack (GMT, &lon, &lat, &age, 1U, p, n_stages, 0.0, 0.0, 0, NULL, NULL) < 0) in GMT_gmtpmodeler()
471 if (spotter_backtrack (GMT, &lon, &lat, &age, 1U, p, n_stages, 0.0, 0.0, 0, NULL, NULL) < 0) in GMT_gmtpmodeler()
H A Dgrdpmodeler.c474 if (spotter_backtrack (GMT, &lon, &lat, &age, 1U, p, n_stages, 0.0, 0.0, 0, NULL, NULL) < 0) in GMT_grdpmodeler()
493 if (spotter_backtrack (GMT, &lon, &lat, &age, 1U, p, n_stages, 0.0, 0.0, 0, NULL, NULL) < 0) in GMT_grdpmodeler()
503 if (spotter_backtrack (GMT, &lon, &lat, &age, 1U, p, n_stages, 0.0, 0.0, 0, NULL, NULL) < 0) in GMT_grdpmodeler()
512 if (spotter_backtrack (GMT, &lon, &lat, &age, 1U, p, n_stages, 0.0, 0.0, 0, NULL, NULL) < 0) in GMT_grdpmodeler()
521 if (spotter_backtrack (GMT, &lon, &lat, &age, 1U, p, n_stages, 0.0, 0.0, 0, NULL, NULL) < 0) in GMT_grdpmodeler()
H A Dspotter.h98 EXTERN_MSC int spotter_backtrack (struct GMT_CTRL *GMT, double xp[], double yp[], double tp[], uns…
H A Dbacktracker.c395 n = spotter_backtrack (GMT, xp, yp, tp, np, p, ns, d_km, t_zero, time_flag, wesn, c); in backtracker_spotter_track()
H A Dspotter.c692 int spotter_backtrack (struct GMT_CTRL *GMT, double xp[], double yp[], double tp[], unsigned int np… in spotter_backtrack() function