Changeset 2130 for GTP/trunk/Lib/Vis/Preprocessing/scripts
- Timestamp:
- 02/20/07 13:05:26 (18 years ago)
- Location:
- GTP/trunk/Lib/Vis/Preprocessing/scripts
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/Lib/Vis/Preprocessing/scripts/preprocess_visibility.sh
r2124 r2130 1 1 #!/bin/sh 2 2 3 #PREPROCESSOR=../bin/release/preprocessor.exe4 PREPROCESSOR=../bin/debug/preprocessor.exe3 PREPROCESSOR=../bin/release/preprocessor.exe 4 #PREPROCESSOR=../bin/debug/preprocessor.exe 5 5 6 6 if [ $# -ne 3 ] -
GTP/trunk/Lib/Vis/Preprocessing/scripts/preprocess_visibility_internal.sh
r2099 r2130 13 13 export PATH=$PATH:../bin 14 14 15 NUM_SAMPLE_RAYS=1000000000 15 #NUM_SAMPLE_RAYS=1000000000 16 NUM_SAMPLE_RAYS=10000000 16 17 17 18 $PREPROCESSOR -total_samples=$NUM_SAMPLE_RAYS \
Note: See TracChangeset
for help on using the changeset viewer.