Parallel Programming - Commit before I break things
[matches/honours.git] / course / semester2 / pprog / assignment1 / single-thread / nbody.c
index c54661f..67afd0f 100644 (file)
@@ -101,6 +101,7 @@ void System_Compute(System * s)
  * @param s1, s2 - The two systems
  * NOTE: In single threaded version, called with s1 == s2 == &universe
  *      In multi threaded version, called with s2 == &universe, but s1 is constructed for each thread
+ *             In nested multi-threaded version, s2 is constructed for the nested threads as well
  */
 void System_Forces(System * s1, System * s2) 
 {

UCC git Repository :: git.ucc.asn.au