mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
fix some more places where antenna path matters
This commit is contained in:
@@ -105,7 +105,7 @@ class Reg1testformat {
|
||||
if (!empty($row->COL_GRIDSQUARE)) {
|
||||
if(!array_key_exists($row->COL_GRIDSQUARE, $locators)){
|
||||
$newlocator = true;
|
||||
$distance = intval($CI->qra->distance($mylocator, $row->COL_GRIDSQUARE, "K"));
|
||||
$distance = intval($CI->qra->distance($mylocator, $row->COL_GRIDSQUARE, "K", $row->COL_ANT_PATH));
|
||||
$locators[$row->COL_GRIDSQUARE] = $distance;
|
||||
}else{
|
||||
$newlocator = false;
|
||||
|
||||
Reference in New Issue
Block a user