removing comments

This commit is contained in:
Stuart Lynn 2015-11-18 15:56:31 +00:00
parent f43d1cc3c4
commit d597f0fe6d

View File

@ -1,11 +1,3 @@
--
-- Return a line for the Great Circle between two points
--
-- start_point geometry : The origin of the line
-- end_point geometry : The distination of the line
-- retruns geometry
--
create or replace function CDB_GreatCircle(start_point geometry ,end_point geometry ) RETURNS geometry as
$$
DECLARE