- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Actions/CmdAction/BondLengthTableAction.cpp
r97ebf8 r39af9f 7 7 8 8 #include "Actions/CmdAction/BondLengthTableAction.hpp" 9 #include "CommandLineParser.hpp"10 9 #include "config.hpp" 11 10 #include "log.hpp" … … 40 39 41 40 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; 45 46 } 46 47
Note:
See TracChangeset
for help on using the changeset viewer.