Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mthielma committed Feb 29, 2024
1 parent 2adcd3e commit d0c0275
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorials/Tutorial_AlpineData.jl
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ end

# Once the data has been downloaded, we can extract lon/lat/depth/magnitude using one of the GMG functions, which will give us a GeoData structure:
Data_ISC = GetLonLatDepthMag_QuakeML("ISCData.xml");
# As before, we can export this dataset to VTK annd also save it as a jld2 file (as we are now exporting point data, we have to use the option PointsData=true):
# As before, we can export this dataset to VTK and also save it as a jld2 file (as we are now exporting point data, we have to use the option PointsData=true):
Write_Paraview(Data_ISC, "EQ_ISC", PointsData=true);
save_GMG("EQ_ISC",Data_ISC)

Expand Down

0 comments on commit d0c0275

Please sign in to comment.