Skip to content
Snippets Groups Projects
Commit 7845f5e7 authored by Yves Gouriou's avatar Yves Gouriou
Browse files

2007-11-23 - Y_Gouriou intialise bucket.PSAL_QC_WS correctement

parent 4d882778
No related branches found
No related tags found
No related merge requests found
...@@ -36,7 +36,7 @@ if fid ~= -1 ...@@ -36,7 +36,7 @@ if fid ~= -1
bucket.LATITUDE_WS = bucketData(:,7); bucket.LATITUDE_WS = bucketData(:,7);
bucket.LONGITUDE_WS = bucketData(:,8); bucket.LONGITUDE_WS = bucketData(:,8);
bucket.PSAL_WS = bucketData(:,9); bucket.PSAL_WS = bucketData(:,9);
bucket.PSAL_QC_WS = size(bucket.PSAL_WS); bucket.PSAL_QC_WS = zeros(size(bucket.PSAL_WS));
% Save the data in the application GUI % Save the data in the application GUI
% ------------------------------------ % ------------------------------------
......
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