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

This commit is contained in:
sjplimp 2013-10-16 17:23:00 +00:00
parent 0dc4de43c0
commit 290bbfbcc7
1 changed files with 1 additions and 3 deletions

View File

@ -1054,7 +1054,7 @@ int Image::map_reset(int index, int narg, char **arg)
}
/* ----------------------------------------------------------------------
set min/max bounds of color map index
set min/max bounds of dynamic color map index
------------------------------------------------------------------------- */
int Image::map_minmax(int index, double mindynamic, double maxdynamic)
@ -1778,8 +1778,6 @@ int ColorMap::minmax(double mindynamic, double maxdynamic)
}
}
printf("MINMAX %g %g\n",mindynamic,maxdynamic);
return 0;
}