Changeset 15644
- Timestamp:
- Nov 16, 2007, 4:20:39 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/warp_overlap.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/warp_overlap.pl
r14692 r15644 29 29 metadataLookupBool 30 30 caturi 31 file_scheme 31 32 ); 32 33 my $ipprc = PS::IPP::Config->new(); # IPP configuration … … 114 115 foreach my $tess_id ( keys %$tessellations ) { 115 116 ### Because DVO doesn't use psModules, it doesn't understand Nebulous --- check 116 my ($scheme) = $$tessellations{$tess_id} =~ m|^(\S+):|; # The scheme, e.g., file://, path://117 my $scheme = file_scheme($$tessellations{$tess_id}); # The scheme, e.g., file, path, neb 117 118 if (defined $scheme and lc($scheme) eq 'neb') { 118 119 &my_die("Tessellation $tess_id refers to a Nebulous path: $$tessellations{$tess_id}", $warp_id, $PS_EXIT_CONFIG_ERROR);
Note:
See TracChangeset
for help on using the changeset viewer.
