diff src/Grids/tensor_grid.jl @ 1604:b459082533f7 feature/boundary_conditions

Remove unnecessary white space changes to otherwise untouched files
author Jonatan Werpers <jonatan@werpers.com>
date Sat, 08 Jun 2024 22:51:31 +0200
parents 3e7438e2a033
children 5f348cc5598e b02917bcd7d5 ab397590898e
line wrap: on
line diff
--- a/src/Grids/tensor_grid.jl	Tue Jun 04 16:46:14 2024 -0700
+++ b/src/Grids/tensor_grid.jl	Sat Jun 08 22:51:31 2024 +0200
@@ -95,7 +95,6 @@
     return LazyTensors.concatenate_tuples(b_ind...)
 end
 
-
 function combined_coordinate_vector_type(coordinate_types...)
     combined_coord_length = mapreduce(_ncomponents, +, coordinate_types)
     combined_coord_type = mapreduce(eltype, promote_type, coordinate_types)
@@ -134,4 +133,3 @@
         return (I, d-cumsum(nds)[I-1])
     end
 end
-