//-*- mode: c++; indent-tabs-mode: t; coding: utf-8; show-trailing-whitespace: t -*- // file umdeck.hpp #ifndef _UMDECK_HPP #define _UMDECK_HPP #include #include #include #include #include #include namespace umcom { extern int nSRoot2; extern int nSRoot3; extern int nOmegRF; extern int nInpu; extern int nNumBus; extern int nNCLTot; extern int nInitUM; // extern int pPTheta[ 3 ][ 3 ]; extern int pZTheVR[ 3 ][ 3 ]; extern int pVInp[ 40 ]; extern int pZTheVs[ 40 ]; extern int pUmCur[ 40 ]; extern int pCon[ 10 ]; extern int pDumVec[ 40 ]; extern int pDumMat[ 3 ][ 3 ]; extern int pDate[ 2 ]; extern int pClock[ 2 ]; extern int pNDum[ 40 ]; // extern std::string pBUSUM[ 50 ]; } #endif // __UMDECK_HPP // end of file umdeck.hpp