Dropped weight argument. Corrected update of entries of the covariance matrix
[pspp-builds.git] / src / math / covariance-matrix.h
index 60f6b0d144f661cd01faa9041b53ce53f6ec2ef8..22f979c595c0baf76974fcba537cb7423bac9c52 100644 (file)
@@ -28,7 +28,7 @@ covariance_matrix_create (int, const struct variable *[]);
 
 void covariance_matrix_destroy (struct design_matrix *);
 
-void covariance_pass_two (struct design_matrix *, double, double,
+void covariance_pass_two (struct design_matrix *, double,
                          double, double, const struct variable *, 
                          const struct variable *, const union value *, const union value *);
 #endif