Skip to content

Commit

Permalink
s/molecule/molecular/
Browse files Browse the repository at this point in the history
  • Loading branch information
johnmay committed Apr 15, 2019
1 parent 40d1ec6 commit 1f5e6fb
Showing 1 changed file with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ public static IMolecularFormula removeElement(IMolecularFormula formula, IElemen
}

/**
* Returns the string representation of the molecule formula.
* Returns the string representation of the molecular formula.
*
* @param formula The IMolecularFormula Object
* @param orderElements The order of Elements
Expand Down Expand Up @@ -257,7 +257,7 @@ private static void appendElement(StringBuilder sb, Integer mass, int elem, int
}

/**
* Returns the string representation of the molecule formula.
* Returns the string representation of the molecular formula.
*
* @param formula The IMolecularFormula Object
* @param orderElements The order of Elements
Expand Down Expand Up @@ -326,7 +326,7 @@ public static String getString(IMolecularFormula formula, String[] orderElements
}

/**
* Returns the string representation of the molecule formula.
* Returns the string representation of the molecular formula.
* Based on Hill System. The Hill system is a system of writing
* chemical formulas such that the number of carbon atoms in a
* molecule is indicated first, the number of hydrogen atoms next,
Expand All @@ -345,7 +345,7 @@ public static String getString(IMolecularFormula formula) {
}

/**
* Returns the string representation of the molecule formula.
* Returns the string representation of the molecular formula.
* Based on Hill System. The Hill system is a system of writing
* chemical formulas such that the number of carbon atoms in a
* molecule is indicated first, the number of hydrogen atoms next,
Expand All @@ -370,7 +370,7 @@ public static String getString(IMolecularFormula formula, boolean setOne) {


/**
* Returns the string representation of the molecule formula.
* Returns the string representation of the molecular formula.
* Based on Hill System. The Hill system is a system of writing
* chemical formulas such that the number of carbon atoms in a
* molecule is indicated first, the number of hydrogen atoms next,
Expand Down Expand Up @@ -464,7 +464,7 @@ public static String getHillString(IMolecularFormula formula) {
}

/**
* Returns the string representation of the molecule formula based on Hill
* Returns the string representation of the molecular formula based on Hill
* System with numbers wrapped in <sub></sub> tags. Useful for
* displaying formulae in Swing components or on the web.
*
Expand All @@ -479,7 +479,7 @@ public static String getHTML(IMolecularFormula formula) {
}

/**
* Returns the string representation of the molecule formula based on Hill
* Returns the string representation of the molecular formula based on Hill
* System with numbers wrapped in <sub></sub> tags and the
* isotope of each Element in <sup></sup> tags and the total
* charge of IMolecularFormula in <sup></sup> tags. Useful for
Expand All @@ -503,7 +503,7 @@ public static String getHTML(IMolecularFormula formula, boolean chargeB, boolean
}

/**
* Returns the string representation of the molecule formula with numbers
* Returns the string representation of the molecular formula with numbers
* wrapped in <sub></sub> tags and the isotope of each Element
* in <sup></sup> tags and the total showCharge of IMolecularFormula
* in <sup></sup> tags. Useful for displaying formulae in Swing
Expand Down Expand Up @@ -895,7 +895,7 @@ private static double getMassOrAvg(IsotopeFactory isofact, IIsotope atom) {
* most abundant isotope pattern is used.</li>
* </ul>
*
* @param mf molecule formula
* @param mf molecular formula
* @param flav flavor
* @return the mass of the molecule
* @see #getMass(IMolecularFormula, int)
Expand Down Expand Up @@ -964,7 +964,7 @@ public static double getMass(IMolecularFormula mf, int flav) {
* most abundant isotope pattern is used.</li>
* </ul>
*
* @param mf molecule formula
* @param mf molecular formula
* @return the mass of the molecule
* @see #getMass(IMolecularFormula, int)
* @see #MolWeight
Expand Down

0 comments on commit 1f5e6fb

Please sign in to comment.