Commit 112f859b by Maarten L. Hekkelman

ms windows work

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