@@ -171,7 +171,7 @@ proc Orientation {geo lineno {flag 0}} {
171171 if {$e > [Rad2Sec $PI ]} { set e [expr {$e - [Rad2Sec $PI2 ]}] }
172172 if {$e < " -[ Rad2Sec $PI ] " } { set e [expr {$e + [Rad2Sec $PI2 ]} ]}
173173 set E [expr {$e / 206264.8 * [lindex $items 4]}]
174- GeoLog1 [format " %-10s %-10s %s %s %s %8.${decimals} f %4d %4d %8.${decimals} f" \
174+ GeoLog1 [format " %-10s %-10s %11s %11s %11s %8.${decimals} f %4d %4d %8.${decimals} f" \
175175 [lindex $items 1] \
176176 [string range [GetPCode [lindex $items 1] 1] 0 9]\
177177 [ANG [lindex $items 5]] [ANG [lindex $items 6]] \
@@ -183,7 +183,7 @@ proc Orientation {geo lineno {flag 0}} {
183183 warning 0 OK
184184 }
185185 }
186- GeoLog1 [format " %-47s %s " $geoCodes(101) [ANG $z ]]
186+ GeoLog1 [format " %-46s%11s " $geoCodes(101) [ANG $z ]]
187187 }
188188 return $z
189189 } else {
@@ -525,12 +525,12 @@ proc GeoSec {pn {w ""}} {
525525 GeoLog1
526526 GeoLog $geoEasyMsg(menuPopupSec)
527527 GeoLog1 $geoEasyMsg(head1Sec)
528- GeoLog1 [format " %-10s %-10s %12.${decimals} f %12.${decimals} f %s " \
528+ GeoLog1 [format " %-10s %-10s %12.${decimals} f %12.${decimals} f %11s " \
529529 [lindex $arec 2] \
530530 [string range [GetPCode [lindex $arec 2] 1] 0 9] \
531531 [GetVal {38} $aco ] [GetVal {37} $aco ] \
532532 [ANG [lindex $arec 3]]]
533- GeoLog1 [format " %-10s %-10s %12.${decimals} f %12.${decimals} f %s " \
533+ GeoLog1 [format " %-10s %-10s %12.${decimals} f %12.${decimals} f %11s " \
534534 [lindex $brec 2] \
535535 [string range [GetPCode [lindex $brec 2] 1] 0 9] \
536536 [GetVal {38} $bco ] [GetVal {37} $bco ] \
@@ -673,15 +673,15 @@ proc GeoRes {pn {w ""}} {
673673 GeoLog1
674674 GeoLog $geoEasyMsg(menuPopupRes)
675675 GeoLog1 $geoEasyMsg(head1Res)
676- GeoLog1 [format " %-10s %-10s %12.${decimals} f %12.${decimals} f %s %s " \
676+ GeoLog1 [format " %-10s %-10s %12.${decimals} f %12.${decimals} f %11s %11s " \
677677 [lindex $arec 2] [string range [GetPCode [lindex $arec 2] 1] 0 9] \
678678 [GetVal 38 $aco ] [GetVal 37 $aco ] \
679679 [ANG [lindex $arec 3]] [ANG $alpha ]]
680- GeoLog1 [format " %-10s %-10s %12.${decimals} f %12.${decimals} f %s %s " \
680+ GeoLog1 [format " %-10s %-10s %12.${decimals} f %12.${decimals} f %11s %11s " \
681681 [lindex $brec 2] [string range [GetPCode [lindex $brec 2] 1] 0 9] \
682682 [GetVal 38 $bco ] [GetVal 37 $bco ] \
683683 [ANG [lindex $brec 3]] [ANG $beta ]]
684- GeoLog1 [format " %-10s %-10s %12.${decimals} f %12.${decimals} f %s " \
684+ GeoLog1 [format " %-10s %-10s %12.${decimals} f %12.${decimals} f %11s " \
685685 [lindex $crec 2] [string range [GetPCode [lindex $crec 2] 1] 0 9] \
686686 [GetVal 38 $cco ] [GetVal 37 $cco ] \
687687 [ANG [lindex $crec 3]]]
@@ -1558,10 +1558,10 @@ proc GeoBearingDistance {pn {w ""}} {
15581558 set geoRes($w ) [format " %s-%s: %s %.${decimals} f" $pn $pn1 [ANG $b ] $d ]
15591559 }
15601560 if {$d3d == " " } {
1561- GeoLog1 [format " %-10s %-10s %s %8.${decimals} f" \
1561+ GeoLog1 [format " %-10s %-10s %11s %8.${decimals} f" \
15621562 $pn $pn1 [ANG $b ] $d ]
15631563 } else {
1564- GeoLog1 [format " %-10s %-10s %s %8.${decimals} f %8.${decimals} f %s" \
1564+ GeoLog1 [format " %-10s %-10s %11s %8.${decimals} f %8.${decimals} f %s" \
15651565 $pn $pn1 [ANG $b ] $d $d3d [ANG $za ]]
15661566 }
15671567 }
@@ -1614,7 +1614,7 @@ proc GeoAngle {pn {w ""}} {
16141614 set si_b [expr {sin($b )}]
16151615 set co_b [expr {cos($b )}]
16161616 # output reference
1617- GeoLog1 [format " %-10s %s %8.${decimals} f" \
1617+ GeoLog1 [format " %-10s %11s %8.${decimals} f" \
16181618 $pn1 [ANG $b ] $d ]
16191619
16201620 # remove reference point from list
@@ -1665,7 +1665,7 @@ proc GeoAngle {pn {w ""}} {
16651665 set geoRes($w ) [format " %s-%s: %s %.${decimals} f" \
16661666 $pn $pn1 [ANG $b ] $d ]
16671667 }
1668- GeoLog1 [format " %-10s %s %8.${decimals} f %s %s \
1668+ GeoLog1 [format " %-10s %s %8.${decimals} f %11s %11s \
16691669 %12.${decimals} f %12.${decimals} f" \
16701670 $pn1 [ANG $b ] $d [ANG $alfa ] [ANG $alfa0 ] $abc $ord ]
16711671 set _temp_geo($i ) [list " 5 $pn1 " " 7 $alfa0 " " 11 $d " ]
@@ -1755,13 +1755,13 @@ proc LineLine {pn1 pn2 pn3 pn4} {
17551755 GeoLog1
17561756 GeoLog $geoEasyMsg(menuCalLine)
17571757 GeoLog1 $geoEasyMsg(head1Sec)
1758- GeoLog1 [format " %-10s %-10s %12.${decimals} f %12.${decimals} f %s " \
1758+ GeoLog1 [format " %-10s %-10s %12.${decimals} f %12.${decimals} f %11s " \
17591759 [GetVal {5} $pn1coo ] [GetVal {4} $pn1coo ] \
17601760 [GetVal {38} $pn1coo ] [GetVal {37} $pn1coo ] [ANG $b12 ]]
17611761 GeoLog1 [format " %-10s %-10s %12.${decimals} f %12.${decimals} f" \
17621762 [GetVal {5} $pn2coo ] [GetVal {4} $pn2coo ] \
17631763 [GetVal {38} $pn2coo ] [GetVal {37} $pn2coo ]]
1764- GeoLog1 [format " %-10s %-10s %12.${decimals} f %12.${decimals} f %s " \
1764+ GeoLog1 [format " %-10s %-10s %12.${decimals} f %12.${decimals} f %11s " \
17651765 [GetVal {5} $pn3coo ] [GetVal {4} $pn3coo ] \
17661766 [GetVal {38} $pn3coo ] [GetVal {37} $pn3coo ] [ANG $b34 ]]
17671767 GeoLog1 [format " %-10s %-10s %12.${decimals} f %12.${decimals} f" \
0 commit comments