Skip to content
Snippets Groups Projects
Commit 24da227a authored by lampe's avatar lampe
Browse files

Don't use multigrid ctrl entries. They are clobbered by others who

access the status field directly.

[[Imported from SVN: r7906]]
parent 4ef053bd
No related branches found
No related tags found
No related merge requests found
......@@ -18341,7 +18341,7 @@ static INT OrderElements_3D (MULTIGRID *mg, VIEWEDOBJ *vo, INT bullet)
 
/* no more to do for bullet plotter */
if (bullet) {
SETELEMORD(mg, VSIDES_DONE);
/*SETELEMORD(mg, VSIDES_DONE);*/
return 0;
}
 
......@@ -18403,7 +18403,7 @@ fault:
}
#endif
 
SETELEMORD(mg, ALL_DONE);
/*SETELEMORD(mg, ALL_DONE);*/
 
return (0);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment