Changeset 406 for trunk/src/civ_matlab.m
- Timestamp:
- May 3, 2012, 7:30:05 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/civ_matlab.m
r399 r406 58 58 %% Civ1 59 59 if isfield (Param,'Civ1') 60 check_civ1=1;% test for further use of civ1 results60 % check_civ1=1;% test for further use of civ1 results 61 61 % %% prepare images 62 62 par_civ1=Param.Civ1; … … 102 102 list_param=(fieldnames(Param.Civ1))'; 103 103 Civ1_param=list_param;%default 104 %set the values of all the global attributes in list_param 104 105 for ilist=1:length(list_param) 105 106 Civ1_param{ilist}=['Civ1_' list_param{ilist}];
Note: See TracChangeset
for help on using the changeset viewer.