Ignore:
File:
1 edited

Legend:

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

    r39af9f r97ebf8  
    77
    88#include "Actions/CmdAction/BondLengthTableAction.hpp"
     9#include "CommandLineParser.hpp"
    910#include "config.hpp"
    1011#include "log.hpp"
     
    3940
    4041  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;
    4645  }
    4746
Note: See TracChangeset for help on using the changeset viewer.