[前][次][番号順一覧][スレッド一覧]

ruby-changes:13267

From: nobu <ko1@a...>
Date: Tue, 22 Sep 2009 05:00:39 +0900 (JST)
Subject: [ruby-changes:13267] Ruby:r25028 (trunk): * ext/bigdecimal/lib/bigdecimal/newton.rb: rdoc needs to be

nobu	2009-09-22 05:00:21 +0900 (Tue, 22 Sep 2009)

  New Revision: 25028

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=25028

  Log:
    * ext/bigdecimal/lib/bigdecimal/newton.rb: rdoc needs to be
      followed by the definition.

  Modified files:
    trunk/ext/bigdecimal/lib/bigdecimal/newton.rb

Index: ext/bigdecimal/lib/bigdecimal/newton.rb
===================================================================
--- ext/bigdecimal/lib/bigdecimal/newton.rb	(revision 25027)
+++ ext/bigdecimal/lib/bigdecimal/newton.rb	(revision 25028)
@@ -1,3 +1,6 @@
+require "bigdecimal/ludcmp"
+require "bigdecimal/jacobian"
+
 #
 # newton.rb
 #
@@ -22,9 +25,6 @@
 #
 # On exit, x is the solution vector.
 #
-require "bigdecimal/ludcmp"
-require "bigdecimal/jacobian"
-
 module Newton
   include LUSolve
   include Jacobian

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]