Changeset 90426a for src/Fragmentation/Exporters/SaturatedFragment.cpp
- Timestamp:
- Aug 20, 2014, 1:04:08 PM (11 years ago)
- Children:
- 0d5ca7
- Parents:
- 0d4daf
- git-author:
- Frederik Heber <heber@…> (05/30/14 13:06:25)
- git-committer:
- Frederik Heber <heber@…> (08/20/14 13:04:08)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Fragmentation/Exporters/SaturatedFragment.cpp
r0d4daf r90426a 201 201 Polygon.push_back( DistanceVector ); 202 202 } 203 LOG(3, "DEBUG: Polygon of atom " << _atom << " to saturate is " << Polygon); 203 204 204 205 // get the new number of bonds (where all cut bonds are replaced by as … … 217 218 // NumberOfPoints -= (*BondRunner)->getDegree() - 1; 218 219 } 220 LOG(3, "DEBUG: There are " << NumberOfPoints 221 << " to fill in in total for this atom " << _atom << "."); 219 222 220 223 // get perfect node distribution for the given remaining atoms with respect … … 270 273 +toString(NumberOfPoints)+"."); 271 274 } 275 LOG(3, "DEBUG: Possible Polygon is " << NewPolygon); 272 276 273 277 // then we need to match the old with the new 274 278 SphericalPointDistribution::Polygon_t RemainingPoints = 275 279 SphericalPointDistribution::matchSphericalPointDistributions(Polygon, NewPolygon); 280 281 LOG(3, "INFO: Points identified to fill are " << RemainingPoints); 276 282 277 283 // and place hydrogen atoms at each vacant spot in the distance given by the table … … 280 286 // find nearest atom as father to this point 281 287 atom * const _father = _atom; 288 LOG(4, "DEBUG: Filling saturation hydrogen for atom " << _atom << " at " << *iter); 282 289 setHydrogenReplacement( 283 290 _atom,
Note:
See TracChangeset
for help on using the changeset viewer.