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

Diff for /OpenXM_contrib2/asir2000/plot/if.c between version 1.24 and 1.25

version 1.24, 2013/12/19 05:48:24 version 1.25, 2013/12/20 02:27:17
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/if.c,v 1.23 2011/08/11 06:25:06 saito Exp $   * $OpenXM: OpenXM_contrib2/asir2000/plot/if.c,v 1.24 2013/12/19 05:48:24 saito Exp $
 */  */
 #include "ca.h"  #include "ca.h"
 #include "parse.h"  #include "parse.h"
Line 780  void ifplotmain(struct canvas *can){
Line 780  void ifplotmain(struct canvas *can){
                 calcb(tabe,can,0);                  calcb(tabe,can,0);
                 if_print(display,tabe,can,0);                  if_print(display,tabe,can,0);
                 break;                  break;
   #if defined(INTERVAL)
         case MODE_INEQND:          case MODE_INEQND:
                 calc(tabe,can,0);                  calc(tabe,can,0);
                 area_print(display,tabe,can,0);                  area_print(display,tabe,can,0);
Line 852  void ifplotmain(struct canvas *can){
Line 853  void ifplotmain(struct canvas *can){
                 calcb(tabe,can,0);                  calcb(tabe,can,0);
                 over_print(display,tabe,can,0);                  over_print(display,tabe,can,0);
                 break;                  break;
 #if defined(INTERVAL)  
         case MODE_ITVIFPLOT:          case MODE_ITVIFPLOT:
                 itvcalc(tabe,can,1);                  itvcalc(tabe,can,1);
                 if_print(display,tabe,can,1);                  if_print(display,tabe,can,1);
Line 864  void ifplotmain(struct canvas *can){
Line 864  void ifplotmain(struct canvas *can){
         define_cursor(can->window,normalcur);          define_cursor(can->window,normalcur);
 }  }
   
   #if defined(INTERVAL)
 int objcp(NODE arg){  int objcp(NODE arg){
         int idsrc, idtrg, op_code;          int idsrc, idtrg, op_code;
         struct canvas *cansrc, *cantrg;          struct canvas *cansrc, *cantrg;
Line 1099  int plotoverD(NODE arg){
Line 1100  int plotoverD(NODE arg){
 #endif  #endif
         return index;          return index;
 }  }
   #endif

Legend:
Removed from v.1.24  
changed lines
  Added in v.1.25

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