Changeset 315 for trunk/src/view_field.m


Ignore:
Timestamp:
Dec 3, 2011, 10:25:45 PM (12 years ago)
Author:
sommeria
Message:

many corrections, use of the new GUI civ with mask, grid and the new matlab civ1 and fix
pivlab now included in civ_matlab which contains all matlab subfunctions for civ.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/view_field.m

    r302 r315  
    280280% --- Executes on button press in FixEqual.
    281281function CheckFixEqual_Callback(hObject, eventdata, handles)
    282 test=get(handles.FixEqual,'Value');
     282test=get(handles.CheckFixEqual,'Value');
    283283if test
    284284    set(handles.CheckFixEqual,'BackgroundColor',[1 1 0])
Note: See TracChangeset for help on using the changeset viewer.