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

Diff for /OpenXM_contrib2/asir2000/plot/plotf.c between version 1.26 and 1.28

version 1.26, 2014/05/12 16:54:41 version 1.28, 2014/05/16 08:49:53
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/plotf.c,v 1.25 2014/01/07 06:22:08 saito Exp $   * $OpenXM: OpenXM_contrib2/asir2000/plot/plotf.c,v 1.27 2014/05/13 20:02:40 ohara Exp $
 */  */
 #include "ca.h"  #include "ca.h"
 #include "parse.h"  #include "parse.h"
Line 118  struct ftab plot_tab[]={
Line 118  struct ftab plot_tab[]={
         {PLOTOVERD,PplotoverD,-4},          {PLOTOVERD,PplotoverD,-4},
         {PLOTOVERQ,PplotoverQ,-4},          {PLOTOVERQ,PplotoverQ,-4},
         {PLOTOVERB,PplotoverB,-4},          {PLOTOVERB,PplotoverB,-4},
         {MEMORY_IFPLOT,Pmemory_ifplot,-7},          {MEMORY_IFPLOT,Pmemory_ifplot,-6},
         {MEMORY_CONPLOT,Pmemory_conplot,-7},          {MEMORY_CONPLOT,Pmemory_conplot,-7},
         {MEMORY_PLOT,Pmemory_plot,-7},          {MEMORY_PLOT,Pmemory_plot,-5},
         {DRAWCIRCLE,Pdrawcircle,4},          {DRAWCIRCLE,Pdrawcircle,6},
         {OPEN_CANVAS,Popen_canvas,-3},          {OPEN_CANVAS,Popen_canvas,-3},
         {CLEAR_CANVAS,Pclear_canvas,2},          {CLEAR_CANVAS,Pclear_canvas,2},
         {DRAW_OBJ,Pdraw_obj,-3},          {DRAW_OBJ,Pdraw_obj,-4},
         {DRAW_STRING,Pdraw_string,-4},          {DRAW_STRING,Pdraw_string,-5},
         {0,0,0},          {0,0,0},
 };  };
 char *pfn[]={  char *pfn[]={
Line 571  void Ppolarplot(NODE arg,Obj *rp){
Line 571  void Ppolarplot(NODE arg,Obj *rp){
         P poly,var;          P poly,var;
         STRING fname,wname;          STRING fname,wname;
         Real pi2;          Real pi2;
         Obj t,frst,sec,thr;;          Obj t,frst,sec,thr;
         char ebuf[BUFSIZ];          char ebuf[BUFSIZ];
   
         iNo=lNo=sNo=findG=0;pfine=TRUE;          iNo=lNo=sNo=findG=0;pfine=TRUE;

Legend:
Removed from v.1.26  
changed lines
  Added in v.1.28

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