Skip to content

Commit 1d32d22

Browse files
committed
Fix stray typo that caused a build error.
1 parent b6f4951 commit 1d32d22

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

graph_framework/dispersion.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -987,7 +987,7 @@ namespace dispersion {
987987
e33 = 1.0 - e33/w2;
988988

989989
// Wave numbers.
990-
auto n = k_vec`/w;
990+
auto n = k_vec/w;
991991
auto b_hat = b_vec->unit();
992992

993993
auto npara = b_hat->dot(n);

0 commit comments

Comments
 (0)