Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
barnex committed Sep 14, 2016
1 parent f697b65 commit 667dcea
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions engine/anisotropy.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,6 @@ func addUniaxialAnisotropyFrom(dst *data.Slice, M magnetization, Msat, Ku1, Ku2
}
}

func addUniaxialAnisotropyField(dst *data.Slice) {
}

func addCubicAnisotropyFrom(dst *data.Slice, M magnetization, Msat, Kc1, Kc2, Kc3 *ScalarParam, AnisC1, AnisC2 *VectorParam) {
if Kc1.nonZero() || Kc2.nonZero() || Kc3.nonZero() {
ms := Msat.MSlice()
Expand Down

0 comments on commit 667dcea

Please sign in to comment.