<?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 WHERE and array sections in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/WHERE-and-array-sections/m-p/974891#M24807</link>
    <description>Hi! &lt;BR /&gt; &lt;BR /&gt;I am unsure whether I can use WHERE for array sections, e.g.: &lt;BR /&gt; &lt;BR /&gt;&lt;PRE&gt;&lt;FONT size="+0"&gt;
REAL a(10),b(10) 
WHERE (a(1:5)&amp;gt;0.0) a(1:5)=b(1:5) 
&lt;/FONT&gt;&lt;/PRE&gt;&lt;BR /&gt; &lt;BR /&gt;Would this work such that a(6:10) are left untouched regardless of the values in a(6:10), or do I need to create temporary variables, i.e. &lt;BR /&gt; &lt;BR /&gt;&lt;PRE&gt;&lt;FONT size="+0"&gt;
REAL a(10),b(10),c(5),d(5) 
c=a(1:5) 
d=b(1:5) 
WHERE (c&amp;gt;0.0) c=d 
a(1:5)=c 
&lt;/FONT&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks, &lt;BR /&gt; &lt;BR /&gt;Olof</description>
    <pubDate>Fri, 23 Nov 2001 20:46:19 GMT</pubDate>
    <dc:creator>Intel_C_Intel</dc:creator>
    <dc:date>2001-11-23T20:46:19Z</dc:date>
    <item>
      <title>WHERE and array sections</title>
      <link>https://community.intel.com/t5/Software-Archive/WHERE-and-array-sections/m-p/974891#M24807</link>
      <description>Hi! &lt;BR /&gt; &lt;BR /&gt;I am unsure whether I can use WHERE for array sections, e.g.: &lt;BR /&gt; &lt;BR /&gt;&lt;PRE&gt;&lt;FONT size="+0"&gt;
REAL a(10),b(10) 
WHERE (a(1:5)&amp;gt;0.0) a(1:5)=b(1:5) 
&lt;/FONT&gt;&lt;/PRE&gt;&lt;BR /&gt; &lt;BR /&gt;Would this work such that a(6:10) are left untouched regardless of the values in a(6:10), or do I need to create temporary variables, i.e. &lt;BR /&gt; &lt;BR /&gt;&lt;PRE&gt;&lt;FONT size="+0"&gt;
REAL a(10),b(10),c(5),d(5) 
c=a(1:5) 
d=b(1:5) 
WHERE (c&amp;gt;0.0) c=d 
a(1:5)=c 
&lt;/FONT&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks, &lt;BR /&gt; &lt;BR /&gt;Olof</description>
      <pubDate>Fri, 23 Nov 2001 20:46:19 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/WHERE-and-array-sections/m-p/974891#M24807</guid>
      <dc:creator>Intel_C_Intel</dc:creator>
      <dc:date>2001-11-23T20:46:19Z</dc:date>
    </item>
  </channel>
</rss>

