Skip to content

Commit

Permalink
M agpl-cr-map-grid.adb
Browse files Browse the repository at this point in the history
M    agpl.ads
  • Loading branch information
mosteo committed Jul 19, 2006
1 parent dc436cd commit 6f9a996
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion agpl-cr-map-grid.adb
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ package body Agpl.Cr.Map.Grid is
X, Y : in Float;
Obs : in Observations'Class)
is
use String_Obs_Maps;
begin
Include (This.Cells, Key (This, X, Y), Obs);
end Set_At;
Expand Down
2 changes: 1 addition & 1 deletion agpl.ads
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ pragma License (GPL);

package Agpl is

pragma Pure (Agpl);
pragma Pure;

end Agpl;

0 comments on commit 6f9a996

Please sign in to comment.