Changeset 406 for trunk/src/civ_matlab.m


Ignore:
Timestamp:
May 3, 2012, 7:30:05 PM (12 years ago)
Author:
sommeria
Message:

bugs corrected in civ_matlab and object projection

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/civ_matlab.m

    r399 r406  
    5858%% Civ1
    5959if isfield (Param,'Civ1')
    60     check_civ1=1;% test for further use of civ1 results
     60%     check_civ1=1;% test for further use of civ1 results
    6161    % %% prepare images
    6262    par_civ1=Param.Civ1;
     
    102102    list_param=(fieldnames(Param.Civ1))';
    103103    Civ1_param=list_param;%default
     104    %set the values of all the global attributes in list_param
    104105    for ilist=1:length(list_param)
    105106        Civ1_param{ilist}=['Civ1_' list_param{ilist}];
Note: See TracChangeset for help on using the changeset viewer.