Skip to content

Commit 5d049dc

Browse files
committed
Forgot to save...
1 parent b46381b commit 5d049dc

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

src/Ferrite.jl

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,11 @@ using OrderedCollections:
1616
using SparseArrays:
1717
SparseArrays, SparseMatrixCSC, nonzeros, nzrange, rowvals,
1818
AbstractSparseMatrix, AbstractSparseMatrixCSC, sparsevec
19-
using StaticArrays:
20-
SMatrix
2119
using WriteVTK:
2220
WriteVTK, VTKCellTypes
2321
using Tensors:
2422
Tensors, AbstractTensor, SecondOrderTensor, SymmetricTensor, Tensor, Vec, MixedTensor2, MixedTensor3,
25-
gradient, rotation_tensor, symmetric, tovoigt!, hessian, otimesu, otimesl
23+
gradient, rotation_tensor, symmetric, tovoigt!, hessian, otimesu, otimesl, tdot
2624
using ForwardDiff:
2725
ForwardDiff
2826

0 commit comments

Comments
 (0)