source: trunk/GSASII.BAT @ 1635

Last change on this file since 1635 was 1611, checked in by vondreele, 10 years ago

revision to GSASII.BAT - new citation for small angle
allow super space groups not in list to be entered
work on SS symmetry constraints
complete mmm symmetry SS operations
correct some monoclinic SS choices

  • Property svn:keywords set to Date Author Revision URL Id
File size: 1.1 KB
Line 
1@echo ========================================================================
2@echo                General Structure Analysis System-II
3@echo              by Robert B. Von Dreele and Brian H. Toby
4@echo                Argonne National Laboratory(C), 2010
5@echo  This product includes software developed by the UChicago Argonne, LLC,
6@echo             as Operator of Argonne National Laboratory.
7@echo                            Please cite:
8@echo      B.H. Toby and R.B. Von Dreele, J. Appl. Cryst. 46, 544-549 (2013)
9@echo                   for small angle use also cite:
10@echo      R.B. Von Dreele, J. Appl. Cryst. 47, 1784-9 (2014)
11@echo ========================================================================
12@
13@REM Get this script's directory; make sure that the path ends
14@REM    with a single backslash
15@set gsasloc=%~dp0\*
16@set gsasloc=%gsasloc:\\*=\*%
17@set gsasloc=%gsasloc:\*=\%
18@rem one can use a specific reference to a python via, e.g.:
19@set pythonloc=%D:\Python27\python%
20%pythonloc% "%gsasloc%\GSASII.py" %1
21@REM To keep the window from disappearing with any error messages
22pause
23
Note: See TracBrowser for help on using the repository browser.