Changeset 29979
- Timestamp:
- Dec 8, 2010, 3:55:14 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tags/ipp-20101206/ippScripts/scripts/publish_file.pl
r29975 r29979 193 193 warp_id => $comp->{warp1}, 194 194 diff_id => $comp->{diff_id}, 195 output_format => $comp->{output_format}, 195 196 direction => 1, 196 197 }; … … 325 326 326 327 my $command = "$ppMops $input $output"; 327 $command .= " -version 1"; # XXX : NOTE: for now, MOPS just wants PS1_DV1 (remove this eventually...)328 328 $command .= " -exp_name " . $data->{exp_name} if defined $data->{exp_name}; 329 329 $command .= " -exp_id " . $data->{exp_id} if defined $data->{exp_id};
Note:
See TracChangeset
for help on using the changeset viewer.
