blob: 65a6bb4e22c07ae4268c7ca138ec672e1b28772e (
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
51
52
|
//-*- mode: c++; indent-tabs-mode: t; coding: utf-8; show-trailing-whitespace: t -*-
// file tacsar.cpp
#include "tacsar.hpp"
namespace tacsar {
int nIColCS;
int nIlnTab;
int nInSup;
int nIsBlk;
int nIuty;
int nIVarB;
int nJOut;
int nKaliu;
int nKalksu;
int nKatcs;
int nkawkcs;
int nKColCS;
int nKInSup;
int nKIsBlk;
int nKiuty;
int nKIVarB;
int nKJOut;
int nKksus;
int nKlnTab;
int nKofsce;
int nKoncur;
int nKonsce;
int nKOnSup;
int nKOnTot;
int nKPRSup;
int nKRSBlk;
int nKSPVar;
int nKsus;
int nKud1;
int nKxar;
int nKxtcs;
//
double nAtcs;
double nAwks;
double nParsup;
double nRsblk;
double nSptacs;
double nUd1;
double nXar;
double nXtcs;
}
// end of file tacsar.cpp
|