diff liboctave/numeric/randgamma.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/randgamma.h	Tue Dec 29 17:41:39 2020 +0100
+++ b/liboctave/numeric/randgamma.h	Tue Dec 29 17:51:23 2020 +0100
@@ -34,7 +34,7 @@
 namespace octave
 {
   template <typename T>
-  void
+  OCTAVE_API void
   rand_gamma (T a, octave_idx_type n, T *p);
 
   template <typename T>