Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Institute of Technical Acoustics (ITA)
toolbox
Commits
54cf6b5a
Commit
54cf6b5a
authored
May 19, 2021
by
Philipp Schäfer
Browse files
itaComsolDataset: Now properly uses default input for Grids() method
parent
184067d6
Changes
1
Show whitespace changes
Inline
Side-by-side
applications/SoundFieldSimulation/Comsol/ComsolModelNodes/@itaComsolDataset/itaComsolDataset.m
View file @
54cf6b5a
...
...
@@ -49,6 +49,7 @@ classdef itaComsolDataset < itaComsolNode
%source data can be given as a filter.
% Inputs (default):
% sourceDataTag (''): Tag of the source for this set (either solution or other dataset)
if
nargin
<
2
;
sourceDataTag
=
''
;
end
gridDatasets
=
obj
.
Filter
(
sourceDataTag
,
'grid'
);
end
end
...
...
Write
Preview
Markdown
is supported
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