[BACK]Return to up_lm.c CVS log [TXT][DIR] Up to [local] / OpenXM_contrib2 / asir2000 / engine

Diff for /OpenXM_contrib2/asir2000/engine/up_lm.c between version 1.7 and 1.8

version 1.7, 2003/12/24 08:00:38 version 1.8, 2012/12/17 07:20:44
Line 45 
Line 45 
  * DEVELOPER SHALL HAVE NO LIABILITY IN CONNECTION WITH THE USE,   * DEVELOPER SHALL HAVE NO LIABILITY IN CONNECTION WITH THE USE,
  * PERFORMANCE OR NON-PERFORMANCE OF THE SOFTWARE.   * PERFORMANCE OR NON-PERFORMANCE OF THE SOFTWARE.
  *   *
  * $OpenXM: OpenXM_contrib2/asir2000/engine/up_lm.c,v 1.6 2001/10/09 01:36:14 noro Exp $   * $OpenXM: OpenXM_contrib2/asir2000/engine/up_lm.c,v 1.7 2003/12/24 08:00:38 noro Exp $
 */  */
 #include "ca.h"  #include "ca.h"
 #include <math.h>  #include <math.h>
Line 251  void crup_lm(ModNum **f,int d,int *mod,int index,N m,N
Line 251  void crup_lm(ModNum **f,int d,int *mod,int index,N m,N
                         k[j] += c2*f[i][j];                          k[j] += c2*f[i][j];
         }          }
         uiarraytoup(sum,len,d,&s);          uiarraytoup(sum,len,d,&s);
         GC_free(sum_b);          GCFREE(sum_b);
   
         u = UPALLOC(d);          u = UPALLOC(d);
         for ( j = 0; j <= d; j++ ) {          for ( j = 0; j <= d; j++ ) {

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>