diff src/lsode.cc @ 540:c07674bbc3b1

[project @ 1994-07-21 23:59:00 by jwe]
author jwe
date Fri, 22 Jul 1994 00:01:29 +0000
parents b9284136189a
children 20fbad23ae51
line wrap: on
line diff
--- a/src/lsode.cc	Thu Jul 21 22:42:09 1994 +0000
+++ b/src/lsode.cc	Fri Jul 22 00:01:29 1994 +0000
@@ -154,8 +154,8 @@
 
 struct ODE_OPTIONS
 {
-  char *keyword;
-  char *kw_tok[MAX_TOKENS + 1];
+  const char *keyword;
+  const char *kw_tok[MAX_TOKENS + 1];
   int min_len[MAX_TOKENS + 1];
   int min_toks_to_match;
   d_set_opt_mf d_set_fcn;
@@ -214,7 +214,7 @@
 
   ODE_OPTIONS *list = lsode_option_table;
 
-  char *keyword;
+  const char *keyword;
   while ((keyword = list->keyword) != 0)
     {
       output_buf.form ("  %-40s ", keyword);