Skip to content

Commit f172e1d

Browse files
Christoph BodensteinChristoph Bodenstein
authored andcommitted
added TODO-Comment for round-method
1 parent 7f1b4cf commit f172e1d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

TimeNETOptimizationEnvironment/src/toe/support.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -428,6 +428,7 @@ public static String getPathToDirByDialog(String title, String startPath) {
428428
*
429429
* @param valueToRound The input Vlaue to be round
430430
* @return round Value with x precise digits
431+
* TODO x is not defined
431432
*/
432433
public static double round(double valueToRound) {
433434
return (double) Math.round(valueToRound * 1000) / 1000;

0 commit comments

Comments
 (0)