Ada Programming/Types/delta: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

14 September 2022

  • curprev 15:4815:48, 14 September 2022 188.65.102.164 talk 6,503 bytes +6,503 In GNAT Community 2019 20190517 I get an error message "expected a real type" for "type t_arcsecond is delta 1 / (60 * 60) range 0.0 .. 360.0;" This is resolved if i instead use "type t_arcsecond is delta 1.0 / (60 * 60) range 0.0 .. 360.0;"