diff liboctave/DASPK.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/DASPK.h
+++ b/liboctave/DASPK.h
@@ -41,7 +41,7 @@
     : DAE (s, tm, f), DASPK_options (), initialized (false) { }
 
   DASPK (const ColumnVector& s, const ColumnVector& deriv,
-	 double tm, DAEFunc& f)
+         double tm, DAEFunc& f)
     : DAE (s, deriv, tm, f), DASPK_options (), initialized (false) { }
 
   ~DASPK (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;