=================================================================== RCS file: /home/cvs/OpenXM_contrib2/asir2000/include/ca.h,v retrieving revision 1.56 retrieving revision 1.59 diff -u -p -r1.56 -r1.59 --- OpenXM_contrib2/asir2000/include/ca.h 2005/07/03 10:19:23 1.56 +++ OpenXM_contrib2/asir2000/include/ca.h 2005/11/06 01:27:28 1.59 @@ -45,7 +45,7 @@ * DEVELOPER SHALL HAVE NO LIABILITY IN CONNECTION WITH THE USE, * PERFORMANCE OR NON-PERFORMANCE OF THE SOFTWARE. * - * $OpenXM: OpenXM_contrib2/asir2000/include/ca.h,v 1.55 2004/12/18 16:50:10 saito Exp $ + * $OpenXM: OpenXM_contrib2/asir2000/include/ca.h,v 1.58 2005/10/31 10:03:48 noro Exp $ */ #include #include @@ -625,6 +625,7 @@ struct modorder_spec { typedef struct oNumberField { int n; + int psn; int dim; VL vl; P *defpoly;