[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.10 and 1.11

version 1.10, 2002/07/29 03:08:16 version 1.11, 2002/08/02 08:59:47
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.9 2002/07/11 03:34:34 takayama Exp $   * $OpenXM: OpenXM_contrib2/asir2000/plot/ifplot.h,v 1.10 2002/07/29 03:08:16 noro Exp $
 */  */
 #if defined(VISUAL)  #if defined(VISUAL)
 /* for Visual C++ */  /* for Visual C++ */
Line 88 
Line 88 
   
 #define MAXCANVAS 64  #define MAXCANVAS 64
 #define MAXGC 16  #define MAXGC 16
   #define DEFAULTPOLARSTEP 400
 #define DEFAULTWIDTH 400  #define DEFAULTWIDTH 400
 #define DEFAULTHEIGHT 400  #define DEFAULTHEIGHT 400
   
Line 95 
Line 96 
 #define MODE_CONPLOT 1  #define MODE_CONPLOT 1
 #define MODE_PLOT 2  #define MODE_PLOT 2
 #define MODE_INTERACTIVE 3  #define MODE_INTERACTIVE 3
   #define MODE_POLARPLOT 4
   
 #define DIR_X 0  #define DIR_X 0
 #define DIR_Y 1  #define DIR_Y 1

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

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