Changeset 41705 for trunk/ippScripts/scripts/warp_overlap.pl
- Timestamp:
- Jul 8, 2021, 9:47:22 AM (5 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
ippScripts/scripts/warp_overlap.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/tags/ipp-ps1-20210510 merged: 41663,41665,41669,41685-41704
- Property svn:mergeinfo changed
-
trunk/ippScripts/scripts/warp_overlap.pl
r41653 r41705 34 34 exit($PS_EXIT_CONFIG_ERROR); 35 35 } 36 37 my @ARGS = @ARGV; 36 38 37 39 my ($warp_id, $camera, $tess_dir, $dbname, $verbose, $no_update, $no_op, $logfile, $save_temps); … … 58 60 my $ipprc = PS::IPP::Config->new( $camera ) or my_die( "Unable to set up", $warp_id, $PS_EXIT_CONFIG_ERROR ); # IPP configuration 59 61 $ipprc->redirect_to_logfile($logfile) or my_die( "Unable to redirect output", $warp_id, $PS_EXIT_SYS_ERROR ) if $logfile; 62 print "FULL COMMAND: $0 @ARGS\n\n"; 60 63 61 64 &my_die("Tessellation identifier not provided: $tess_dir", $warp_id, $PS_EXIT_SYS_ERROR) unless $tess_dir ne "NULL";
Note:
See TracChangeset
for help on using the changeset viewer.
