Changeset 2511


Ignore:
Timestamp:
10/23/09 09:39:19 (15 years ago)
Author:
Mathieu Morlighem
Message:

minor debugging

Location:
issm/trunk/src/m/classes/public/plot
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/m/classes/public/plot/checkplotoptions.m

    r2478 r2511  
    161161expdispvaluesarray=cell(0,0);
    162162expstylevaluesarray=cell(0,0);
     163expstylevalues=cell(0,0);
    163164if exist(options,'expstyle'),
    164165        expstylevalues=getfieldvalue(options,'expstyle');
  • issm/trunk/src/m/classes/public/plot/plot_highlightgrids.m

    r2439 r2511  
    2222                text(x(list(i)),y(list(i)), z(list(i)),num2str(list(i)),'backgroundcolor',[1 0 0]);
    2323        end
    24         end
    2524else
    2625        %plot mesh
     
    3534                text(x(list(i)),y(list(i)), z(list(i)),num2str(list(i)),'backgroundcolor',[1 0 0]);
    3635        end
    37         end
    3836end
    3937
Note: See TracChangeset for help on using the changeset viewer.