Commit 33bdd6ae by Maarten L. Hekkelman

Merge branch 'trunk' of github.com:PDB-REDO/libcifpp into trunk

parents 43302172 112f859b
......@@ -29,6 +29,7 @@
#include "cif++/Cif++.hpp"
#include <stack>
#include <map>
namespace cif
{
......
......@@ -130,6 +130,7 @@
</ItemDefinitionGroup>
<ItemGroup>
<ClCompile Include="..\src\AtomType.cpp" />
<ClCompile Include="..\src\BondMap.cpp" />
<ClCompile Include="..\src\Cif++.cpp" />
<ClCompile Include="..\src\Cif2PDB.cpp" />
<ClCompile Include="..\src\CifParser.cpp" />
......
......@@ -1603,7 +1603,7 @@ PRO OXT HXT SING N N 17
)"_cf;
const std::filesystem::path example("../examples/1cbs.cif.gz");
mmcif::File file(example);
mmcif::File file(example.string());
mmcif::Structure structure(file);
mmcif::BondMap bm(structure);
......
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