source:
issm/oecreview/Archive/14312-15392/ISSM-15369-15370.diff
Last change on this file was 15393, checked in by , 12 years ago | |
---|---|
File size: 735 bytes |
-
../trunk-jpl/src/m/classes/independent.m
59 59 fielddisplay(obj,'fov_forward_indices','indices for fov_foward driver of ADOLC'); 60 60 end 61 61 end % }}} 62 function scalar =typetoscalar(obj) % {{{62 function scalartype=typetoscalar(obj) % {{{ 63 63 if strcmpi(obj.type,'scalar'), 64 scalar =0;64 scalartype=0; 65 65 elseif strcmpi(obj.type,'vertex'), 66 scalar=1; 66 scalartype=1; 67 elseif strcmpi(obj.type,'matrix'), 68 scalartype=1; 69 else error([obj.type ' not supported yet!']); 67 70 end 68 71 end % }}} 69 72 end
Note:
See TracBrowser
for help on using the repository browser.