summaryrefslogtreecommitdiffstats
path: root/sources/labl29.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sources/labl29.cpp')
-rw-r--r--sources/labl29.cpp50
1 files changed, 50 insertions, 0 deletions
diff --git a/sources/labl29.cpp b/sources/labl29.cpp
new file mode 100644
index 0000000..5216d11
--- /dev/null
+++ b/sources/labl29.cpp
@@ -0,0 +1,50 @@
+//-*- mode: c++; indent-tabs-mode: t; coding: utf-8; show-trailing-whitespace: t -*-
+
+// file labl29.cpp
+
+#include "labl29.hpp"
+
+namespace com29 {
+
+ // Variables.
+ int nLimInc;
+ int nIOFArr;
+ int nVar;
+ int nKey;
+ int nMaxo29;
+ //
+ double nPer;
+ double nXmean1;
+ double nXVar1;
+ double nStDev1;
+ double nVMax;
+
+ // subroutine guts29.
+
+ void guts29(std::string &sBus, \
+ std::vector<int> &sKMSwit, \
+ std::vector<int> &sKdepsw, \
+ int &mIBrnch, \
+ int &nJBrnch, \
+ double &nAKey, \
+ std::vector<double> &sTStat, \
+ std::vector<double> &sTClose, \
+ std::vector<double> &sTOpen)
+ {
+ vector<double> sArray(reinterpret_cast<double *> (labcom::sKArray.data()), reinterpret_cast<double *> (labcom::sKArray.data () + labcom::sKArray.size ()));
+ //
+ std::string sText1 = "misc.";
+ std::string sText2 = "statistics d";
+ std::string sText5 = "begin";
+ std::string sText6 = "new da";
+ std::string sText7 = "bndc";
+ //
+ // missing other vars;
+ //
+
+
+ }
+
+}
+
+// end of file labl29.cpp