diff src/DLD-FUNCTIONS/dassl.cc @ 4122:19a1626b8d57

[project @ 2002-10-23 22:10:53 by jwe]
author jwe
date Wed, 23 Oct 2002 22:10:54 +0000
parents 944b276d8856
children 303b28a7a7e4
line wrap: on
line diff
--- a/src/DLD-FUNCTIONS/dassl.cc	Wed Oct 23 03:34:11 2002 +0000
+++ b/src/DLD-FUNCTIONS/dassl.cc	Wed Oct 23 22:10:54 2002 +0000
@@ -394,7 +394,7 @@
 
       DASSL dae (state, deriv, tzero, func);
 
-      dae.copy (dassl_opts);
+      dae.set_options (dassl_opts);
 
       Matrix output;
       Matrix deriv_output;