diff liboctave/ODEFunc.h @ 384:7e870a4ec9bc

[project @ 1994-03-09 21:40:04 by jwe]
author jwe
date Wed, 09 Mar 1994 21:46:32 +0000
parents e02d6b664394
children 4caf8fbeb778
line wrap: on
line diff
--- a/liboctave/ODEFunc.h
+++ b/liboctave/ODEFunc.h
@@ -24,9 +24,9 @@
 #if !defined (octave_ODEFunc_h)
 #define octave_ODEFunc_h 1
 
-extern "C++" {
+#include "Matrix.h"
 
-#include "Matrix.h"
+extern "C++" {
 
 #ifndef Vector
 #define Vector ColumnVector