Changeset 11cb98 for molecuilder/src/builder.cpp
- Timestamp:
- May 29, 2010, 1:11:22 PM (16 years ago)
- Children:
- 25a549
- Parents:
- aa36cc
- File:
-
- 1 edited
-
molecuilder/src/builder.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/builder.cpp
raa36cc r11cb98 53 53 54 54 #include <cstring> 55 #include <cstdlib> 55 56 56 57 #include "analysis_bonds.hpp" … … 2517 2518 ActionHistory::init(); 2518 2519 2520 // from this moment on, we need to be sure to deeinitialize in the correct order 2521 // this is handled by the cleanup function 2522 atexit(cleanUp); 2523 2519 2524 // Parse command line options and if present create respective UI 2520 2525 {
Note:
See TracChangeset
for help on using the changeset viewer.
