<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>fortran66</author_name>
  <author_url>https://blog.hatena.ne.jp/fortran66/</author_url>
  <blog_title>fortran66のブログ</blog_title>
  <blog_url>https://fortran66.hatenablog.com/</blog_url>
  <categories>
    <anon>Fortran90</anon>
  </categories>
  <description>重なった領域をコピーする場合、部分配列の代入は単純なDO..LOOPとは動作が異なります。 ■実行結果 ■ソース・プログラム 配列生成子にF2003の[,]を使いました。F90の場合はそれぞれ(/,/)となります。 PROGRAM test IMPLICIT NONE INTEGER :: i, ia(10) ia = [( i, i = 1, 10 )] PRINT '(10i3)', ia ia(2:10) = ia(1:9) PRINT '(10i3/)', ia ia = [( i, i = 1, 10 )] PRINT '(10i3)', ia DO i = 2, 10 ia(i) …</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Ffortran66.hatenablog.com%2Fentry%2F20100301%2F1267370183&quot; title=&quot;部分配列の代入と、DO..LOOPの代入の微妙に異なる点 - fortran66のブログ&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url>http://cdn-ak.f.st-hatena.com/images/fotolife/f/fortran66/20100301/20100301001235.gif</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2010-03-01 00:16:23</published>
  <title>部分配列の代入と、DO..LOOPの代入の微妙に異なる点</title>
  <type>rich</type>
  <url>https://fortran66.hatenablog.com/entry/20100301/1267370183</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
