Last change
on this file since 507 was
507,
checked in by toby, 11 years ago
|
fix function calc to allow for out of sequence finish of 'threads'; other minor fixes
|
-
Property svn:keywords set to
Date Author Revision URL Id
|
File size:
552 bytes
|
Line | |
---|
1 | #!/usr/bin/env python |
---|
2 | # -*- coding: utf-8 -*- |
---|
3 | #GSASII |
---|
4 | ########### SVN repository information ################### |
---|
5 | # $Date: 2012-03-01 21:21:29 +0000 (Thu, 01 Mar 2012) $ |
---|
6 | # $Author: toby $ |
---|
7 | # $Revision: 507 $ |
---|
8 | # $URL: MPbranch/GSASII.py $ |
---|
9 | # $Id: GSASII.py 507 2012-03-01 21:21:29Z toby $ |
---|
10 | ########### SVN repository information ################### |
---|
11 | if __name__ == '__main__': |
---|
12 | '''Running interactively, get the whole shebang and start it''' |
---|
13 | import GSASIImain as G2 |
---|
14 | application = G2.GSASIImain(0) |
---|
15 | application.MainLoop() |
---|
16 | else: |
---|
17 | '''running as import (e.g. multiprocessing module) only need the |
---|
18 | computation modules''' |
---|
19 | import GSASIIstruct |
---|
20 | |
---|
Note: See
TracBrowser
for help on using the repository browser.