source:
MPbranch/GSASII.py
@
496
Last change on this file since 496 was 496, checked in by vondreele, 11 years ago | |
---|---|
|
|
File size: 188 bytes |
Line | |
---|---|
1 | import GSASIImain as G2 |
2 | def main(): |
3 | application = G2.GSASIImain(0) |
4 | |
5 | #application.main.OnRefine(None) |
6 | application.MainLoop() |
7 | |
8 | if __name__ == '__main__': |
9 | main() |
Note: See TracBrowser
for help on using the repository browser.