You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Also on line 545: geometries[ p ].prog = pr; should be files[ p ].prog = pr;
And lastly there was an error when loading file and trying to add the property .name to the resulting string on line 1073, I had to comment the line...
The text was updated successfully, but these errors were encountered:
should be
Also on line 545:
geometries[ p ].prog = pr;
should befiles[ p ].prog = pr;
And lastly there was an error when loading file and trying to add the property
.name
to the resulting string on line 1073, I had to comment the line...The text was updated successfully, but these errors were encountered: