Changeset 663


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

# on 2002/12/30 16:58:18, toby did:
new comment; change name of CIFBrowserWindow to CIFOpenBrowser (for latest browsecif.tcl)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/fillcif.tcl

    • Property rcs:date changed from 2002/09/05 20:59:20 to 2002/12/30 16:58:18
    • Property rcs:lines changed from +209 -180 to +7 -2
    • Property rcs:rev changed from 1.3 to 1.4
    r649 r663  
    66
    77# $Id$
     8
     9# this routine is intended for use within the EXPGUI program, but may be
     10# useful for adaptation into other CIF preparation environments.
     11# Permission is granted by the author (Brian Toby) for reuse of any part
     12# of this code.
    813
    914# Prerequisites:
     
    509514set CIF(blocklist) {}
    510515set CIF(CIFfilename) [lindex $CIF(filelist) 0]
    511 CIFBrowserWindow $CIF(browserBox)
     516CIFOpenBrowser $CIF(browserBox)
    512517ParseShowCIF $CIF(browserBox)
    513518
Note: See TracChangeset for help on using the changeset viewer.