Index: /trunk/psModules/src/detrend/pmFringeStats.c
===================================================================
--- /trunk/psModules/src/detrend/pmFringeStats.c	(revision 7125)
+++ /trunk/psModules/src/detrend/pmFringeStats.c	(revision 7126)
@@ -3,6 +3,6 @@
  *  @author Eugene Magnier, IfA
  *
- *  @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2006-04-22 03:21:00 $
+ *  @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2006-05-17 00:55:35 $
  *
  *  Copyright 2004 IfA
@@ -283,5 +283,5 @@
 
     // Solve the least-squares equation
-    if (! psGaussJordan(A, B)) {
+    if (! psMatrixGJSolve(A, B)) {
         psError(PS_ERR_UNKNOWN, false, "Could not solve linear equations.  Returning NULL.\n");
         return false;
