- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Actions/CmdAction/BondLengthTableAction.cpp
r112b09 r39af9f 6 6 */ 7 7 8 #include "Helpers/MemDebug.hpp"9 10 8 #include "Actions/CmdAction/BondLengthTableAction.hpp" 11 #include "CommandLineParser.hpp"12 9 #include "config.hpp" 13 10 #include "log.hpp" … … 42 39 43 40 if(dialog->display()) { 41 DoLog(0) && (Log() << Verbose(0) << "Using " << BondGraphFileName << " as bond length table." << endl); 44 42 delete dialog; 45 43 } else { 46 44 delete dialog; 45 return Action::failure; 47 46 } 48 47
Note:
See TracChangeset
for help on using the changeset viewer.