Skip to content
Snippets Groups Projects

add new array of gas traces and add source for rtc request

Merged Olivier Sauter requested to merge add_gas_fluxes into master
2 files
+ 6
24
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -41,7 +41,7 @@ classdef (SharedTestFixtures={...
shot = 81102;
gdat_call = sprintf(['gdat_' lower(testCase.Machine) '(%s,''%s'')'],shot,request);
case {'mpx', 'xte'}
% need a older shot
% need an older shot
shot = 65555;
gdat_call = sprintf(['gdat_' lower(testCase.Machine) '(%s,''%s'')'],shot,request);
end
Loading