Longer answer is that you don't need to recompile if you are just adding a
non class member function. However if you add a class member function
it may change the
vtable entries so you should recompile. If you are adding a new field to
a class you should recompile.
If you need to recompile and don't you will often get strange crashes.
So if you experience
a strange crash recompile and get a coffee before you waste time
thinking about it.
_______________________________________________
Users mailing list
Us...@admb-project.org
http://lists.admb-project.org/mailman/listinfo/users
Dave is right. If you experience something weird, recompile and go have
a coffee or a maitai.
John
> _______________________________________________
> Users mailing list
> Us...@admb-project.org
> http://lists.admb-project.org/mailman/listinfo/users
--
John Sibert
Emeritus Researcher, SOEST
University of Hawaii at Manoa
Visit the ADMB project http://admb-project.org/
Thanks -- where does one svn the current source? I can't seem to find an
obvious link to it anywhere.