diff src/lsode.cc @ 7:d68036bcad4c

[project @ 1993-08-08 03:53:43 by jwe]
author jwe
date Sun, 08 Aug 1993 03:53:43 +0000
parents 78fd87e624cb
children d1c5e5edbf1e
line wrap: on
line diff
--- a/src/lsode.cc	Sun Aug 08 02:12:07 1993 +0000
+++ b/src/lsode.cc	Sun Aug 08 03:53:43 1993 +0000
@@ -1,4 +1,4 @@
-// tc-lsode.cc                                           -*- C++ -*-
+// f-lsode.cc                                           -*- C++ -*-
 /*
 
 Copyright (C) 1993 John W. Eaton
@@ -32,11 +32,11 @@
 #include "gripes.h"
 #include "error.h"
 #include "utils.h"
+#include "f-lsode.h"
 
 // Global pointer for user defined function required by lsode.
 static tree *lsode_fcn;
 
-
 #ifdef WITH_DLD
 tree_constant *
 builtin_lsode_2 (tree_constant *args, int nargin, int nargout)