Changeset 1127 in Sophya for trunk/Eval/Speed/vectorCXX.cc


Ignore:
Timestamp:
Aug 7, 2000, 10:58:19 AM (25 years ago)
Author:
ansari
Message:

Ameliorations tests OpenMP - Reza 7/8/2000

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Eval/Speed/vectorCXX.cc

    r1097 r1127  
    232232if (narg > 4)  M = atoi(arg[4]);
    233233if (M < 1000) M = 1000;
    234 if (M > 1000000) M = 1000000;
     234if (M > 100000000) M = 100000000;
    235235
    236236
Note: See TracChangeset for help on using the changeset viewer.