Commit 5e63b9e0 authored by Oleg Dzhimiev's avatar Oleg Dzhimiev

d-1 for initial

parent 1a8e9ec4
...@@ -180,7 +180,7 @@ function x3dom_align_GN(){ ...@@ -180,7 +180,7 @@ function x3dom_align_GN(){
} }
//calc distance error //calc distance error
de = distance_error(xyh[0],xyh[1],xyh[2]); de = distance_error(x0,y0,(h0>180)?h0-360:h0);
//convert to conventional range //convert to conventional range
xyh[2] = (xyh[2]+360)%360; xyh[2] = (xyh[2]+360)%360;
//init apply dialog //init apply dialog
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment