=================================================================== RCS file: /home/cvs/OpenXM_contrib2/asir2018/engine/mat.c,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- OpenXM_contrib2/asir2018/engine/mat.c 2018/09/19 05:45:07 1.1 +++ OpenXM_contrib2/asir2018/engine/mat.c 2018/09/28 08:20:28 1.2 @@ -45,7 +45,7 @@ * DEVELOPER SHALL HAVE NO LIABILITY IN CONNECTION WITH THE USE, * PERFORMANCE OR NON-PERFORMANCE OF THE SOFTWARE. * - * $OpenXM$ + * $OpenXM: OpenXM_contrib2/asir2018/engine/mat.c,v 1.1 2018/09/19 05:45:07 noro Exp $ */ #include "ca.h" #include "../parse/parse.h" @@ -323,7 +323,7 @@ MAT *c; } else if ( a->row != a->col ) { *c = 0; error("pwrmat : non square matrix"); } else - pwrmatmain(vl,a,QTOS((Q)r),c); + pwrmatmain(vl,a,ZTOS((Q)r),c); } void pwrmatmain(vl,a,e,c)