changeset 9976:2d96bbbdafa9 octave-forge

control: stub function to avoid gen_doc_cache warning upon package installation
author paramaniac
date Fri, 06 Apr 2012 07:26:18 +0000
parents 9076abbf5b6e
children 5e8f985ee1c4
files main/control/src/control_slicot_functions.cc
diffstat 1 files changed, 14 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/main/control/src/control_slicot_functions.cc	Thu Apr 05 23:56:17 2012 +0000
+++ b/main/control/src/control_slicot_functions.cc	Fri Apr 06 07:26:18 2012 +0000
@@ -39,3 +39,17 @@
 #include "slsb16bd.cc"  // coprime factorization state-feedback controller reduction
 #include "slsb16cd.cc"  // frequency-weighted coprime factorization state-feedback controller reduction
 #include "slsb10yd.cc"  // fit state-space model to frequency response data
+
+
+// stub function to avoid gen_doc_cache warning upon package installation
+DEFUN_DLD (control_slicot_functions, args, nargout,
+   "-*- texinfo -*-\n\
+Slicot Release 5.0\n\
+No argument checking.\n\
+For internal use only.")
+{
+    octave_value_list retval;
+    error ("control_slicot_functions: for internal use only");
+    return retval;
+}
+