We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8cd1621 + 7cb038a commit 0620db3Copy full SHA for 0620db3
diffcore.h
@@ -15,7 +15,7 @@
15
* passed around in one int (high 16-bit for merge and low 16-bit
16
* for break).
17
*/
18
-#define MAX_SCORE 60000
+#define MAX_SCORE 60000.0
19
#define DEFAULT_RENAME_SCORE 30000 /* rename/copy similarity minimum (50%) */
20
#define DEFAULT_BREAK_SCORE 30000 /* minimum for break to happen (50%)*/
21
#define DEFAULT_MERGE_SCORE 48000 /* maximum for break-merge to happen (80%)*/
0 commit comments