We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ce6f75 commit 940128bCopy full SHA for 940128b
1 file changed
biojava-structure/src/main/java/org/biojava/nbio/structure/domain/pdp/ClusterDomains.java
@@ -186,7 +186,7 @@ else if (maximum_values > PDPParameters.CUT_OFF_VALUE1S) {
186
if(verbose) listdomains(domains);
187
}
188
else {
189
- if(verbose) System.out.printf(" Maximum value is less than cut off value. (max:%d)%n", maximum_value);
+ if(verbose) System.out.printf(" Maximum value is less than cut off value. (max:%f)%n", maximum_value);
190
maximum_value = -1.0;
191
maximum_values = -1.0;
192
maximum_valuem = -1.0;
0 commit comments