mirror of
https://github.com/paboyle/Grid.git
synced 2024-11-10 07:55:35 +00:00
skip record fixed to include norm metadata
This commit is contained in:
parent
6c66b8d997
commit
d899ee80fc
@ -576,6 +576,7 @@ class ScidacReader : public GridLimeReader {
|
||||
std::string rec_name(ILDG_BINARY_DATA);
|
||||
while ( limeReaderNextRecord(LimeR) == LIME_SUCCESS ) {
|
||||
if ( !strncmp(limeReaderType(LimeR), rec_name.c_str(),strlen(rec_name.c_str()) ) ) {
|
||||
skipPastObjectRecord(std::string(GRID_FIELD_NORM));
|
||||
skipPastObjectRecord(std::string(SCIDAC_CHECKSUM));
|
||||
return;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user