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
65459423
Commit
65459423
authored
May 06, 2019
by
Andreas Zilian
Browse files
Correct error message.
parent
5ed343eb
Changes
1
Hide whitespace changes
Inline
Side-by-side
+mafe/ConstraintNode.m
View file @
65459423
...
...
@@ -39,7 +39,7 @@ classdef ConstraintNode < mafe.Constraint
dof
=
find
(
[
self
.
node
.
dof
]
==
cdof
);
% check
if
length
(
dof
)
~=
length
(
self
.
node
)
disp
(
'Constraint
Edg
e:getDofSysIndices() --> Node missing requested dof!'
);
disp
(
'Constraint
Nod
e:getDofSysIndices() --> Node missing requested dof!'
);
end
% get global dof indices
ndi
=
[
self
.
node
.
idx
];
...
...
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