=================================================================== RCS file: /home/cvs/OpenXM/src/kan96xx/Kan/matrix.c,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- OpenXM/src/kan96xx/Kan/matrix.c 2000/01/16 07:55:39 1.2 +++ OpenXM/src/kan96xx/Kan/matrix.c 2001/05/04 01:06:24 1.3 @@ -1,4 +1,4 @@ -/* $OpenXM$ */ +/* $OpenXM: OpenXM/src/kan96xx/Kan/matrix.c,v 1.2 2000/01/16 07:55:39 takayama Exp $ */ /* matrix.c */ #include #include "datatype.h" @@ -7,11 +7,11 @@ #include "extern2.h" #include "matrix.h" /* ind() and ind2() are defined. */ - /* You must use n and n2. */ +/* You must use n and n2. */ struct arrayOfPOLY *aaAdd(aa,bb) -struct arrayOfPOLY *aa,*bb; -/* this function has not been tested yet. */ + struct arrayOfPOLY *aa,*bb; + /* this function has not been tested yet. */ { int i; POLY *r; @@ -33,7 +33,7 @@ struct arrayOfPOLY *aa,*bb; } struct matrixOfPOLY *aaMult(aa,bb) -struct matrixOfPOLY *aa,*bb; + struct matrixOfPOLY *aa,*bb; { POLY *a; POLY *b; @@ -54,7 +54,7 @@ struct matrixOfPOLY *aa,*bb; for (j=0; j