changeset 81:3b01e1bd7420

Define DEFINE_OCTAVE_ALLOCATOR and DEFINE_OV_TYPEID_FUNCTIONS_AND_DATA inside the .h (as previous commit)
author gedeone-octave <marcovass89@hotmail.it>
date Sat, 03 Aug 2013 14:44:07 +0200
parents 16ccfaf1476a
children 5a4371f45fc4
files src/boundarycondition.h
diffstat 1 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/boundarycondition.h	Sat Aug 03 14:37:09 2013 +0200
+++ b/src/boundarycondition.h	Sat Aug 03 14:44:07 2013 +0200
@@ -63,5 +63,8 @@
 
 };
 
-  static bool boundarycondition_type_loaded = false;
+static bool boundarycondition_type_loaded = false;
+
+DEFINE_OCTAVE_ALLOCATOR (boundarycondition);
+DEFINE_OV_TYPEID_FUNCTIONS_AND_DATA (boundarycondition, "boundarycondition", "boundarycondition");
 #endif