1
0
mirror of https://github.com/paboyle/Grid.git synced 2024-09-20 01:05:38 +01:00

More verbose useful

This commit is contained in:
paboyle 2015-11-28 16:54:19 -08:00
parent cc32ba615a
commit d875c2bd39

View File

@ -166,7 +166,6 @@ namespace Grid {
Field *Tn = &T1;
Field *Tnp = &T2;
std::cout<<GridLogMessage << "Chebyshev ["<<lo<<","<<hi<<"]"<< " order "<<order <<std::endl;
// Tn=T1 = (xscale M + mscale)in
RealD xscale = 2.0/(hi-lo);
RealD mscale = -(hi+lo)/(hi-lo);