Skip to content

Commit

Permalink
pdlpp_postamble_int back to full compat with pdlpp_postamble
Browse files Browse the repository at this point in the history
  • Loading branch information
mohawk2 committed Nov 22, 2024
1 parent a64542d commit 08b4255
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Basic/lib/PDL/Core/Dev.pm
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ $install|

sub pdlpp_postamble_int {
my $w = whereami_any();
join '', map _postamble($w, 1, @$_[0..3], 1, @$_[4..$#$_]), @_;
join '', map _postamble($w, 1, @$_[0..3], 1, @$_[5..$#$_]), @_;
}

# This is the function to be used outside the PDL tree.
Expand Down
2 changes: 1 addition & 1 deletion Libtmp/Slatec/Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ if ($msg ne "") {
return;
}

my @pack = (["slatec.pd", qw(Slatec PDL::Slatec)]);
my @pack = (["slatec.pd", qw(Slatec PDL::Slatec), '', 1]);
my @slatecfiles = map {s/\.f$//; $_} glob("slatec/*.f");
my %hash = pdlpp_stdargs_int(@pack);

Expand Down

0 comments on commit 08b4255

Please sign in to comment.