Commit 112f859b by Maarten L. Hekkelman

ms windows work

parent 232003cb
......@@ -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" />
......
......@@ -1309,7 +1309,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