Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
gdat
Manage
Activity
Members
Labels
Plan
Issues
36
Issue boards
Milestones
Wiki
Code
Merge requests
13
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SPC
gdat
Merge requests
!46
use mdscurrent=mdsipmex(8) to avoid print out on screen of server
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
use mdscurrent=mdsipmex(8) to avoid print out on screen of server
avoid_mdsremotelist
into
master
Overview
0
Commits
1
Pipelines
1
Changes
1
Merged
Olivier Sauter
requested to merge
avoid_mdsremotelist
into
master
5 years ago
Overview
0
Commits
1
Pipelines
1
Changes
1
Expand
👍
0
👎
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
5b7ddab3
1 commit,
5 years ago
1 file
+
2
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
matlab/TCV/gdat_tcv.m
+
2
−
2
Options
@@ -140,7 +140,7 @@ if nargin>=1
if
isempty
(
shot
)
% means mdsopen(shot) already performed or not shot asked for
try
if
~
mdsremotelist
if
isempty
(
mdsipmex
(
8
))
shot_mds
=
shot
;
else
shot_mds
=
mdsipmex
(
2
,
'$SHOT'
);
@@ -158,7 +158,7 @@ if nargin>=1
warning
([
'shot cannot be opened with '
data_request
.
data_request
]);
return
end
elseif
ischar
(
data_request
)
elseif
ischar
(
data_request
)
if
~
strcmp
(
data_request
,
'ids'
)
warning
([
'shot cannot be opened with '
data_request
]);
return
Loading