Changeset e58fcb7
- Timestamp:
- Apr 24, 2008, 5:01:39 PM (17 years ago)
- Children:
- 77da65
- Parents:
- bd7b85
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/molecules.cpp
rbd7b85 re58fcb7 6 6 7 7 #include "molecules.hpp" 8 9 8 10 9 /************************************* Other Functions *************************************/ … … 1872 1871 1873 1872 #ifdef ADDHYDROGEN 1874 debug("Test");1875 1873 cout << Verbose(0) << "I will treat hydrogen special and saturate dangling bonds with it." << endl; 1876 1874 #else 1877 debug("Test2");1878 1875 cout << Verbose(0) << "Hydrogen is treated just like the rest of the lot." << endl; 1879 1876 #endif 1880 1877 1881 1878 CreateListOfBondsPerAtom(out); 1882 1879
Note:
See TracChangeset
for help on using the changeset viewer.