comparison src/dassl.cc @ 216:e83d64b26659

[project @ 1993-11-13 09:04:18 by jwe]
author jwe
date Sat, 13 Nov 1993 09:11:10 +0000
parents d1c5e5edbf1e
children a99f28f5e351
comparison
equal deleted inserted replaced
215:cf3f13026ff6 216:e83d64b26659
126 crit_times_set = 1; 126 crit_times_set = 1;
127 } 127 }
128 128
129 if (state.capacity () != deriv.capacity ()) 129 if (state.capacity () != deriv.capacity ())
130 { 130 {
131 message ("dassl", "x and xdot must have the same size"); 131 error ("dassl: x and xdot must have the same size");
132 return retval; 132 return retval;
133 } 133 }
134 134
135 double tzero = out_times.elem (0); 135 double tzero = out_times.elem (0);
136 136