Skip to content
Snippets Groups Projects
Commit a22ae995 authored by Philipp Schäfer's avatar Philipp Schäfer
Browse files

itaComsolParameters

-bugfix: Now does not display result anymore when setting a parameter

itaComsolModel
-doc update
parent 38ef536b
No related branches found
No related tags found
1 merge request!10COMSOL interface & combined wave/GA simulation
...@@ -26,7 +26,7 @@ classdef itaComsolParameters < itaComsolNode ...@@ -26,7 +26,7 @@ classdef itaComsolParameters < itaComsolNode
paramNode = parameterNodeNames{idxNode}; paramNode = parameterNodeNames{idxNode};
if ~any(strcmp(cell(paramNode.varnames), parameterName)); continue; end if ~any(strcmp(cell(paramNode.varnames), parameterName)); continue; end
paramNode.set(parameterName, value) paramNode.set(parameterName, value);
return; return;
end end
error('Parameter of with given name is not defined') error('Parameter of with given name is not defined')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment