time/energy in message data only integer precision
This commit is contained in:
parent
56b4263107
commit
8234293e5a
@ -56,8 +56,8 @@ final class MessageData implements Cloneable
|
||||
+ "\t" + linkinitcost
|
||||
+ "\t" + wayKeyValues
|
||||
+ "\t" + ( nodeKeyValues == null ? "" : nodeKeyValues )
|
||||
+ "\t" + time
|
||||
+ "\t" + energy;
|
||||
+ "\t" + ((int)time)
|
||||
+ "\t" + ((int)energy);
|
||||
}
|
||||
|
||||
void add( MessageData d )
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user