Changeset 487


Ignore:
Timestamp:
Dec 4, 2009 5:06:59 PM (14 years ago)
Author:
toby
Message:

# on 2001/11/08 16:00:44, toby did:
fix update flag after Uiso/Uaniso? conversion

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/addcmds.tcl

    • Property rcs:date changed from 2001/10/19 19:27:58 to 2001/11/08 16:00:44
    • Property rcs:lines changed from +13 -8 to +3 -1
    • Property rcs:rev changed from 1.24 to 1.25
    r472 r487  
    14091409            if {[atominfo $phase $atom temptype] != "I"} {
    14101410                atominfo $phase $atom temptype set I
     1411                incr expgui(changed)
    14111412            }
    14121413        }
     
    14151416            if {[atominfo $phase $atom temptype] == "I"} {
    14161417                atominfo $phase $atom temptype set A
     1418                incr expgui(changed)
    14171419            }
    14181420        }
Note: See TracChangeset for help on using the changeset viewer.