Changeset 257bd3 for src


Ignore:
Timestamp:
Sep 30, 2016, 3:51:12 PM (9 years ago)
Author:
Frederik Heber <heber@…>
Branches:
Add_FitFragmentPartialChargesAction, Fix_ChargeSampling_PBC, Fix_FitPartialCharges, Fix_FitPotential_needs_atomicnumbers, Fix_ParseParticles_split_forward_backward_Actions
Children:
ee19b7
Parents:
89c71f
git-author:
Frederik Heber <heber@…> (09/27/16 09:58:02)
git-committer:
Frederik Heber <heber@…> (09/30/16 15:51:12)
Message:

FIX: OutputAction gives a more helpful error message on fail.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Actions/WorldAction/OutputAction.cpp

    r89c71f r257bd3  
    6060  // Parser configured to save anything?
    6161  if (!FormatParserStorage::getInstance().isAbleToSave()){
    62     STATUS("No parser or file prefix selected.");
     62    ELOG(1, "Cannot output World to file as no parser or file prefix selected.");
    6363    return Action::failure;
    6464  }
Note: See TracChangeset for help on using the changeset viewer.