Skip to content

Commit

Permalink
getting rid of underscores in module names
Browse files Browse the repository at this point in the history
  • Loading branch information
leto committed Apr 19, 2008
1 parent cf1d306 commit 8b3e4c1
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 10 deletions.
2 changes: 1 addition & 1 deletion trunk/Ieee_utils.i → trunk/IEEEUtils.i
@@ -1,4 +1,4 @@
%module gsl_ieee_utils
%module IEEEUtils
%{
#include "gsl/gsl_ieee_utils.h"
%}
Expand Down
4 changes: 2 additions & 2 deletions trunk/MANIFEST
Expand Up @@ -21,7 +21,7 @@ Fit.i
Heapsort.i
Histogram.i
Histogram2d.i
Ieee_utils.i
IEEEUtils.i
Integration.i
Interp.i
lib/Math/GSL.pm
Expand All @@ -43,7 +43,7 @@ Odeiv.i
Permutation.i
Permute.i
Poly.i
Pow_int.i
PowInt.i
Precision.i
Qrng.i
Randist.i
Expand Down
2 changes: 1 addition & 1 deletion trunk/Pow_int.i → trunk/PowInt.i
@@ -1,4 +1,4 @@
%module gsl_pow_int
%module PowInt
%{
#include "gsl/gsl_pow_int.h"
%}
Expand Down
6 changes: 5 additions & 1 deletion trunk/TODO
@@ -1,5 +1,6 @@
=head1 TODO

=head 2 Stuff to figure out
=head2 Stuff to figure out

* how should we interface to gsl_sf_result ?

Expand All @@ -19,3 +20,6 @@ http://www.gnu.org/software/gsl/manual/html_node/The-gsl_005fsf_005fresult-struc
printf "J0($x) = %.18f\n\t= +/- % .18f\n", $result->val, $result->err;
printf "exact = $expected\n;

=head2 Notes

* $status should get stringified to an actual message (via gsl_strerror)
8 changes: 3 additions & 5 deletions trunk/lib/Math/GSL.pm
Expand Up @@ -19,9 +19,7 @@ our $VERSION = '0.01';
=head1 SYNOPSIS
use Math::GSL::Sf;
my $foo = Math::GSL->new();
use Math::GSL::Sf qw/ ... /;
...
=head1 EXPORT
Expand All @@ -40,14 +38,14 @@ the web interface at L<http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Math::GSL>
automatically be notified of progress on your bug as I make changes.
=head1 SUPPORT
You can find documentation for this module with the perldoc command.
perldoc Math::GSL
or online at L<http://leto.net/code/Math-GSL/>
You can also look for information at:
Expand Down

0 comments on commit 8b3e4c1

Please sign in to comment.