Changeset 187 for trunk/globals/classes/geocalc.php
- Timestamp:
- 12/10/2008 04:45:22 PM (3 years ago)
- File:
-
- 1 edited
-
trunk/globals/classes/geocalc.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/globals/classes/geocalc.php
r90 r187 1 <? 1 <?php 2 2 3 3 // This code was converted to PHP from Visual C++ … … 59 59 60 60 if (($ilat1 == $ilat2) && ($ilon1 == $ilon2)) { 61 return result;61 return $result; 62 62 } 63 63 else if ($ilat1 == $ilat2) {
Note: See TracChangeset
for help on using the changeset viewer.
