Mercurial > hg > octave-lyh
comparison liboctave/ODESFunc.h @ 11586:12df7854fa7c
strip trailing whitespace from source files
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Thu, 20 Jan 2011 17:24:59 -0500 |
parents | fd0a3ac60b0e |
children | 72c96de7a403 |
comparison
equal
deleted
inserted
replaced
11585:1473d0cf86d2 | 11586:12df7854fa7c |
---|---|
35 Matrix *dfdxdot; | 35 Matrix *dfdxdot; |
36 Matrix *dfdx; | 36 Matrix *dfdx; |
37 }; | 37 }; |
38 | 38 |
39 typedef ColumnVector (*ODES_fsub) (const ColumnVector& x, double, | 39 typedef ColumnVector (*ODES_fsub) (const ColumnVector& x, double, |
40 const ColumnVector& theta); | 40 const ColumnVector& theta); |
41 | 41 |
42 typedef ColumnVector (*ODES_bsub) (const ColumnVector& x, double, | 42 typedef ColumnVector (*ODES_bsub) (const ColumnVector& x, double, |
43 const ColumnVector& theta, int column); | 43 const ColumnVector& theta, int column); |
44 | 44 |
45 typedef Matrix (*ODES_jsub) (const ColumnVector& x, double, | 45 typedef Matrix (*ODES_jsub) (const ColumnVector& x, double, |