diff liboctave/FEGrid.h @ 382:e02d6b664394

[project @ 1994-03-09 21:08:03 by jwe]
author jwe
date Wed, 09 Mar 1994 21:08:03 +0000
parents 780cbbc57b7c
children 7e870a4ec9bc
line wrap: on
line diff
--- a/liboctave/FEGrid.h	Wed Mar 09 00:33:24 1994 +0000
+++ b/liboctave/FEGrid.h	Wed Mar 09 21:08:03 1994 +0000
@@ -1,7 +1,7 @@
 // FEGrid.h                                                -*- C++ -*-
 /*
 
-Copyright (C) 1992, 1993 John W. Eaton
+Copyright (C) 1992, 1993, 1994 John W. Eaton
 
 This file is part of Octave.
 
@@ -21,8 +21,10 @@
 
 */
 
-#if !defined (_FEGrid_h)
-#define _FEGrid_h 1
+#if !defined (octave_FEGrid_h)
+#define octave_FEGrid_h 1
+
+extern "C++" {
 
 class ostream;
 
@@ -81,6 +83,8 @@
 inline Vector FEGrid::element_boundaries (void) const
   { return elem; }
 
+} // extern "C++"
+
 #endif
 
 /*