Home | History | Annotate | Download | only in source

Lines Matching full:minutes

276 			// Else we need to use the fractional minutes case.
281 // Find value minutes.
291 // Split into degrees and minutes.
352 real64 minutes = 0.0;
358 &minutes,
368 if (degrees < 0 || minutes < 0 || seconds < 0)
377 coord [1].Set_real64 (minutes, 10000);
382 coord [1].Set_real64 (minutes, 1);