Changeset 412 for trunk/src/civ.m
- Timestamp:
- May 7, 2012, 11:29:42 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/civ.m
r406 r412 1253 1253 Param.Civ1.ImageWidth=ImageInfo.Width; 1254 1254 Param.Civ1.ImageHeight=ImageInfo.Height; 1255 Param.Civ1.i1=i1_civ1(ifile ,j);1256 Param.Civ1.i2=i2_civ1(ifile ,j);1255 Param.Civ1.i1=i1_civ1(ifile); 1256 Param.Civ1.i2=i2_civ1(ifile); 1257 1257 % read mask parameters 1258 1258 if Param.Civ1.CheckMask % the lines below should be changed with the new gui
Note: See TracChangeset
for help on using the changeset viewer.