diff liboctave/DASSL.h @ 10312:cbc402e64d83

untabify liboctave header files
author John W. Eaton <jwe@octave.org>
date Thu, 11 Feb 2010 12:14:48 -0500
parents 4c0cdbe0acca
children 4638800cd660
line wrap: on
line diff
--- a/liboctave/DASSL.h	Thu Feb 11 11:57:36 2010 -0500
+++ b/liboctave/DASSL.h	Thu Feb 11 12:14:48 2010 -0500
@@ -41,7 +41,7 @@
     : DAE (s, tm, f), DASSL_options (), initialized (false) { }
 
   DASSL (const ColumnVector& s, const ColumnVector& deriv,
-	 double tm, DAEFunc& f)
+         double tm, DAEFunc& f)
     : DAE (s, deriv, tm, f), DASSL_options (), initialized (false) { }
 
   ~DASSL (void) { }
@@ -55,7 +55,7 @@
   Matrix integrate (const ColumnVector& tout, Matrix& xdot_out);
 
   Matrix integrate (const ColumnVector& tout, Matrix& xdot_out,
-		    const ColumnVector& tcrit); 
+                    const ColumnVector& tcrit); 
 
   std::string error_message (void) const;