Commit f97e742d by Maarten L. Hekkelman

removed a too strict test in loading structures

parent 021487ed
...@@ -1807,9 +1807,9 @@ Structure::Structure(File &f, size_t modelNr, StructureOpenOptions options) ...@@ -1807,9 +1807,9 @@ Structure::Structure(File &f, size_t modelNr, StructureOpenOptions options)
} }
if (mAtoms.empty()) if (mAtoms.empty())
throw std::runtime_error("No atoms loaded, refuse to continue"); std::cerr << "Warning: no atoms loaded" << std::endl;
else
loadData(); loadData();
} }
void Structure::loadAtomsForModel(StructureOpenOptions options) void Structure::loadAtomsForModel(StructureOpenOptions options)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment