Skip to content

Commit

Permalink
Removed debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
olas committed Jul 10, 2012
1 parent 1446778 commit 09f9e7e
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -1282,7 +1282,6 @@ public Map<IMolecule, List<IDescriptorResult>> doCalculation(
Float[] values = dr.getValues();
for (int i=0; i< values.length; i++){
Float value = values[i];
System.out.println(value);
if (value.isInfinite()){
values[i]=Float.NaN;
dr.setValues(values);
Expand Down

0 comments on commit 09f9e7e

Please sign in to comment.