<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: help! function call problem in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/help-function-call-problem/m-p/941003#M17009</link>
    <description>You need to add:&lt;BR /&gt;&lt;BR /&gt;double precision msd&lt;BR /&gt;&lt;BR /&gt;to the main program.  msd should also use:&lt;BR /&gt;&lt;BR /&gt;msd = 1.23456D0&lt;BR /&gt;&lt;BR /&gt;otherwise you are assigning a single precision value to a double precision variable.&lt;BR /&gt;&lt;BR /&gt;Steve</description>
    <pubDate>Sat, 03 Mar 2001 04:21:03 GMT</pubDate>
    <dc:creator>Steven_L_Intel1</dc:creator>
    <dc:date>2001-03-03T04:21:03Z</dc:date>
    <item>
      <title>help! function call problem</title>
      <link>https://community.intel.com/t5/Software-Archive/help-function-call-problem/m-p/941001#M17007</link>
      <description>there is no difference between asd(), msd() &lt;BR /&gt;but why they print out different results? &lt;BR /&gt; &lt;BR /&gt;thanks a lot. &lt;BR /&gt;a poor man &lt;BR /&gt; &lt;BR /&gt;! result--------------------- &lt;BR /&gt;   1.23456001281738 &lt;BR /&gt;  0.000000000000000E+000 &lt;BR /&gt; &lt;BR /&gt;! code -------------------------------- &lt;BR /&gt;program main &lt;BR /&gt;double precision time &lt;BR /&gt; &lt;BR /&gt;time = asd() &lt;BR /&gt;print *, time &lt;BR /&gt;time = msd() &lt;BR /&gt;print *, time &lt;BR /&gt;end program main &lt;BR /&gt; &lt;BR /&gt;double precision function asd() &lt;BR /&gt;asd = 1.23456 &lt;BR /&gt;end function asd &lt;BR /&gt; &lt;BR /&gt;double precision function msd() &lt;BR /&gt;msd = 1.23456 &lt;BR /&gt;end function msd</description>
      <pubDate>Sat, 03 Mar 2001 04:00:19 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/help-function-call-problem/m-p/941001#M17007</guid>
      <dc:creator>Intel_C_Intel</dc:creator>
      <dc:date>2001-03-03T04:00:19Z</dc:date>
    </item>
    <item>
      <title>Re: help! function call problem</title>
      <link>https://community.intel.com/t5/Software-Archive/help-function-call-problem/m-p/941002#M17008</link>
      <description>there is no difference between asd(), msd() but why they print out different results? thanks a lot. a poor man &lt;BR /&gt; &lt;BR /&gt;! result---------------------&lt;BR /&gt; &lt;BR /&gt; 1.23456001281738&lt;BR /&gt; &lt;BR /&gt; 0.000000000000000E+000 &lt;BR /&gt; &lt;BR /&gt;! code -------------------------------- &lt;BR /&gt; &lt;BR /&gt;program main&lt;BR /&gt; &lt;BR /&gt;double precision time &lt;BR /&gt; &lt;BR /&gt;time = asd() &lt;BR /&gt; &lt;BR /&gt;print *, time &lt;BR /&gt; &lt;BR /&gt;time = msd() &lt;BR /&gt; &lt;BR /&gt;print *, time &lt;BR /&gt; &lt;BR /&gt;end program main &lt;BR /&gt; &lt;BR /&gt;double precision functionasd()&lt;BR /&gt; &lt;BR /&gt;asd = 1.23456 &lt;BR /&gt; &lt;BR /&gt;end function asd &lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt;double precision function msd()&lt;BR /&gt; &lt;BR /&gt;msd = 1.23456 &lt;BR /&gt; &lt;BR /&gt;end function msd&lt;BR /&gt;</description>
      <pubDate>Sat, 03 Mar 2001 04:15:14 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/help-function-call-problem/m-p/941002#M17008</guid>
      <dc:creator>Intel_C_Intel</dc:creator>
      <dc:date>2001-03-03T04:15:14Z</dc:date>
    </item>
    <item>
      <title>Re: help! function call problem</title>
      <link>https://community.intel.com/t5/Software-Archive/help-function-call-problem/m-p/941003#M17009</link>
      <description>You need to add:&lt;BR /&gt;&lt;BR /&gt;double precision msd&lt;BR /&gt;&lt;BR /&gt;to the main program.  msd should also use:&lt;BR /&gt;&lt;BR /&gt;msd = 1.23456D0&lt;BR /&gt;&lt;BR /&gt;otherwise you are assigning a single precision value to a double precision variable.&lt;BR /&gt;&lt;BR /&gt;Steve</description>
      <pubDate>Sat, 03 Mar 2001 04:21:03 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/help-function-call-problem/m-p/941003#M17009</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2001-03-03T04:21:03Z</dc:date>
    </item>
  </channel>
</rss>

