Changeset f5fa48 for src/Fragmentation/Exporters/ExportGraph.hpp
- 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
-
src/Fragmentation/Exporters/ExportGraph.hpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/Fragmentation/Exporters/ExportGraph.hpp
rce0ca4 rf5fa48 41 41 const Graph &_graph, 42 42 const enum HydrogenTreatment _treatment, 43 const enum HydrogenSaturation _saturation); 43 const enum HydrogenSaturation _saturation, 44 const SaturatedFragment::GlobalSaturationPositions_t &_globalsaturationpositions); 44 45 virtual ~ExportGraph(); 45 46 … … 102 103 const enum HydrogenSaturation saturation; 103 104 105 //!> Global information over all atoms with saturation positions to be used per fragment 106 const SaturatedFragment::GlobalSaturationPositions_t &globalsaturationpositions; 107 104 108 private: 105 109 //!> iterator pointing at the CurrentKeySet to be exported
Note:
See TracChangeset
for help on using the changeset viewer.
