Changeset 4efdad for molecuilder
- Timestamp:
- Nov 4, 2009, 2:51:02 PM (16 years ago)
- Children:
- e1900f
- Parents:
- a3ffb44
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/config.cpp
ra3ffb44 r4efdad 1072 1072 1073 1073 // 6a. create array of molecules to fill 1074 const int MolCount = Subgraphs-> Count();1074 const int MolCount = Subgraphs->next->Count(); 1075 1075 molecule **molecules = Malloc<molecule *>(MolCount, "config::Load() - **molecules"); 1076 1076 for (int i=0;i<MolCount;i++) {
Note:
See TracChangeset
for help on using the changeset viewer.