Skip to content

Commit

Permalink
Replaced read by parse
Browse files Browse the repository at this point in the history
  • Loading branch information
amartinhuertas committed Nov 7, 2024
1 parent 5125cfb commit e9a89ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/mpi/RefinedPatchDarcyCubedSphereTests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ module RefinedPatchDarcyCubedSphereTestsMPI
cd(@__DIR__)

coarse_model, cell_panels, coarse_cell_wise_vertex_coordinates=
read_cubed_sphere_coarse_model("connectivity-gridapgeo.txt","geometry-gridapgeo.txt")
parse_cubed_sphere_coarse_model("connectivity-gridapgeo.txt","geometry-gridapgeo.txt")


#println(coarse_cell_wise_vertex_coordinates_data)
Expand Down

0 comments on commit e9a89ea

Please sign in to comment.