1. Code is crashing when I try to call DynamicArray<int> kill; kill.create( Neutrons.size() ); create call generates an error. Neutrons in this case is just a Particle object. 2. sync() called with no parameters makes the code immediately exit with no error messages -steve