Changeset 596 for trunk/src/civ.m


Ignore:
Timestamp:
Mar 30, 2013, 11:34:27 AM (11 years ago)
Author:
sommeria
Message:

corrections done in civ

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/civ.m

    r595 r596  
    44484448        ' -f ' filename '.nc -m ' num2str(Param.(patchname).Nx)...
    44494449        ' -n ' num2str(Param.(patchname).Ny) ' -ro ' num2str(Param.(patchname).FieldSmooth)...
    4450         ' -nopt ' num2str(Param.(patchname).SubdomainSize) ...
     4450        ' -nopt ' num2str(Param.(patchname).SubDomainSize) ...
    44514451        '  > ' regexprep(filename,'(.+)/(.+$)','$1/0_LOG/$2.')  lower(patchname) '.log 2>&1']; % redirect standard output to the log file
    44524452else
     
    44544454        '" -f "' filename '.nc" -m ' num2str(Param.(patchname).Nx)...
    44554455        ' -n ' num2str(Param.(patchname).Ny) ' -ro ' num2str(Param.(patchname).FieldSmooth)...
    4456         ' -nopt ' num2str(Param.(patchname).SubdomainSize)...
     4456        ' -nopt ' num2str(Param.(patchname).SubDomainSize)...
    44574457        '  > "' filename '.' lower(patchname) '.log" 2>&1']; % redirect standard output to the log file
    44584458    cmd=regexprep(cmd,'\\','\\\\');
Note: See TracChangeset for help on using the changeset viewer.