Ignore:
Timestamp:
Jun 21, 2024, 4:51:59 PM (3 months ago)
Author:
sommeria
Message:

civ_3D corrected

File:
1 edited

Legend:

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

    r1147 r1148  
    5656
    5757    Data=civ_input(Param);% introduce the civ parameters using the GUI civ_input
     58    % TODO: change from guide to App: modify the input procedure, adapt read_GUI function
     59    %App=civ_input_App
    5860    %Data=civ_input_App(Param);% introduce the civ parameters using the GUI civ_input
    59     if isempty(Data)
    60         Data=Param;% if  civ_input has been cancelled, keep previous parameters
    61     end
     61    % if isempty(App)
     62    %     Data=Param;% if  civ_input has been cancelled, keep previous parameters
     63    % end
    6264    Data.Program=mfilename;%gives the name of the current function
    6365    Data.AllowInputSort='off';% allow alphabetic sorting of the list of input file SubDir (options 'off'/'on', 'off' by default)
Note: See TracChangeset for help on using the changeset viewer.