Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Actions/CmdAction/BondLengthTableAction.cpp

    r112b09 r39af9f  
    66 */
    77
    8 #include "Helpers/MemDebug.hpp"
    9 
    108#include "Actions/CmdAction/BondLengthTableAction.hpp"
    11 #include "CommandLineParser.hpp"
    129#include "config.hpp"
    1310#include "log.hpp"
     
    4239
    4340  if(dialog->display()) {
     41    DoLog(0) && (Log() << Verbose(0) << "Using " << BondGraphFileName << " as bond length table." << endl);
    4442    delete dialog;
    4543  } else {
    4644    delete dialog;
     45    return Action::failure;
    4746  }
    4847
Note: See TracChangeset for help on using the changeset viewer.