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