Ignore:
Timestamp:
Sep 5, 2017 2:12:23 PM (8 years ago)
Author:
toby
Message:

label user-supplied & code-generated equivalences (constraints); improve error conflicting constraint error message

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/GSASIIdataGUI.py ΒΆ

    r3041 r3046  
    42644264        errmsg, warnmsg = G2stIO.ReadCheckConstraints(self.GSASprojectfile)
    42654265        if errmsg:
    4266             self.ErrorDialog('Refinement error',errmsg)
     4266            self.ErrorDialog('Refinement error',errmsg+'\nCheck console output for more information')
    42674267            return
    42684268        if warnmsg:
Note: See TracChangeset for help on using the changeset viewer.