=================================================================== RCS file: /home/cvs/OpenXM_contrib2/asir2000/plot/ifplot.h,v retrieving revision 1.24 retrieving revision 1.25 diff -u -p -r1.24 -r1.25 --- OpenXM_contrib2/asir2000/plot/ifplot.h 2015/08/14 13:51:56 1.24 +++ OpenXM_contrib2/asir2000/plot/ifplot.h 2017/09/04 01:57:53 1.25 @@ -45,7 +45,7 @@ * DEVELOPER SHALL HAVE NO LIABILITY IN CONNECTION WITH THE USE, * PERFORMANCE OR NON-PERFORMANCE OF THE SOFTWARE. * - * $OpenXM: OpenXM_contrib2/asir2000/plot/ifplot.h,v 1.23 2015/08/06 10:01:53 fujimoto Exp $ + * $OpenXM: OpenXM_contrib2/asir2000/plot/ifplot.h,v 1.24 2015/08/14 13:51:56 fujimoto Exp $ */ #if defined(VISUAL) || defined(__MINGW32__) /* for Visual C++ */ @@ -274,6 +274,7 @@ struct canvas { NODE history; unsigned int color; int division; + int prec; }; extern struct canvas *canvas[];