les fils de TALU sont nommés obs
This commit is contained in:
parent
dcfb078834
commit
cd1008706b
|
@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script.
|
|||
AC_INIT(src/growstk.c)
|
||||
|
||||
GROWSTK_MAJOR_VERSION=1
|
||||
GROWSTK_MINOR_VERSION=3
|
||||
GROWSTK_MINOR_VERSION=4
|
||||
GROWSTK_VERSION=$GROWSTK_MAJOR_VERSION.$GROWSTK_MINOR_VERSION
|
||||
|
||||
AC_SUBST(GROWSTK_MAJOR_VERSION)
|
||||
|
|
|
@ -494,7 +494,7 @@ int main (int ac, char *av[])
|
|||
(SCALE_X * (ScanRec->Y + RDS_LAMBDA)) / RDS_UNIT ,
|
||||
(SCALE_X * (ScanRec->X + ScanRec->DX / 2)) / RDS_UNIT ,
|
||||
(SCALE_X * (ScanRec->Y + ScanRec->DY - RDS_LAMBDA)) / RDS_UNIT ,
|
||||
NULL);
|
||||
"obs");
|
||||
}
|
||||
else
|
||||
{
|
||||
|
@ -522,7 +522,7 @@ int main (int ac, char *av[])
|
|||
(SCALE_X * (ScanRec->Y + ScanRec->DY / 2)) / RDS_UNIT ,
|
||||
(SCALE_X * (ScanRec->X + ScanRec->DX - RDS_LAMBDA)) / RDS_UNIT ,
|
||||
(SCALE_X * (ScanRec->Y + ScanRec->DY / 2)) / RDS_UNIT ,
|
||||
NULL);
|
||||
"obs");
|
||||
}
|
||||
}
|
||||
for (PhSeg = PhFig->PHSEG; PhSeg; PhSeg = PhSeg->NEXT)
|
||||
|
|
Loading…
Reference in New Issue