<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>I am writing a custom component to use in TRNSYS 17.  When I try to compile my code I receive the following error:<div><br></div><div><div>Error<span class="Apple-tab-span" style="white-space:pre">   </span>3<span class="Apple-tab-span" style="white-space:pre">   </span> error #6784: The number of actual arguments cannot be greater than the number of dummy arguments.   [INTERPOLATEDATA]<span class="Apple-tab-span" style="white-space:pre"> </span>C:\Trnsys17\SourceCode\Kernel\InterpolateData.f90<span class="Apple-tab-span" style="white-space:pre">   </span>870<span class="Apple-tab-span" style="white-space:pre"> </span></div><div><br></div><div>When I double click, it brings me to a line in the "InterpolateData.f90"</div><div><br></div><div>CALL InterpolateData(LU,NIND,NX,NY,XDD,YDD,*1)</div><div><br></div><div>What is the "*1" for as the last argument do?  When I remove it, the compiler moves past that line, and then stops the next time that line appears.</div><div><br></div><div>Here is what I have in my code to use it:</div><div><br></div><div>Call InterpolateData (LU, 2, nX, 2, X, Y)</div><div><br></div><div>I have the same number of arguments.</div><div><br></div><div>Any thoughts would be greatly appreciated.</div><div><br></div><div>Thank you,</div><div><br></div><div>Aaron Danenberg</div><div>Graduate Student</div><div>University of Hartford</div>
<div><font face="Arial Black" color="#3333ff"></font> </div></div>                                         </div></body>
</html>