Added conditional inclusion of config.h to source files.
[gromacs.git] / scripts / g_energy.bat
blob744681585a0ac1d3dcd98e5d1c462cd7bafe3f70
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 energy %ARGS%