Ignore:
File:
1 edited

Legend:

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

    r39af9f r112b09  
    66 */
    77
     8#include "Helpers/MemDebug.hpp"
     9
    810#include "Actions/CmdAction/BondLengthTableAction.hpp"
     11#include "CommandLineParser.hpp"
    912#include "config.hpp"
    1013#include "log.hpp"
     
    3942
    4043  if(dialog->display()) {
    41     DoLog(0) && (Log() << Verbose(0) << "Using " << BondGraphFileName << " as bond length table." << endl);
    4244    delete dialog;
    4345  } else {
    4446    delete dialog;
    45     return Action::failure;
    4647  }
    4748
Note: See TracChangeset for help on using the changeset viewer.