git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@15355 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -1036,7 +1036,7 @@ void DumpImage::create_image()
|
||||
// render objects provided by a fix
|
||||
|
||||
if (fixflag) {
|
||||
int tridraw,edgedraw;
|
||||
int tridraw=0,edgedraw=0;
|
||||
if (domain->dimension == 3) {
|
||||
tridraw = 1;
|
||||
edgedraw = 1;
|
||||
|
||||
Reference in New Issue
Block a user