diff --git a/dynare++/kord/korder.hweb b/dynare++/kord/korder.hweb index 9e5d3c11e..29d6cd8e6 100644 --- a/dynare++/kord/korder.hweb +++ b/dynare++/kord/korder.hweb @@ -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::Ttensor @d _Ttensym TYPENAME ctraits::Ttensym @@ -320,7 +320,7 @@ macros. @d _TGstack TYPENAME ctraits::TGstack @d _TZXstack TYPENAME ctraits::TZXstack @d _TGXstack TYPENAME ctraits::TGXstack -@d _Tm TYPENAME ctraits::Tm +@d __Tm TYPENAME ctraits::Tm @d _Tpol TYPENAME ctraits::Tpol @@ -951,8 +951,8 @@ containers. template const _TZstack& Zstack() const; template _TGstack& Gstack(); template const _TGstack& Gstack() const; - template _Tm& m(); - template const _Tm& m() const; + template __Tm& m(); + template const __Tm& m() const; @ End of {\tt korder.h} file. diff --git a/dynare++/kord/korder_stoch.hweb b/dynare++/kord/korder_stoch.hweb index 267ab7a6a..ff66e9149 100644 --- a/dynare++/kord/korder_stoch.hweb +++ b/dynare++/kord/korder_stoch.hweb @@ -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::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::Tgss(4)