Skip to content

Commit 4ec919b

Browse files
authored
Merge pull request #117 from RichardScottOZ/patch-1
defined
2 parents 5129ea4 + fc9ac1c commit 4ec919b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorials/Tutorial_MohoTopo_Spada.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ lon, lat, depth = data[:,1], data[:,2], -data[:,3];
3939
using Plots
4040
scatter(lon,lat,marker_z=depth, ylabel="latitude",xlabel="longitude",markersize=2.5, c = :roma)
4141
# ![DataPoints](../assets/img/Tutorial_MohoSpada_LonLat.png)
42-
# What we can see nicely here is that the data is reasonably regular but also that there are obviously locations where no data is define.
42+
# What we can see nicely here is that the data is reasonably regular but also that there are obviously locations where no data is defined.
4343
#
4444
# The easiest way to transfer this to Paraview is to simply save this as 3D data points:
4545
using GeophysicalModelGenerator

0 commit comments

Comments
 (0)