<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
    <title></title>
  </head>
  <body bgcolor="#ffffff" text="#000000">
    On 11-10-23 04:07 PM, Mark Maunder wrote:<br>
    <br>
    <br>
    When I developed ADMB Griewank wanted me to make the copy
    constructor for<br>
    dvariables to be a deep copy. This introduced all kinds of technical
    difficulties<br>
    (hence the exestence of prevariables). It did not seem to have any
    real advantage.<br>
    So for df1b2variables I went back to shallow copies. The only thing
    you need to<br>
    lnow is that as you discovered  <br>
    <br>
        df1b2variable x =y;<br>
    <br>
    means that x and y are the same.  This is already the case for
    dvar_vectors.<br>
    <blockquote
cite="mid:339913E1960AE142A9373DFCD849F3DA03B27927@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;}
@font-face
        {font-family:"Segoe UI";
        panose-1:2 11 5 2 4 2 4 2 2 3;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {mso-margin-top-alt:auto;
        margin-right:0in;
        mso-margin-bottom-alt:auto;
        margin-left:0in;
        font-size:12.0pt;
        font-family:"Times New Roman","serif";
        mso-believe-normal-left:yes;}
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;
        font-family:"Calibri","sans-serif";
        color:#1F497D;}
span.EmailStyle18
        {mso-style-type:personal-reply;
        font-family:"Calibri","sans-serif";
        color:#1F497D;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-size:10.0pt;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if mso 9]-->
      <style>p.MsoNormal
        {margin-left:3.0pt;}
</style><!--[endif]--><!--[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"><span style="font-size: 11pt; font-family:
            "Calibri","sans-serif"; color: rgb(31,
            73, 125);">See below<o:p></o:p></span></p>
        <p class="MsoNormal"><span style="font-size: 11pt; font-family:
            "Calibri","sans-serif"; color: rgb(31,
            73, 125);"><o:p> </o:p></span></p>
        <div>
          <div style="border-right: medium none; border-width: 1pt
            medium medium; border-style: solid none none; border-color:
            rgb(181, 196, 223) -moz-use-text-color -moz-use-text-color;
            padding: 3pt 0in 0in;">
            <p class="MsoNormal" style="margin: 0in 0in 0.0001pt;"><b><span
                  style="font-size: 10pt; font-family:
                  "Tahoma","sans-serif";">From:</span></b><span
                style="font-size: 10pt; font-family:
                "Tahoma","sans-serif";"> Richard
                Bian [<a class="moz-txt-link-freetext" href="mailto:r.bian@niwa.co.nz">mailto:r.bian@niwa.co.nz</a>]
                <br>
                <b>Sent:</b> Sunday, October 23, 2011 2:49 PM<br>
                <b>To:</b> Mark Maunder<br>
                <b>Subject:</b> ADMB-RE<o:p></o:p></span></p>
          </div>
        </div>
        <p class="MsoNormal"><o:p> </o:p></p>
        <div>
          <p class="MsoNormal" style="margin: 0in 0in 0.0001pt;"><span
              style="font-size: 10pt; font-family: "Segoe
              UI","sans-serif";">Hi Mark,<o:p></o:p></span></p>
        </div>
        <div>
          <p class="MsoNormal" style="margin: 0in 0in 0.0001pt;"><span
              style="font-size: 10pt; font-family: "Segoe
              UI","sans-serif";"> <o:p></o:p></span></p>
        </div>
        <div>
          <p class="MsoNormal" style="margin: 0in 0in 0.0001pt;"><span
              style="font-size: 10pt; font-family: "Segoe
              UI","sans-serif";">When I code my model, I
              noticed something interesting in ADMB-RE. Assuming x is a
              dvariable, if I declare another dvariable y this way,
              dvariable y=x; then when I change y, x will be changed in
              the RE round, but not in ordinary ADMB round. I guess when
              ADMB-RE converts the tpl to cpp in the df1b2_parameters
              functions, it declares y as x's reference rather than an
              normal variable. I didn't see this mentioned in the
              manual, so I think I'd let you know about this. <o:p></o:p></span></p>
        </div>
        <div>
          <p class="MsoNormal" style="margin: 0in 0in 0.0001pt;"><span
              style="font-size: 10pt; font-family: "Segoe
              UI","sans-serif";"> <o:p></o:p></span></p>
        </div>
        <div>
          <p class="MsoNormal" style="margin: 0in 0in 0.0001pt;"><span
              style="font-size: 10pt; font-family: "Segoe
              UI","sans-serif";"> <o:p></o:p></span></p>
        </div>
        <div>
          <p class="MsoNormal" style="margin: 0in 0in 0.0001pt;"><span
              style="font-size: 10pt; font-family: "Segoe
              UI","sans-serif";">Regards,<o:p></o:p></span></p>
        </div>
        <div>
          <p class="MsoNormal" style="margin: 0in 0in 0.0001pt;"><span
              style="font-size: 10pt; font-family: "Segoe
              UI","sans-serif";">Richard<o:p></o:p></span></p>
        </div>
        <div>
          <p class="MsoNormal" style="margin: 0in 0in 0.0001pt;"><span
              style="font-size: 10pt; font-family: "Segoe
              UI","sans-serif";"> <o:p></o:p></span></p>
        </div>
        <div>
          <p class="MsoNormal" style="margin: 0in 0in 0.0001pt;"><span
              style="font-size: 10pt; font-family: "Segoe
              UI","sans-serif";"> <o:p></o:p></span></p>
        </div>
        <div>
          <p class="MsoNormal" style="margin: 0in 0in 0.0001pt;"><span
              style="font-size: 10pt; font-family: "Segoe
              UI","sans-serif";">Richard Bian<br>
              National Institute of Water & Atmospheric Research<br>
              41 Market Place<br>
              Auckland Central 1010, New Zealand<br>
              Tel: +64 9 375 2054  Fax: +64 9 375 2051<o:p></o:p></span></p>
        </div>
        <div>
          <p class="MsoNormal" style="margin: 0in 0in 0.0001pt;"><span
              style="font-size: 10pt; font-family: "Segoe
              UI","sans-serif";"> <o:p></o:p></span></p>
        </div>
        <p class="MsoNormal" style="margin: 0in 0in 0.0001pt;"><span
            style="font-size: 10pt; font-family: "Segoe
            UI","sans-serif";"><o:p> </o:p></span></p>
        <div>
          <p class="MsoNormal" style="margin: 0in 0in 0.0001pt;"><span
              style="font-size: 10pt; font-family: "Segoe
              UI","sans-serif";">Please consider the
              environment before printing this email.<br>
              <br>
              NIWA is the trading name of the National Institute of
              Water & Atmospheric Research Ltd.
              <o:p></o:p></span></p>
        </div>
      </div>
      <pre wrap="">
<fieldset class="mimeAttachmentHeader"></fieldset>
_______________________________________________
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>