Skip to content

Commit

Permalink
Move cross and dot imports to LA
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeingold committed Sep 25, 2024
1 parent 6a1cba6 commit 5b00b9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/MeshIntegrals.jl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module MeshIntegrals
using CoordRefSystems: CoordRefSystems, CRS
using LinearAlgebra: LinearAlgebra, I, norm
using Meshes: Meshes, Line, Plane, Ray, area, degree, plane, segments, volume, ×,
using LinearAlgebra: LinearAlgebra, I, norm, ×,
using Meshes: Meshes, Line, Plane, Ray, area, degree, plane, segments, volume
using Unitful: Unitful

import FastGaussQuadrature
Expand Down

0 comments on commit 5b00b9b

Please sign in to comment.