mirror of
https://github.com/paboyle/Grid.git
synced 2025-06-14 13:57:07 +01:00
IMCI fixes. Thought I had committed these. The "real" disambiguation
between std::real and Grid::real shouldn't have been necessary and I don't know why only the icpc v16.0 on babbage hits it. May need a longer term rename of Grid::real or some careful EnableIf work.
This commit is contained in:
@ -67,7 +67,7 @@ public:
|
||||
|
||||
random(pRNG,scale);
|
||||
|
||||
scale = exp(-real(scale)*3.0);
|
||||
scale = exp(-Grid::real(scale)*3.0);
|
||||
std::cout << " True matrix \n"<< scale <<std::endl;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user