summaryrefslogtreecommitdiffstats
path: root/includes/tacsar.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'includes/tacsar.hpp')
-rw-r--r--includes/tacsar.hpp60
1 files changed, 60 insertions, 0 deletions
diff --git a/includes/tacsar.hpp b/includes/tacsar.hpp
new file mode 100644
index 0000000..eaed1cf
--- /dev/null
+++ b/includes/tacsar.hpp
@@ -0,0 +1,60 @@
+//-*- mode: c++; indent-tabs-mode: t; coding: utf-8; show-trailing-whitespace: t -*-
+
+// file tacsar.hpp
+
+#ifndef _TACSAR_HPP
+#define _TACSAR_HPP
+
+#include <iostream>
+#include <iomanip>
+#include <cstddef>
+#include <vector>
+
+namespace tacsar {
+
+ extern int nIColCS;
+ extern int nIlnTab;
+ extern int nInSup;
+ extern int nIsBlk;
+ extern int nIuty;
+ extern int nIVarB;
+ extern int nJOut;
+ extern int nKaliu;
+ extern int nKalksu;
+ extern int nKatcs;
+ extern int nkawkcs;
+ extern int nKColCS;
+ extern int nKInSup;
+ extern int nKIsBlk;
+ extern int nKiuty;
+ extern int nKIVarB;
+ extern int nKJOut;
+ extern int nKksus;
+ extern int nKlnTab;
+ extern int nKofsce;
+ extern int nKoncur;
+ extern int nKonsce;
+ extern int nKOnSup;
+ extern int nKOnTot;
+ extern int nKPRSup;
+ extern int nKRSBlk;
+ extern int nKSPVar;
+ extern int nKsus;
+ extern int nKud1;
+ extern int nKxar;
+ extern int nKxtcs;
+ //
+ extern double nAtcs;
+ extern double nAwks;
+ extern double nParsup;
+ extern double nRsblk;
+ extern double nSptacs;
+ extern double nUd1;
+ extern double nXar;
+ extern double nXtcs;
+
+}
+
+#endif // _TACSAR_HPP
+
+// end of file tacsar.hpp