Changeset 604 for trunk/src/series/civ_series.m
- Timestamp:
- Apr 4, 2013, 10:54:25 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/series/civ_series.m
r601 r604 192 192 Civ1_param=list_param;%default 193 193 194 %set the values of all the global attributes in list_param 195 Data.ListGlobalAttribute=[Data.ListGlobalAttribute Civ1_param]; 194 %set the values of all the global attributes in list_param 196 195 for ilist=1:length(list_param) 197 196 Civ1_param{ilist}=['Civ1_' list_param{ilist}]; 198 197 Data.(['Civ1_' list_param{ilist}])=Param.ActionInput.Civ1.(list_param{ilist}); 199 198 end 199 Data.ListGlobalAttribute=[Data.ListGlobalAttribute Civ1_param]; 200 200 Data.CivStage=1; 201 201
Note: See TracChangeset
for help on using the changeset viewer.