Skip to content

Commit

Permalink
Minor doc tweaks to Complex.pm and Core.pm
Browse files Browse the repository at this point in the history
  • Loading branch information
run4flat committed Jan 4, 2013
1 parent 5df755c commit 964a514
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Basic/Complex/complex.pd
Expand Up @@ -730,7 +730,7 @@ pp_def 'Cacosh',
Pars => 'a(m=2); [o]c(m=2)',
Inplace => 1,
GenericTypes => [F,D],
Doc => '',
Doc => 'Works inplace',
Code => q^
$GENERIC() ar = $a(m=>0), ai = $a(m=>1);

Expand Down
4 changes: 2 additions & 2 deletions Basic/Core/Core.pm.PL
Expand Up @@ -765,8 +765,8 @@ data directly (e.g. for file I/O). If you modify the string, you'll
need to call L<upd_data|upd_data> afterward, to make sure that the
piddle points to the new location of the underlying perl variable.
You shouldn't mess with the SV unless you've called
L<make_physical|/PDL::make_physical> or something similar. You definitely
Calling C<get_dataref> automatically physicalizes your piddle (see
L<make_physical|/PDL::make_physical>). You definitely
don't want to do anything to the SV to truncate or deallocate the
string, unless you correspondingly call L<reshape|/reshape> to make the
PDL match its new data dimension.
Expand Down

0 comments on commit 964a514

Please sign in to comment.