Changeset 19657 for trunk/FACT++


Ignore:
Timestamp:
09/17/19 10:30:58 (5 years ago)
Author:
tbretz
Message:
A mistake in the logic.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/src/gcn.cc

    r19656 r19657  
    172172            if (author.isNull())
    173173                missing.emplace_back("Author");
    174             if (sname.isNull() && (!is_gw || !no_sn))
     174            if (sname.isNull() && !is_gw && !no_sn)
    175175                missing.emplace_back("shortName");
    176176            if (obsdat.isNull())
Note: See TracChangeset for help on using the changeset viewer.