Last change
on this file since 497 was
497,
checked in by vondreele, 11 years ago
|
|
-
Property svn:keywords set to
Date Author Revision URL Id
|
File size:
418 bytes
|
Line | |
---|
1 | #!/usr/bin/env python |
---|
2 | # -*- coding: utf-8 -*- |
---|
3 | #GSASII |
---|
4 | ########### SVN repository information ################### |
---|
5 | # $Date: 2012-02-24 21:16:30 +0000 (Fri, 24 Feb 2012) $ |
---|
6 | # $Author: vondreele $ |
---|
7 | # $Revision: 497 $ |
---|
8 | # $URL: MPbranch/GSASII.py $ |
---|
9 | # $Id: GSASII.py 497 2012-02-24 21:16:30Z vondreele $ |
---|
10 | ########### SVN repository information ################### |
---|
11 | import GSASIImain as G2 |
---|
12 | def main(): |
---|
13 | application = G2.GSASIImain(0) |
---|
14 | |
---|
15 | #application.main.OnRefine(None) |
---|
16 | application.MainLoop() |
---|
17 | |
---|
18 | if __name__ == '__main__': |
---|
19 | main() |
---|
Note: See
TracBrowser
for help on using the repository browser.