changeset 450:27e970ab835b

[project @ 1994-06-05 22:07:31 by jwe]
author jwe
date Sun, 05 Jun 1994 22:07:31 +0000
parents 3cef0ce5dd7d
children f4abf937d30c
files liboctave/NLFunc.h
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/liboctave/NLFunc.h	Sun Jun 05 21:58:52 1994 +0000
+++ b/liboctave/NLFunc.h	Sun Jun 05 22:07:31 1994 +0000
@@ -24,9 +24,9 @@
 #if !defined (octave_NLFunc_h)
 #define octave_NLFunc_h 1
 
-extern "C++" {
+#include "Matrix.h"
 
-#include "Matrix.h"
+extern "C++" {
 
 #ifndef Vector
 #define Vector ColumnVector