diff liboctave/DASPK.cc @ 5775:ace8d8d26933

[project @ 2006-04-24 19:13:06 by jwe]
author jwe
date Mon, 24 Apr 2006 19:13:11 +0000
parents 7ba9ad1fec11
children 93c65f2a5668
line wrap: on
line diff
--- a/liboctave/DASPK.cc	Mon Apr 24 17:45:31 2006 +0000
+++ b/liboctave/DASPK.cc	Mon Apr 24 19:13:11 2006 +0000
@@ -124,7 +124,7 @@
 {
   BEGIN_INTERRUPT_WITH_EXCEPTIONS;
 
-  // XXX FIXME XXX -- would be nice to avoid copying the data.
+  // FIXME -- would be nice to avoid copying the data.
 
   ColumnVector tmp_state (nn);
   ColumnVector tmp_deriv (nn);
@@ -149,7 +149,7 @@
 ColumnVector
 DASPK::do_integrate (double tout)
 {
-  // XXX FIXME XXX -- should handle all this option stuff just once
+  // FIXME -- should handle all this option stuff just once
   // for each new problem.
 
   ColumnVector retval;
@@ -348,7 +348,7 @@
 	{
 	  if (ccic == 1)
 	    {
-	      // XXX FIXME XXX -- this code is duplicated below.
+	      // FIXME -- this code is duplicated below.
 
 	      Array<octave_idx_type> av = algebraic_variables ();
 
@@ -388,7 +388,7 @@
 	{
 	  info(15) = 1;
 
-	  // XXX FIXME XXX -- this code is duplicated above.
+	  // FIXME -- this code is duplicated above.
 
 	  Array<octave_idx_type> av = algebraic_variables ();