git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@15355 f3b2605a-c512-4ea7-a41b-209d697bcdaa

This commit is contained in:
sjplimp
2016-07-22 22:52:03 +00:00
parent 87bfe1941b
commit cff65b956a
5 changed files with 22 additions and 55 deletions

View File

@ -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;