Changes in / [bbf6dc:2ed3bf]
- Location:
- src/Actions/SelectionAction/Atoms
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Actions/SelectionAction/Atoms/AtomByIdAction.cpp
rbbf6dc r2ed3bf 93 93 break; 94 94 default: 95 ASSERT(0, "SelectionAtomByIdAction::performCall() - this must not happen.");95 STATUS("No atoms have been selected."); 96 96 return Action::failure; 97 97 break; -
src/Actions/SelectionAction/Atoms/NotAtomByIdAction.cpp
rbbf6dc r2ed3bf 93 93 break; 94 94 default: 95 ASSERT(0, "SelectionAtomByIdAction::performCall() - this must not happen.");95 STATUS("No atoms have been selected."); 96 96 return Action::failure; 97 97 break;
Note:
See TracChangeset
for help on using the changeset viewer.