Replaced C++ style comments by C style
[gromacs.git] / src / tools / g_angle.bat
blob882702931fa3c15ce5622059007de7debbeb830e
1 @echo off
2 set DIRNAME=%~dp0%
3 REM BAT files only see args 1-9. We use shift to get all.
4 set ARGS=
5 :loop
6 if [%1] == [] goto endloop
7 set ARGS=%ARGS% %1
8 shift
9 goto loop
10 :endloop
11 %DIRNAME%gmx-ana.exe -type angle %ARGS%