Skip to content

Commit

Permalink
deploy: f30ddec
Browse files Browse the repository at this point in the history
  • Loading branch information
Euler-37 committed Apr 6, 2024
1 parent f170882 commit 3c02967
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ch04-02-do.html
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ <h2 id="可并行化的循环do-concurrent"><a class="header" href="#可并行
<li>Fortran2018中引入了<code>reduce,shared</code>等字句,可以进一步增强该语法</li>
</ul>
<h2 id="隐式循环"><a class="header" href="#隐式循环">隐式循环</a></h2>
<p>在数组构造器中,我们可以使用隐式循环</p>
<p>隐式循环省略了<code>do,end do</code>,写起来更加方便。在数组构造器中,我们可以使用隐式循环</p>
<pre><code class="language-fortran">program main
implicit none
integer::i
Expand Down
2 changes: 1 addition & 1 deletion print.html
Original file line number Diff line number Diff line change
Expand Up @@ -1136,7 +1136,7 @@ <h2 id="可并行化的循环do-concurrent"><a class="header" href="#可并行
<li>Fortran2018中引入了<code>reduce,shared</code>等字句,可以进一步增强该语法</li>
</ul>
<h2 id="隐式循环"><a class="header" href="#隐式循环">隐式循环</a></h2>
<p>在数组构造器中,我们可以使用隐式循环</p>
<p>隐式循环省略了<code>do,end do</code>,写起来更加方便。在数组构造器中,我们可以使用隐式循环</p>
<pre><code class="language-fortran">program main
implicit none
integer::i
Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion searchindex.json

Large diffs are not rendered by default.

0 comments on commit 3c02967

Please sign in to comment.