Skip to content
Snippets Groups Projects
Commit d0a57941 authored by Cristian Galperti's avatar Cristian Galperti
Browse files

Merge branch 'f4e-example-ffcleanup' into 'f4e-example'

F4e example ffcleanup

See merge request spc/tcv/scd/rtccode!5
parents 20351325 653f8175
No related branches found
No related tags found
No related merge requests found
......@@ -74,6 +74,8 @@ classdef SCDclass_mdspar < matlab.mixin.Heterogeneous
% Not abstract methods common to all child classes
methods
function mdsconnect(obj, shot)
assert(~~exist('mdsconnect','file'),...
'SCD:NoMDS','mdsconnect not found, are the mds matlab tools installed?')
mdsconnect(obj.mdsserver);
s=mdsopen(obj.mdstree, shot);
str=sprintf('SCDclass_mdsparam (%s), failed opening MDS+ tree', obj.modelparam);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment