diff liboctave/oct-refcount.h @ 14951:4c9fd3e31436

Start of jit support for double matricies
author Max Brister <max@2bass.com>
date Thu, 14 Jun 2012 16:38:06 -0500
parents 72c96de7a403
children
line wrap: on
line diff
--- a/liboctave/oct-refcount.h	Mon Jun 11 20:11:20 2012 -0500
+++ b/liboctave/oct-refcount.h	Thu Jun 14 16:38:06 2012 -0500
@@ -82,6 +82,11 @@
       return static_cast<count_type const volatile&> (count);
     }
 
+  count_type *get (void)
+    {
+      return &count;
+    }
+
 private:
   count_type count;
 };