comparison src/DLD-FUNCTIONS/dasrt.cc @ 4661:12b6fbd57436

[project @ 2003-11-25 05:41:35 by jwe]
author jwe
date Tue, 25 Nov 2003 05:41:36 +0000
parents c0121a3b9cbe
children 404c7122853e
comparison
equal deleted inserted replaced
4660:5df5c9c5c166 4661:12b6fbd57436
56 // Is this a recursive call? 56 // Is this a recursive call?
57 static int call_depth = 0; 57 static int call_depth = 0;
58 58
59 static ColumnVector 59 static ColumnVector
60 dasrt_user_f (const ColumnVector& x, const ColumnVector& xdot, 60 dasrt_user_f (const ColumnVector& x, const ColumnVector& xdot,
61 double t, int& ires) 61 double t, int&)
62 { 62 {
63 ColumnVector retval; 63 ColumnVector retval;
64 64
65 assert (x.capacity () == xdot.capacity ()); 65 assert (x.capacity () == xdot.capacity ());
66 66