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