Changeset 6997fa for molecuilder/src/moleculelist.cpp
- Timestamp:
- Feb 2, 2010, 12:00:19 PM (16 years ago)
- Children:
- 795b4d
- Parents:
- 03d7ac
- git-author:
- Tillmann Crueger <crueger@…> (01/21/10 14:01:16)
- git-committer:
- Tillmann Crueger <crueger@…> (02/02/10 12:00:19)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/moleculelist.cpp
r03d7ac r6997fa 889 889 890 890 void MoleculeListClass::createNewMolecule(periodentafel *periode) { 891 START_OBSERVER; 891 892 molecule *mol = NULL; 892 893 mol = new molecule(periode); 893 894 insert(mol); 895 FINISH_OBSERVER; 894 896 }; 895 897
Note:
See TracChangeset
for help on using the changeset viewer.