[BACK]Return to ifplot.h CVS log [TXT][DIR] Up to [local] / OpenXM_contrib2 / asir2000 / plot

Diff for /OpenXM_contrib2/asir2000/plot/ifplot.h between version 1.18 and 1.19

version 1.18, 2014/05/13 20:02:40 version 1.19, 2014/05/16 08:49:52
Line 45 
Line 45 
  * DEVELOPER SHALL HAVE NO LIABILITY IN CONNECTION WITH THE USE,   * DEVELOPER SHALL HAVE NO LIABILITY IN CONNECTION WITH THE USE,
  * PERFORMANCE OR NON-PERFORMANCE OF THE SOFTWARE.   * PERFORMANCE OR NON-PERFORMANCE OF THE SOFTWARE.
  *   *
  * $OpenXM: OpenXM_contrib2/asir2000/plot/ifplot.h,v 1.17 2014/05/12 16:54:41 saito Exp $   * $OpenXM: OpenXM_contrib2/asir2000/plot/ifplot.h,v 1.18 2014/05/13 20:02:40 ohara Exp $
 */  */
 #if defined(VISUAL)  #if defined(VISUAL)
 /* for Visual C++ */  /* for Visual C++ */
Line 130 
Line 130 
 #define ARRAYPLOT "arrayplot"  #define ARRAYPLOT "arrayplot"
 #define OPEN_CANVAS "open_canvas"  #define OPEN_CANVAS "open_canvas"
 #define DRAWCIRCLE "drawcircle"  #define DRAWCIRCLE "drawcircle"
 #define DRAW_OBJ "draw_objc"  #define DRAW_OBJ "draw_obj"
 #define DRAW_STRING "draw_string"  #define DRAW_STRING "draw_string"
 #define OBJ_CP "obj_cp"  #define OBJ_CP "obj_cp"
 #define CLEAR_CANVAS "clear_canvas"  #define CLEAR_CANVAS "clear_canvas"

Legend:
Removed from v.1.18  
changed lines
  Added in v.1.19

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>