comparison liboctave/DASRT.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
comparison
equal deleted inserted replaced
5774:e7af222e98b0 5775:ace8d8d26933
95 ddasrt_j (const double& time, const double *state, const double *deriv, 95 ddasrt_j (const double& time, const double *state, const double *deriv,
96 double *pd, const double& cj, double *, octave_idx_type *) 96 double *pd, const double& cj, double *, octave_idx_type *)
97 { 97 {
98 BEGIN_INTERRUPT_WITH_EXCEPTIONS; 98 BEGIN_INTERRUPT_WITH_EXCEPTIONS;
99 99
100 // XXX FIXME XXX -- would be nice to avoid copying the data. 100 // FIXME -- would be nice to avoid copying the data.
101 101
102 ColumnVector tmp_state (nn); 102 ColumnVector tmp_state (nn);
103 ColumnVector tmp_deriv (nn); 103 ColumnVector tmp_deriv (nn);
104 104
105 for (octave_idx_type i = 0; i < nn; i++) 105 for (octave_idx_type i = 0; i < nn; i++)