- Timestamp:
- 09/21/06 21:11:26 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/Lib/Vis/Preprocessing/scripts/preprocess_visibility
r886 r1455 1 1 #!/bin/sh 2 2 3 PREPROCESSOR=../bin/ preprocessor.exe3 PREPROCESSOR=../bin/release/preprocessor.exe 4 4 5 5 if [ $# -ne 3 ] … … 10 10 fi 11 11 12 export PATH=$PATH:../bin 12 13 13 14 NUM_SAMPLE_RAYS=5000000
Note: See TracChangeset
for help on using the changeset viewer.