Ignore:
Timestamp:
Nov 28, 2011, 8:43:30 PM (13 years ago)
Author:
sommeria
Message:

bug fixed in the browser of civ + bug fix for the plot of objects

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/plot_object.m

    r231 r307  
    3939%% default output
    4040hh=[];%default output
    41 if isequal(ProjObject,ObjectDataIn)% object representation does not appear in its own projection plot
     41if ~isfield(ObjectDataIn,'Style')|| isequal(ProjObject,ObjectDataIn)% object representation does not appear in its own projection plot
    4242    return
    4343end
Note: See TracChangeset for help on using the changeset viewer.