Changeset 11872


Ignore:
Timestamp:
04/03/12 10:56:38 (13 years ago)
Author:
Mathieu Morlighem
Message:

all fields of pairoptions must be private

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/m/classes/pairoptions.m

    r11867 r11872  
    66
    77classdef pairoptions
    8         properties (SetAccess = private)%,GetAccess = private)
     8        properties (SetAccess = private,GetAccess = private)
    99                functionname = '';
    1010                list         = cell(0,2);
Note: See TracChangeset for help on using the changeset viewer.