=================================================================== RCS file: /home/cvs/OpenXM/src/hgm/mh/src/wmain.c,v retrieving revision 1.7 retrieving revision 1.10 diff -u -p -r1.7 -r1.10 --- OpenXM/src/hgm/mh/src/wmain.c 2013/02/23 06:01:15 1.7 +++ OpenXM/src/hgm/mh/src/wmain.c 2013/03/07 03:00:43 1.10 @@ -1,7 +1,7 @@ /* -$OpenXM: OpenXM/src/hgm/mh/src/wmain.c,v 1.6 2013/02/21 07:30:56 takayama Exp $ -License: LGPL - */ + $OpenXM: OpenXM/src/hgm/mh/src/wmain.c,v 1.9 2013/03/05 05:26:07 takayama Exp $ + License: LGPL +*/ #include #include #include @@ -56,17 +56,17 @@ void mh_freeWorkArea(void) { mh_rf(0.0, NULL, 0, NULL, 0); MH_deallocate=0; /* switch to the normal mode. */ } -static mypower(int x,int n) { +static int mypower(int x,int n) { int a,i; a = 1; for (i=0; i