Changeset e6fe8a for molecuilder/src/builder.cpp
- Timestamp:
- Jan 10, 2010, 7:05:34 PM (16 years ago)
- Children:
- 2c69a9
- Parents:
- 247d49
- File:
-
- 1 edited
-
molecuilder/src/builder.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/builder.cpp
r247d49 re6fe8a 49 49 50 50 using namespace std; 51 52 #include <cstring> 51 53 52 54 #include "analysis_correlation.hpp" … … 1744 1746 molecule *filler = new molecule(periode);; 1745 1747 molecule *Filling = NULL; 1746 atom *second = NULL, *third = NULL;1748 // atom *second = NULL, *third = NULL; 1747 1749 first = new atom(); 1748 1750 first->type = periode->FindElement(5);
Note:
See TracChangeset
for help on using the changeset viewer.
