Changeset 29980 for trunk/ippScripts/scripts/publish_file.pl
- Timestamp:
- Dec 8, 2010, 4:25:28 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/publish_file.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/publish_file.pl
r29976 r29980 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.
