dynare++: renamed _Tm in __Tm (creates names clashes with MS Visual C++ and mingw64 headers)

git-svn-id: https://www.dynare.org/svn/dynare/trunk@3107 ac1d8469-bf42-47a9-8791-bf33cf982152
time-shift
sebastien 2009-10-30 18:19:42 +00:00
parent 11230eec3f
commit a2c2865dc2
2 changed files with 6 additions and 6 deletions

View File

@ -308,7 +308,7 @@ macros.
@s _TGstack int
@s _TZXstack int
@s _TGXstack int
@s _Tm int
@s __Tm int
@s _Tpol int
@d _Ttensor TYPENAME ctraits<t>::Ttensor
@d _Ttensym TYPENAME ctraits<t>::Ttensym
@ -320,7 +320,7 @@ macros.
@d _TGstack TYPENAME ctraits<t>::TGstack
@d _TZXstack TYPENAME ctraits<t>::TZXstack
@d _TGXstack TYPENAME ctraits<t>::TGXstack
@d _Tm TYPENAME ctraits<t>::Tm
@d __Tm TYPENAME ctraits<t>::Tm
@d _Tpol TYPENAME ctraits<t>::Tpol
@ -951,8 +951,8 @@ containers.
template<int t> const _TZstack& Zstack() const;
template<int t> _TGstack& Gstack();
template<int t> const _TGstack& Gstack() const;
template<int t> _Tm& m();
template<int t> const _Tm& m() const;
template<int t> __Tm& m();
template<int t> const __Tm& m() const;
@ End of {\tt korder.h} file.

View File

@ -104,7 +104,7 @@ $$h_{y^i\sigma^p}=\sum_{\lims}\pmatrix{p\cr n,k}{1\over m!}
and this is exactly what the code does.
@<|IntegDerivs| constructor code@>=
IntegDerivs(int r, const IntSequence& nvs, const _Tgss& g, const _Tm& mom,
IntegDerivs(int r, const IntSequence& nvs, const _Tgss& g, const __Tm& mom,
double at_sigma)
: ctraits<t>::Tgss(4)
{
@ -179,7 +179,7 @@ $\left[\matrix{y^*\cr\sigma}\right]$
@<|StochForwardDerivs| constructor code@>=
StochForwardDerivs(const PartitionY& ypart, int nu,
const _Tgss& g, const _Tm& m,
const _Tgss& g, const __Tm& m,
const Vector& ydelta, double sdelta,
double at_sigma)
: ctraits<t>::Tgss(4)