- Jan 20, 2009
-
-
Andrew Heather authored
-
Andrew Heather authored
-
Andrew Heather authored
-
Andrew Heather authored
-
Andrew Heather authored
-
- Jan 19, 2009
-
-
Andrew Heather authored
-
Andrew Heather authored
-
- Jan 16, 2009
-
-
Andrew Heather authored
-
Andrew Heather authored
-
- Jan 14, 2009
-
-
Andrew Heather authored
-
Andrew Heather authored
-
Andrew Heather authored
-
Andrew Heather authored
-
- Jan 13, 2009
-
-
Andrew Heather authored
-
-
andy authored
-
Andrew Heather authored
-
graham authored
-
Andrew Heather authored
-
Andrew Heather authored
-
graham authored
Dealing with molecules that do not have all 3 diagonal components of the principal axis inertia tensor, i.e. point masses (mono-atomics) and linear molecules (diatomics and CO2 for example).
-
-
Andrew Heather authored
-
Andrew Heather authored
-
mattijs authored
-
- Jan 12, 2009
-
-
graham authored
Adding pressure measurement via r dot f and temperature measurement and control including rotational energy. Adding random orientation on initialisation. Modifying constantProperties construction to detect point masses. Tidy up hitWallPatch function to remove commented out stochastic wall code.
-
mattijs authored
-
mattijs authored
-
Mark Olesen authored
-
Mark Olesen authored
- HashTableName + StaticHashTableName continue to use debug switch regardless of FULLDEBUG setting
-
Mark Olesen authored
-
Mark Olesen authored
-
Mark Olesen authored
-
- Jan 11, 2009
-
-
Mark Olesen authored
- the parameter HashTable can hold arbitrary data .. just the type of keys needs to match
-
Mark Olesen authored
-
Mark Olesen authored
-
- Jan 10, 2009
-
-
Mark Olesen authored
-
Mark Olesen authored
- can use 'XX.empty()' instead of 'XX.size() == 0', 'XX.size() < 1' or 'XX.size() <= 0' or for simpler coding. It also has the same number of characters as '!XX.size()' and /might/ be more readable - many size checking had 'XX.size() > 0', 'XX.size() != 0', or 'XX.size() >= 1' when a simple 'XX.size()' suffices
-
Mark Olesen authored
-
Mark Olesen authored
-