forked from lijiext/lammps
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@10869 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
0dc4de43c0
commit
290bbfbcc7
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue