OSDN Git Service

The document of Molecule#find_close_atoms is slightly improved.
authortoshinagata1964 <toshinagata1964@a2be9bc6-48de-4e38-9406-05402d4bc13c>
Thu, 30 Jan 2014 22:43:42 +0000 (22:43 +0000)
committertoshinagata1964 <toshinagata1964@a2be9bc6-48de-4e38-9406-05402d4bc13c>
Thu, 30 Jan 2014 22:43:42 +0000 (22:43 +0000)
git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/molby/trunk@428 a2be9bc6-48de-4e38-9406-05402d4bc13c

Documents/src/molby_rb/Molecule.html

index fd92079..9616f47 100644 (file)
@@ -1392,7 +1392,7 @@ are not selected but are connected to any selected atoms are also included as du
 <div id="method-M000261" class="method-detail">
 <a name="find_close_atoms"></a>
 <div class="method-heading">
-<span class="method-name">find_close_atoms(atom, limit = 1.2)       &rarr; Array of Integers<br />
+<span class="method-name">find_close_atoms(atom, limit = 1.2, radius = 0.77)       &rarr; Array of Integers<br />
 </span>
 </div>
 <div class="method-description">
@@ -1403,7 +1403,7 @@ Find atoms that are within the threshold distance from the given atom. If limit
 An array of atom indices is returned. If no atoms are found, an empty array is returned.
 </p>
 <p>
-The atom argument can also be a <a href="Vector3D.html">Vector3D</a> (or any other object that can be converted to a <a href="Vector3D.html">Vector3D</a>), representing cartesian coordinates.
+The atom argument can also be a <a href="Vector3D.html">Vector3D</a> (or any other object that can be converted to a <a href="Vector3D.html">Vector3D</a>), representing cartesian coordinates. In this case, the van der Waals of the atom can also be specified (the default value = 0.77 represents the van der Waals radius of carbon).
 </p>
 </div>
 </div>