Skip to content
This repository has been archived by the owner on Nov 15, 2019. It is now read-only.

Commit

Permalink
Bug fix for Image Uploads (variable scope)
Browse files Browse the repository at this point in the history
  • Loading branch information
Will Gray Roncal committed Mar 1, 2015
1 parent a6aea25 commit fad127a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/matlab/ocp/OCP.m
Original file line number Diff line number Diff line change
Expand Up @@ -862,7 +862,7 @@ function uploadImageData(this, ramonObj, conflictOption)
end

% Set datatype to that of the database
ramonObj.setDataType(eRAMONDataType(oo.imageInfo.PROJECT.TYPE));
ramonObj.setDataType(eRAMONDataType(this.imageInfo.PROJECT.TYPE));

% Compute chunked blocks by slice to make it easy for now.
% TODO: make this smarter if needed to deal with massive
Expand Down

0 comments on commit fad127a

Please sign in to comment.