Skip to content

Commit 65f5315

Browse files
Remove typo
I'm surprised that compiles?
1 parent df8d86a commit 65f5315

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/quality.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ end
3737
const = dot
3838
const × = cross
3939

40-
function dihedral(p0,p1,p2,p3)\
40+
function dihedral(p0,p1,p2,p3)
4141
b1 = p1 - p0
4242
b2 = p2 - p1
4343
b3 = p3 - p2

0 commit comments

Comments
 (0)