Ignore:
File:
1 edited

Legend:

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

    r97ebf8 r39af9f  
    77
    88#include "Actions/CmdAction/BondLengthTableAction.hpp"
    9 #include "CommandLineParser.hpp"
    109#include "config.hpp"
    1110#include "log.hpp"
     
    4039
    4140  if(dialog->display()) {
     41    DoLog(0) && (Log() << Verbose(0) << "Using " << BondGraphFileName << " as bond length table." << endl);
    4242    delete dialog;
    4343  } else {
    4444    delete dialog;
     45    return Action::failure;
    4546  }
    4647
Note: See TracChangeset for help on using the changeset viewer.