Recurse to simplify flow of covariance_pass_two(). Move tests for V2 into for loop.
[pspp-builds.git] / src / math / covariance-matrix.h
index eee5e16a64512cfc648f0f66931ee1244afbdfaa..60f6b0d144f661cd01faa9041b53ce53f6ec2ef8 100644 (file)
@@ -28,7 +28,7 @@ covariance_matrix_create (int, const struct variable *[]);
 
 void covariance_matrix_destroy (struct design_matrix *);
 
-void covariance_pass_one (struct design_matrix *, double, double,
+void covariance_pass_two (struct design_matrix *, double, double,
                          double, double, const struct variable *, 
                          const struct variable *, const union value *, const union value *);
 #endif