T
tritue
Guest
Hi all,
I have a DIVA DRC rule which run perfectly with 5.0.32 and older revision.
when we upgraded into 5.141 it does not work any more.
We have a rule which run fine with 5.032 but refuse to work and produce DRC
error in 5.141
ngdif=geomStamp( ngdif geomCat(ndif tdif) error ).
It seems that a geomCat inside a geomStamp is not supported in 5.141. If we
replace the above line by the lines
dif_Cat=geomCat(ndif tdif)
ngdif = geomStamp( ngdif dif_Cat error )
Any idea ??? We do not find any mention in the release note of 5.141.
I have a DIVA DRC rule which run perfectly with 5.0.32 and older revision.
when we upgraded into 5.141 it does not work any more.
We have a rule which run fine with 5.032 but refuse to work and produce DRC
error in 5.141
ngdif=geomStamp( ngdif geomCat(ndif tdif) error ).
It seems that a geomCat inside a geomStamp is not supported in 5.141. If we
replace the above line by the lines
dif_Cat=geomCat(ndif tdif)
ngdif = geomStamp( ngdif dif_Cat error )
Any idea ??? We do not find any mention in the release note of 5.141.