Changeset 19657 for trunk/FACT++
- Timestamp:
- 09/17/19 10:30:58 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/gcn.cc
r19656 r19657 172 172 if (author.isNull()) 173 173 missing.emplace_back("Author"); 174 if (sname.isNull() && (!is_gw || !no_sn))174 if (sname.isNull() && !is_gw && !no_sn) 175 175 missing.emplace_back("shortName"); 176 176 if (obsdat.isNull())
Note:
See TracChangeset
for help on using the changeset viewer.