Skip to content

Commit 5b1e87e

Browse files
simonbyrnecharleskawczynski
authored andcommitted
fix type
1 parent e2b0fe7 commit 5b1e87e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Grids/spectralelement.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ end
3838
function _SpectralElementGrid1D(
3939
topology::Topologies.IntervalTopology,
4040
quadrature_style::Quadratures.QuadratureStyle;
41-
float_type::AbstractFloat = eltype(Topologies.coordinate_type(topology)),
41+
float_type = eltype(Topologies.coordinate_type(topology)),
4242
)
4343
global_geometry = Geometry.CartesianGlobalGeometry()
4444
CoordType = Topologies.coordinate_type(topology)

0 commit comments

Comments
 (0)