Changeset 1067 for trunk


Ignore:
Timestamp:
Jun 19, 2019, 3:48:08 PM (5 years ago)
Author:
g7moreau
Message:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/series.m

    r1065 r1067  
    15831583            end
    15841584            NbCore=str2double(answer);
     1585            if NbCore > NbCoreMax
     1586                NbCore=NbCoreMax;
     1587            end
    15851588        else
    15861589            NbCore=1;
Note: See TracChangeset for help on using the changeset viewer.