Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Actions/GlobalListOfActions.hpp

    r3a51bd rf20da5  
    101101  (SelectionNotAtomById) \
    102102  (SelectionNotAtomByOrder) \
    103   (SelectionAllAtomsInsideCuboid) \
    104103  (SelectionAllAtoms) \
    105104  (SelectionClearAllAtoms) \
     
    107106  (SelectionNotAllAtoms) \
    108107  (SelectionNotAtomByElement) \
    109   (SelectionAllAtomsInsideSphere) \
     108  (SelectionAllAtomsInsideVolume) \
    110109  (SelectionAllAtomsOfMolecule) \
    111   (SelectionNotAllAtomsInsideSphere) \
     110  (SelectionNotAllAtomsInsideVolume) \
    112111  (SelectionAtomByElement) \
    113112  (SelectionNotAllAtomsOfMolecule) \
    114   (SelectionNotAllAtomsInsideCuboid) \
    115113  (SelectionAtomById) \
    116114  (SelectionAtomByOrder) \
     115  (SelectionAllShapes) \
     116  (SelectionShapeByName) \
     117  (SelectionNotAllShapes) \
     118  (SelectionNotShapeByName) \
    117119  (FragmentationFragmentation) \
    118120  (FillRegularGrid) \
    119   (FillSphericalSurface)
     121  (FillSurface) \
     122  (ShapeCombineShapes) \
     123  (ShapeCreateShape) \
     124  (ShapeRemoveShape)
    120125
    121126// we need to append the automation action in case we have the JobMarket
Note: See TracChangeset for help on using the changeset viewer.