Skip to content

Commit

Permalink
Update CDK_Descriptor.java
Browse files Browse the repository at this point in the history
change line 101 setMolecule to setAtomContainer
  • Loading branch information
RvdPloeg authored Oct 4, 2024
1 parent 32a7a06 commit 2387fc3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ public String[] getDescriptorValues()
*
* @param molecule Molecule for calculating descriptors.
*/
public void setMolecule(IAtomContainer molecule)
public void setAtomContainer(IAtomContainer molecule)
{
this.molecule_ = molecule;
initDescriptorsValues();
Expand Down

0 comments on commit 2387fc3

Please sign in to comment.