version 1.4, 2005/02/08 18:06:05 |
version 1.5, 2005/07/14 22:46:03 |
|
|
/* |
/* |
* $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" |
|
|
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; |
} |
} |
} |
} |
|
|
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; |
} |
} |
} |
} |