Ignore:
Timestamp:
Oct 1, 2016, 6:03:37 PM (9 years ago)
Author:
Frederik Heber <heber@…>
Branches:
Fix_FitPotential_needs_atomicnumbers
Children:
f6f761
Parents:
2a28cd
git-author:
Frederik Heber <heber@…> (10/01/16 17:56:45)
git-committer:
Frederik Heber <heber@…> (10/01/16 18:03:37)
Message:

Added BondSetDegreeAction for manipulating bond degrees.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Actions/Makefile.am

    r2a28cd r5cdfac  
    178178BONDACTIONSOURCE = \
    179179  Actions/BondAction/BondAddAction.cpp \
    180   Actions/BondAction/BondRemoveAction.cpp
     180  Actions/BondAction/BondRemoveAction.cpp \
     181  Actions/BondAction/BondSetDegreeAction.cpp
    181182BONDACTIONHEADER = \
    182183  Actions/BondAction/BondAddAction.hpp \
    183   Actions/BondAction/BondRemoveAction.hpp
     184  Actions/BondAction/BondRemoveAction.hpp \
     185  Actions/BondAction/BondSetDegreeAction.hpp
    184186BONDACTIONDEFS = \
    185187  Actions/BondAction/BondAddAction.def \
    186   Actions/BondAction/BondRemoveAction.def
     188  Actions/BondAction/BondRemoveAction.def \
     189  Actions/BondAction/BondSetDegreeAction.def
    187190
    188191CMDACTIONSOURCE = \
Note: See TracChangeset for help on using the changeset viewer.