Skip to content

Commit 940128b

Browse files
aalhossaryheuermh
authored andcommitted
proper format of floating point (double) variable.
1 parent 3ce6f75 commit 940128b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

biojava-structure/src/main/java/org/biojava/nbio/structure/domain/pdp/ClusterDomains.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ else if (maximum_values > PDPParameters.CUT_OFF_VALUE1S) {
186186
if(verbose) listdomains(domains);
187187
}
188188
else {
189-
if(verbose) System.out.printf(" Maximum value is less than cut off value. (max:%d)%n", maximum_value);
189+
if(verbose) System.out.printf(" Maximum value is less than cut off value. (max:%f)%n", maximum_value);
190190
maximum_value = -1.0;
191191
maximum_values = -1.0;
192192
maximum_valuem = -1.0;

0 commit comments

Comments
 (0)