Skip to content

Commit

Permalink
Updated
Browse files Browse the repository at this point in the history
Signed-off-by: Vaishnavi Bhandari <[email protected]>
  • Loading branch information
peach280 committed Jan 26, 2025
1 parent 4052722 commit 3ae8ebe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions avogadro/core/elements.h
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ class AVOGADROCORE_EXPORT Elements

/** @return the mass of the element with the supplied @p atomicNumber. */
static double mass(unsigned char atomicNumber);
static void setCustomElementVDWRadii(unsigned char atomicNumber, double radius);
static void setCustomElementCovalentRadii(unsigned char atomicNumber, double radius);
void setCustomElementVDWRadii(unsigned char atomicNumber, double radius);
void setCustomElementCovalentRadii(unsigned char atomicNumber, double radius);
/**
* @return the Van der Waals radius of the element with the supplied
* @p atomicNumber.
Expand Down

0 comments on commit 3ae8ebe

Please sign in to comment.