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
58f81841
Commit
58f81841
authored
Sep 21, 2021
by
Andreas Zilian
Browse files
Fix update of normFunction vals with segment data
parent
9f1d9cb9
Changes
1
Show whitespace changes
Inline
Side-by-side
+mgen/MgGeoLine2Point.m
View file @
58f81841
...
...
@@ -137,8 +137,7 @@ classdef MgGeoLine2Point < mgen.MgGeoLine
self
.
gridNodes
(
1
)
=
self
.
geoPoints
(
1
)
.
gnode
;
self
.
gridNodes
(
dim
)
=
self
.
geoPoints
(
2
)
.
gnode
;
% set function values
self
.
normFunction
.
vals
(
1
)
=
segments
;
% push segment info to norm function (relevant only power-type)
if
self
.
normFunction
.
vals
(
2
)
==
0
self
.
normFunction
.
vals
(
1
)
=
segments
;
end
...
...
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