Ignore:
Timestamp:
Jan 20, 2015, 10:36:47 AM (10 years ago)
Author:
sommeria
Message:

various bug fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/series/civ_input.m

    r851 r852  
    324324
    325325%% set the reference indices from the input file indices
    326 if ~isfield(Param.ActionInput,'ConfigSource')
     326if ~(isfield(Param,'ActionInput') && isfield(Param.ActionInput,'ConfigSource'))
    327327update_CivOptions(handles,ind_opening)% fill the menu of possible pairs
    328328end
Note: See TracChangeset for help on using the changeset viewer.