diff options
author | Angelo Rossi <angelo.rossi.homelab@gmail.com> | 2023-06-21 12:04:16 +0000 |
---|---|---|
committer | Angelo Rossi <angelo.rossi.homelab@gmail.com> | 2023-06-21 12:04:16 +0000 |
commit | b18347ffc9db9641e215995edea1c04c363b2bdf (patch) | |
tree | f3908dc911399f1a21e17d950355ee56dc0919ee /sources/tacsar.cpp |
Initial commit.
Diffstat (limited to 'sources/tacsar.cpp')
-rw-r--r-- | sources/tacsar.cpp | 52 |
1 files changed, 52 insertions, 0 deletions
diff --git a/sources/tacsar.cpp b/sources/tacsar.cpp new file mode 100644 index 0000000..65a6bb4 --- /dev/null +++ b/sources/tacsar.cpp @@ -0,0 +1,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 |