Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
edu
mafe
Commits
88b01509
Commit
88b01509
authored
Oct 26, 2018
by
Andreas Zilian
Browse files
Make access to properties protected (accessible to children).
parent
c2df68e1
Changes
1
Show whitespace changes
Inline
Side-by-side
+mgen/MgGeoLine2Point.m
View file @
88b01509
classdef
MgGeoLine2Point
<
mgen
.
MgGeoLine
% A 2-point line of the geometry
properties
(
Access
=
pr
ivate
)
properties
(
Access
=
pr
otected
)
geoPoints
=
mgen
.
MgGeoPoint
.
empty
(
0
,
2
);
gridNodes
=
mgen
.
MgGridNode
.
empty
(
0
,
0
);
...
...
@@ -156,7 +156,6 @@ classdef MgGeoLine2Point < mgen.MgGeoLine
run_id
=
run_id
+
1
;
end
end
function
gp
=
getGeoPoints
(
self
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment