summaryrefslogtreecommitdiffstats
path: root/sources/labl29.cpp
blob: 5216d114c8339b43ee2c5e80675865b28b9ae626 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
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