There was an error while loading. Please reload this page.
1 parent 6773c53 commit fdf661cCopy full SHA for fdf661c
1 file changed
bng2/Network3/src/util/mathutils/norm.c
@@ -12,8 +12,8 @@ double NORM( double *a, int dim){
12
int n;
13
int inca=1;
14
double norm;
15
- extern double DNRM2();
16
-
+ extern double DNRM2(int *n, double *x, int *incx);
+
17
n=dim;
18
return(DNRM2(&n, a, &inca));
19
}
0 commit comments