Ignore:
Timestamp:
Dec 8, 2011 4:38:08 PM (11 years ago)
Author:
vondreele
Message:

remove a stray print from psvfcj.for
add the wx inspector tool (commented out) at top of GSASII.py
use wx.CallAfter? - fixes the crash in UpdateDData & maybe UpdateTexture?
copy command in SampleData? now copies phi,chi & omega

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/fsource/powsubs/psvfcj.for

    r411 r436  
    133133          tmp1 = tmp2*(1.0 - tmp2*(1.0-sin2THETA2))
    134134        else
    135             print *,'tmp > 1.0'
     135C            print *,'tmp > 1.0'
    136136          tmp1 = 0.0
    137137          if (tmp .gt. 0.0) then
Note: See TracChangeset for help on using the changeset viewer.