[ADMB Users] Having trouble with this; segmenataion fault

John Sibert sibert at hawaii.edu
Mon Dec 8 10:24:02 PST 2014


   template <typename SCALAR> SCALAR alogit(const SCALAR& a)
   {
      SCALAR p = 1.0/(1.0+exp(-a));
      return p;
   }
   template df1b2variable alogit(const df1b2variable& a);

-- 
John Sibert
Emeritus Researcher, SOEST
University of Hawaii at Manoa
Honolulu HI (GMT-10)
808-294-3842 (mobile)

Visit the ADMB project http://admb-project.org/



More information about the Users mailing list