Skip to content

Commit b1b1596

Browse files
author
Stefan Hahmann
committed
Fix typo in TrackastraMode enum value: correct "gredy_nodiv" to "greedy_nodiv".
1 parent 6f0314d commit b1b1596

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/org/mastodon/mamut/linking/trackastra/TrackastraMode.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
public enum TrackastraMode
44
{
55
GREEDY( "greedy", "Greedy linking with divisions" ),
6-
GREEDY_NODIV( "gredy_nodiv", "Greedy linking without divisions" );
6+
GREEDY_NODIV( "greedy_nodiv", "Greedy linking without divisions" );
77

88
private final String name;
99

0 commit comments

Comments
 (0)