Skip to content

Commit

Permalink
- Fixed issue #6
Browse files Browse the repository at this point in the history
  • Loading branch information
BeRo1985 committed Jan 18, 2018
1 parent e87e1bd commit 508c59a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/PasMP.pas
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
(******************************************************************************
* PasMP *
******************************************************************************
* Version 2017-10-18-02-02-0000 *
* Version 2018-01-18-11-33-0000 *
******************************************************************************
* zlib license *
*============================================================================*
Expand Down Expand Up @@ -13028,6 +13028,7 @@ function TPasMP.ParallelFor(const Data:pointer;const FirstIndex,LastIndex:TPasMP
JobData^.Granularity:=Granularity;
end;
JobData^.Depth:=Depth;
JobData^.CanSpread:=CanSpread;
end;

type PPasMPParallelDirectIntroSortJobData=^TPasMPParallelDirectIntroSortJobData;
Expand Down

0 comments on commit 508c59a

Please sign in to comment.