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