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

Diff for /OpenXM_contrib2/asir2000/builtin/isolv.c between version 1.4 and 1.5

version 1.4, 2005/02/08 18:06:05 version 1.5, 2005/07/14 22:46:03
Line 1 
Line 1 
 /*  /*
  * $OpenXM: OpenXM_contrib2/asir2000/builtin/isolv.c,v 1.3 2003/10/23 01:32:59 saito Exp $   * $OpenXM: OpenXM_contrib2/asir2000/builtin/isolv.c,v 1.4 2005/02/08 18:06:05 saito Exp $
  */   */
   
 #include "ca.h"  #include "ca.h"
Line 66  Obj  *rp;
Line 66  Obj  *rp;
                         fprintf(stderr,"solve,");                          fprintf(stderr,"solve,");
                         error(" : Sorry, not yet implement of multivars");                          error(" : Sorry, not yet implement of multivars");
                         break;                          break;
                 defaults:                  default:
                         *rp = 0;                          *rp = 0;
         }          }
 }  }
Line 129  Obj  *rp;
Line 129  Obj  *rp;
                         fprintf(stderr,"solve,");                          fprintf(stderr,"solve,");
                         error(" : Sorry, not yet implement of multivars");                          error(" : Sorry, not yet implement of multivars");
                         break;                          break;
                 defaults:                  default:
                         *rp = 0;                          *rp = 0;
         }          }
 }  }

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

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