- Timestamp:
- Aug 20, 2014, 1:06:47 PM (11 years ago)
- Children:
- d635829
- Parents:
- ce0ca4
- git-author:
- Frederik Heber <heber@…> (07/18/14 17:08:09)
- git-committer:
- Frederik Heber <heber@…> (08/20/14 13:06:47)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Actions/FragmentationAction/StoreSaturatedFragmentAction.cpp
rce0ca4 rf5fa48 39 39 #include "CodePatterns/Log.hpp" 40 40 #include "Fragmentation/Exporters/ExportGraph_ToFiles.hpp" 41 #include "Fragmentation/Exporters/SaturatedFragment.hpp" 41 42 #include "Fragmentation/Graph.hpp" 42 43 #include "World.hpp" … … 77 78 // store molecule's fragment to file 78 79 { 80 // we use an empty map here such that saturation is done locally 81 SaturatedFragment::GlobalSaturationPositions_t globalsaturationpositions; 82 79 83 const enum HydrogenSaturation saturation = params.DoSaturation.get() ? DoSaturate : DontSaturate; 80 ExportGraph_ToFiles exporter(TotalGraph, IncludeHydrogen, saturation );84 ExportGraph_ToFiles exporter(TotalGraph, IncludeHydrogen, saturation, globalsaturationpositions); 81 85 exporter.setPrefix(params.prefix.get()); 82 86 exporter.setOutputTypes(params.types.get());
Note:
See TracChangeset
for help on using the changeset viewer.
