To support backwards compatibility with measurement units I added the udunit symbol
names that we don't use into 13/15. This includes "rad" instead of "r" and
"degree" instead of "d".
refs #231
When allocating a new event, if the same name is used, no allocation is
created and NULL is returned. We start trying to use the returned value
which seg-faulted. I added a check to only continue if the returned value
from the allocation is not NULL.
refs #149
Changed all header file once include variables to follow the same naming
convention and not start with any underscores. Also deleted old
incorrect copyright notices. Also removed $Id: tags from all files.
Fixes#14. Fixes#22.