mirror of
https://github.com/paboyle/Grid.git
synced 2024-11-10 07:55:35 +00:00
Output field norm check during IO
This commit is contained in:
parent
7672bb6434
commit
b540dc1cee
@ -248,7 +248,7 @@ class GridLimeReader : public BinaryIO {
|
|||||||
/////////////////////////////////////////////
|
/////////////////////////////////////////////
|
||||||
if(FieldNormMetaData_.norm2 != 0.0){
|
if(FieldNormMetaData_.norm2 != 0.0){
|
||||||
RealD n2ck = norm2(field);
|
RealD n2ck = norm2(field);
|
||||||
// std::cout << GridLogMessage << "checking field norm: metadata "<<FieldNormMetaData_.norm2<< " vs " << n2ck<<std::endl;
|
std::cout << GridLogMessage << "Field norm: metadata= "<<FieldNormMetaData_.norm2<< " / field= " << n2ck<<std::endl;
|
||||||
GRID_FIELD_NORM_CHECK(FieldNormMetaData_,n2ck);
|
GRID_FIELD_NORM_CHECK(FieldNormMetaData_,n2ck);
|
||||||
std::cout << GridLogMessage << "FieldNormMetaData OK! "<<std::endl;
|
std::cout << GridLogMessage << "FieldNormMetaData OK! "<<std::endl;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user