<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40"><head><meta http-equiv=Content-Type content="text/html; charset=us-ascii"><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;}
/* 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]--></head><body lang=EN-US link=blue vlink=purple><div class=WordSection1><p class=MsoNormal>I’m using ADMB 10.1 for windows 64-bit.  I’m also using Arni’s IDE.  You don’t need a dat file, I’m just trying to see if this compiles on someone else’s machine when you uncomment the random effects part.  It compiles just fine with admb testTPL but not admb –r testTPL.  I can’t find anywhere in the fvar or df1d2… header files why this would be the case.  This isn’t a critical problem, it would just make my code look a little nicer.<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>Thanks in advance,<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>Brandon<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>DATA_SECTION<o:p></o:p></p><p class=MsoNormal>  init_matrix dat(1,3,1,2);<o:p></o:p></p><p class=MsoNormal>  <o:p></o:p></p><p class=MsoNormal>PARAMETER_SECTION<o:p></o:p></p><p class=MsoNormal>  init_number x;<o:p></o:p></p><p class=MsoNormal>  matrix Mat1(1,3,1,2);<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>  //Just uncomment this and try compiling <o:p></o:p></p><p class=MsoNormal>  //with –r flag<o:p></o:p></p><p class=MsoNormal>  //random_effects_vector rx(1,2);<o:p></o:p></p><p class=MsoNormal>  objective_function_value ff;<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>PROCEDURE_SECTION<o:p></o:p></p><p class=MsoNormal>               ff = 0;<o:p></o:p></p><p class=MsoNormal>               <o:p></o:p></p><p class=MsoNormal style='text-indent:.5in'>  Mat1.colfill(1,column(dat,1));  //fill Mat1 column 1 with dat column 1<o:p></o:p></p><p class=MsoNormal style='text-indent:.5in'>  //ff =  norm2(rx);                                                                                                      <o:p></o:p></p><p class=MsoNormal style='text-indent:.5in'>  ff += -1*square(x);<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>REPORT_SECTION<o:p></o:p></p><p class=MsoNormal>               cout<<Mat1<<endl;<o:p></o:p></p><p class=MsoNormal>               <o:p></o:p></p><p class=MsoNormal>  <o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>Nez Perce Tribe<o:p></o:p></p><p class=MsoNormal>DFRM-Research<o:p></o:p></p><p class=MsoNormal>Work 208-621-4718<o:p></o:p></p><p class=MsoNormal>Cell 206-406-5793<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p></div></body></html>