Skip to content
Snippets Groups Projects
Commit cedb6aa1 authored by Sander, Oliver's avatar Sander, Oliver
Browse files

Fix typo in a comment

parent d1cbcb59
No related branches found
No related tags found
No related merge requests found
...@@ -101,7 +101,7 @@ energy(const typename Basis::LocalView& localView, ...@@ -101,7 +101,7 @@ energy(const typename Basis::LocalView& localView,
energy += weight * 0.5 * derivative.frobenius_norm2(); energy += weight * 0.5 * derivative.frobenius_norm2();
////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////
// Dzyaloshinkii-Moriya interaction term // Dzyaloshinskii-Moriya interaction term
////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////
// derivative[a][b] contains the partial derivative of m_a in the direction x_b // derivative[a][b] contains the partial derivative of m_a in the direction x_b
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment