mirror of
https://github.com/paboyle/Grid.git
synced 2025-11-22 23:49:31 +00:00
Precision safe compile
This commit is contained in:
@@ -155,7 +155,7 @@ int main (int argc, char ** argv)
|
||||
|
||||
}
|
||||
|
||||
Complex dSpred = sum(dS);
|
||||
ComplexD dSpred = sum(dS);
|
||||
|
||||
std::cout << GridLogMessage << " S "<<S<<std::endl;
|
||||
std::cout << GridLogMessage << " Sprime "<<Sprime<<std::endl;
|
||||
|
||||
Reference in New Issue
Block a user