From 290bbfbcc78ceaf6a8f7e2bf1d2493ce1836507f Mon Sep 17 00:00:00 2001 From: sjplimp Date: Wed, 16 Oct 2013 17:23:00 +0000 Subject: [PATCH] git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@10869 f3b2605a-c512-4ea7-a41b-209d697bcdaa --- src/image.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/image.cpp b/src/image.cpp index ec75e30372..85064b62b8 100644 --- a/src/image.cpp +++ b/src/image.cpp @@ -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; }