Changeset b794f5 for src/Potentials/Specifics/FourBodyPotential_Torsion.cpp
- Timestamp:
- Oct 3, 2016, 5:26:53 PM (9 years ago)
- Branches:
- Fix_FitPotential_needs_atomicnumbers
- Children:
- ce0b0c
- Parents:
- 7ec605
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Potentials/Specifics/FourBodyPotential_Torsion.cpp
r7ec605 rb794f5 261 261 } 262 262 263 boost::adjacency_list<> 263 const PotentialSubgraph& 264 264 FourBodyPotential_Torsion::getSubgraph() const 265 265 { 266 return boost::adjacency_list<> (4);267 } 266 return subgraph; 267 }
Note:
See TracChangeset
for help on using the changeset viewer.
