Mercurial > hg > octave-nkf
diff liboctave/DASSL.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/DASSL.cc +++ b/liboctave/DASSL.cc @@ -63,7 +63,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_deriv (nn); ColumnVector tmp_state (nn); @@ -99,7 +99,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);