Skip to content
This repository was archived by the owner on Feb 29, 2024. It is now read-only.

Commit f095e67

Browse files
committed
New calculation failed
1 parent 3db5a7c commit f095e67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/convention2.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public int compare(cow arg0, cow arg1) {
4646
continue;
4747
}
4848

49-
ctime = tc.x - c2.x;
49+
ctime = tc.x + tc.y - c2.x;
5050
//System.out.println("Achieved time of "+ctime);
5151
if(ctime > mtime) {
5252
if(!nodouble) {

0 commit comments

Comments
 (0)