This commit is contained in:
Clement Jamin 2013-10-16 12:30:53 +02:00
parent b0d85423e1
commit 91bd59a3e4
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ another point in the same voxel has been locked.
The only requirement is that when a thread owns the lock of an object, no other
thread can lock the same object.
We call `S` the surjective function such as `S(object)`
We call `S` the surjective function such that `S(object)`
is the \"thing\" that is locked when one tries to lock `object`.
In the previous example, `S(point)` is the voxel containing `point`.