diff liboctave/numeric/gepbalance.h @ 29228:5c14f81e0937

Set API tags in files in liboctave/numeric (patch #8919). Add API tag to template class definitions. Add API tag to (un-defined) functions and member functions in headers. Export template class instantiations and template functions from .cc files.
author Markus Mützel <markus.muetzel@gmx.de>
date Tue, 29 Dec 2020 17:51:23 +0100
parents bd51beb6205e
children 7854d5752dd2
line wrap: on
line diff
--- a/liboctave/numeric/gepbalance.h	Tue Dec 29 17:41:39 2020 +0100
+++ b/liboctave/numeric/gepbalance.h	Tue Dec 29 17:51:23 2020 +0100
@@ -87,7 +87,8 @@
       RT balancing_mat;
       RT balancing_mat2;
 
-      octave_idx_type init (const T& a, const T& b, const std::string& job);
+      OCTAVE_API octave_idx_type
+      init (const T& a, const T& b, const std::string& job);
     };
   }
 }