Skip to content
Snippets Groups Projects
Commit dddd9a23 authored by Marco Biasini's avatar Marco Biasini
Browse files

resolution is missing in fibre neutron diffraction files

parent f24561f3
No related branches found
No related tags found
No related merge requests found
...@@ -761,9 +761,12 @@ void MMCifParser::ParseExptl(const std::vector<StringRef>& columns) ...@@ -761,9 +761,12 @@ void MMCifParser::ParseExptl(const std::vector<StringRef>& columns)
void MMCifParser::ParseRefine(const std::vector<StringRef>& columns) void MMCifParser::ParseRefine(const std::vector<StringRef>& columns)
{ {
StringRef col=columns[indices_[LS_D_RES_HIGH]];
if (col.size()!=1 || (col[0]!='?' && col[0]!='.')) {
info_.SetResolution(this->TryGetReal(columns[indices_[LS_D_RES_HIGH]], info_.SetResolution(this->TryGetReal(columns[indices_[LS_D_RES_HIGH]],
"refine.ls_d_res_high")); "refine.ls_d_res_high"));
} }
}
void MMCifParser::ParsePdbxStructAssembly(const std::vector<StringRef>& columns) void MMCifParser::ParsePdbxStructAssembly(const std::vector<StringRef>& columns)
{ {
... ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment