Changeset 414 for trunk/src/civ.m
- Timestamp:
- May 8, 2012, 6:42:58 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/civ.m
r413 r414 1431 1431 Param.Civ2.ImageWidth=ImageInfo.Width; 1432 1432 Param.Civ2.ImageHeight=ImageInfo.Height; 1433 Param.Civ2.i1=i1_civ2(ifile ,j);1434 Param.Civ2.i2=i2_civ2(ifile ,j);1433 Param.Civ2.i1=i1_civ2(ifile); 1434 Param.Civ2.i2=i2_civ2(ifile); 1435 1435 switch CivMode 1436 1436 case 'CivX' … … 3017 3017 else 3018 3018 ref_j=str2double(get(handles.ref_j,'String')); 3019 if isnan(ref_j) 3020 ref_j=1; 3021 end 3019 3022 end 3020 3023 time=get(handles.ImaDoc,'UserData');%get the set of times
Note: See TracChangeset
for help on using the changeset viewer.