corrections based on change in selectors
This commit is contained in:
parent
62f400613a
commit
7e259a9caa
|
@ -48,8 +48,8 @@ setFields
|
||||||
{
|
{
|
||||||
shapeAssigne
|
shapeAssigne
|
||||||
{
|
{
|
||||||
selector rangeAll; // type of point selector
|
selector selectRange; // type of point selector
|
||||||
rangeAllInfo
|
selectRangeInfo
|
||||||
{
|
{
|
||||||
begin 0; // begin index of points
|
begin 0; // begin index of points
|
||||||
end 30000; // end index of points
|
end 30000; // end index of points
|
||||||
|
|
|
@ -48,8 +48,8 @@ setFields
|
||||||
{
|
{
|
||||||
shapeAssigne
|
shapeAssigne
|
||||||
{
|
{
|
||||||
selector rangeAll; // type of point selector
|
selector selectRange; // type of point selector
|
||||||
rangeAllInfo
|
selectRangeInfo
|
||||||
{
|
{
|
||||||
begin 0; // begin index of points
|
begin 0; // begin index of points
|
||||||
end 30000; // end index of points
|
end 30000; // end index of points
|
||||||
|
|
Loading…
Reference in New Issue