Skip to content

Commit

Permalink
oops now uncommented
Browse files Browse the repository at this point in the history
  • Loading branch information
jdickerson95 committed Aug 22, 2018
1 parent c98e4ee commit 3433f67
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/se/raddo/raddose3D/CoefCalcCompute.java
Original file line number Diff line number Diff line change
Expand Up @@ -1196,8 +1196,7 @@ public void addCryoConcentrations(final List<String> cryoSolutionAtoms,
+ waterMolecules * 2);

Element oxygen = elementDB.getElement("O");
// setCryoOccurrence(oxygen, getCryoOccurrence(oxygen) + waterMolecules);
setCryoOccurrence(oxygen, getSolventOccurrence(oxygen) + waterMolecules);
setCryoOccurrence(oxygen, getCryoOccurrence(oxygen) + waterMolecules);
}

cryoElements = new HashSet<Element>();
Expand Down

0 comments on commit 3433f67

Please sign in to comment.