<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">On 07/14/2014 01:02 PM, Mark Maunder
      wrote:<br>
      <br>
      Hi,<br>
      <br>
      I think you are confusing two things here.  One is to have a
      single function vonB<br>
      which acts on different types in the same way. In this case the
      code needs to depend on the types.<br>
      <br>
      Note that in your code it is assumed that age is a vector<br>
      <br>
      inline<br>
      typename Growthvectortrait<T>::GrowthvectorT
      vonBertalanffy(const T &Linf, const T &K, const T &t0,
      const T1 &age)<br>
      {<br>
              typedef typename Growthvectortrait<T>::GrowthvectorT
      vonBT;<br>
      <br>
              vonBT len;<br>
              cout << "HERE" << endl;<br>
      <br>
              len.allocate(age.indexmin(),age.indexmax());<br>
              len.initialize();<br>
      <br>
              for(int i = len.indexmin(); i <= len.indexmax(); i++ )<br>
              {<br>
                len(i) = Linf*(1.-mfexp(-K*(age(i)-t0)));<br>
              }<br>
              return len;<br>
      }<br>
      <br>
      I think you have to specialize for when age is a number like this.<br>
      <br>
      template <typename T><br>
      inline<br>
      dvariable vonBertalanffy(const T &Linf, const T &K, const
      T &t0, double &age)<br>
      {<br>
      <br>
        dvariable len;<br>
        cout << "HERE1" << endl;<br>
        len = Linf*(1.-mfexp(-K*(age-t0)));<br>
        return len;<br>
      }<br>
      <br>
      The original traits examples were for doing the same thing to the
      passed objects on the<br>
      generated code level.  So I'm not exactly sure what yoiu are
      trying to accomplish here.<br>
      <br>
      I have attached my code which compiles and runs for what its
      worth.<br>
      <br>
           Dave<br>
      <br>
    </div>
    <blockquote
cite="mid:339913E1960AE142A9373DFCD849F3DA4C4B1FE2@mail1.lajolla.iattc.org"
      type="cite">
      <meta http-equiv="Content-Type" content="text/html;
        charset=ISO-8859-1">
      <meta name="Generator" content="Microsoft Word 14 (filtered
        medium)">
      <style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri","sans-serif";
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-family:"Calibri","sans-serif";}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
      <div class="WordSection1">
        <p class="MsoNormal">Hi,<o:p></o:p></p>
        <p class="MsoNormal"><o:p> </o:p></p>
        <p class="MsoNormal">I am working on using traits for growth
          functions. Steve provided me some example code and I have been
          trying to extend it. This looks like it uses templates inside
          templates and gets confusing. Attached is some example code
          and I would appreciate any help on debugging it. I think the
          problem is that for the same function parameter types I have
          two different return types, so I made two different traits. I
          think it is important to get this sorted out because it may be
          something we will use often in creating libraries of
          functions.<o:p></o:p></p>
        <p class="MsoNormal"><o:p> </o:p></p>
        <p class="MsoNormal">Thanks,<o:p></o:p></p>
        <p class="MsoNormal"><o:p> </o:p></p>
        <p class="MsoNormal">Mark<o:p></o:p></p>
        <p class="MsoNormal"><o:p> </o:p></p>
        <p class="MsoNormal"><o:p> </o:p></p>
        <p class="MsoNormal">The selectivity <span style="color:black">special
            issue of the journal Fisheries Research is now published</span><o:p></o:p></p>
        <p class="MsoNormal"><a moz-do-not-send="true"
            href="http://www.sciencedirect.com/science/journal/01657836/158/supp/C"><span
              style="color:blue">http://www.sciencedirect.com/science/journal/01657836/158/supp/C</span></a><o:p></o:p></p>
        <p class="MsoNormal"><o:p> </o:p></p>
        <p class="MsoNormal"><o:p> </o:p></p>
        <p class="MsoNormal"
          style="margin-bottom:6.0pt;background:white"><span
            style="color:black">The Stock Synthesis special issue of the
            journal Fisheries Research<o:p></o:p></span></p>
        <p class="MsoNormal"
          style="margin-bottom:6.0pt;background:white"><span
            style="color:black"><a moz-do-not-send="true"
              href="http://www.sciencedirect.com/science/journal/01657836/142"><span
                style="color:blue">http://www.sciencedirect.com/science/journal/01657836/142</span></a><o:p></o:p></span></p>
        <p class="MsoNormal"><o:p> </o:p></p>
        <p class="MsoNormal">Mark Maunder          <o:p></o:p></p>
        <p class="MsoNormal">Head of the Stock Assessment
          Program                                          
          <o:p></o:p></p>
        <p class="MsoNormal"><span lang="ES-PE">Inter-American  Tropical
            Tuna Commission                                      <o:p></o:p></span></p>
        <p class="MsoNormal" style="text-autospace:none"><span
            lang="ES-TRAD">8901 La Jolla Shores Dr.<o:p></o:p></span></p>
        <p class="MsoNormal" style="text-autospace:none"><span
            lang="ES-TRAD">La Jolla, CA  92037-1508, USA<o:p></o:p></span></p>
        <p class="MsoNormal"><span lang="ES-PE">  <o:p></o:p></span></p>
        <p class="MsoNormal">Tel: (858) 546-7027<o:p></o:p></p>
        <p class="MsoNormal">Fax: (858) 546-7133<o:p></o:p></p>
        <p class="MsoNormal"><a moz-do-not-send="true"
            href="mailto:mmaunder@iattc.org"><span style="color:blue">mmaunder@iattc.org</span></a><o:p></o:p></p>
        <p class="MsoNormal"><a moz-do-not-send="true"
href="http://www.fisheriesstockassessment.com/TikiWiki/tiki-index.php?page=Mark+Maunder"><span
              style="color:blue">http://www.fisheriesstockassessment.com/TikiWiki/tiki-index.php?page=Mark+Maunder</span></a><o:p></o:p></p>
        <p class="MsoNormal"><o:p> </o:p></p>
        <p class="MsoNormal">Visit the Center for the Advancement of
          Population Assessment Methodology at<o:p></o:p></p>
        <p class="MsoNormal"><a moz-do-not-send="true"
            href="http://www.capamresearch.org/"><span
              style="color:blue">http://www.capamresearch.org/</span></a><o:p></o:p></p>
        <p class="MsoNormal"><o:p> </o:p></p>
        <p class="MsoNormal">Visit the AD Model Builder project at<o:p></o:p></p>
        <p class="MsoNormal"> <a moz-do-not-send="true"
            href="http://admb-project.org/"><span style="color:blue">http://admb-project.org/</span></a><o:p></o:p></p>
        <p class="MsoNormal"> <o:p></o:p></p>
        <p class="MsoNormal">See the following website for information
          on fisheries stock assessment
          <a moz-do-not-send="true"
            href="http://www.fisheriesstockassessment.com/"><span
              style="color:blue">http://www.fisheriesstockassessment.com/</span></a><o:p></o:p></p>
        <p class="MsoNormal"> <o:p></o:p></p>
        <p class="MsoNormal"><o:p> </o:p></p>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
Developers mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Developers@admb-project.org">Developers@admb-project.org</a>
<a class="moz-txt-link-freetext" href="http://lists.admb-project.org/mailman/listinfo/developers">http://lists.admb-project.org/mailman/listinfo/developers</a>
</pre>
    </blockquote>
    <br>
  </body>
</html>