Skip to content

Commit

Permalink
deploy: 6421752
Browse files Browse the repository at this point in the history
  • Loading branch information
zoziha committed Jul 25, 2024
1 parent a6cbf94 commit b710c09
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions creational/abstract-factory.html
Original file line number Diff line number Diff line change
Expand Up @@ -406,8 +406,8 @@ <h1 id="抽象工厂模式"><a class="header" href="#抽象工厂模式">抽象
<pre><code class="language-fortran">program abstract_factory_main

use, intrinsic :: iso_fortran_env, only: int8
use abstract_factory_module, only: isports_factory_type, erke_type, lining_type, get_sports_factory, erke_shoe_type, erke_shirt_type, &amp;
lining_shoe_type, lining_shirt_type, ishoe_type, ishirt_type
use abstract_factory_module, only: isports_factory_type, erke_type, lining_type, get_sports_factory, erke_shoe_type, &amp;
erke_shirt_type, lining_shoe_type, lining_shirt_type, ishoe_type, ishirt_type

class(isports_factory_type), allocatable :: erke_factory, lining_factory
class(ishoe_type), allocatable :: erke_shoe
Expand Down
4 changes: 2 additions & 2 deletions print.html
Original file line number Diff line number Diff line change
Expand Up @@ -539,8 +539,8 @@ <h3 id="行为模式"><a class="header" href="#行为模式">行为模式</a></h
<pre><code class="language-fortran">program abstract_factory_main

use, intrinsic :: iso_fortran_env, only: int8
use abstract_factory_module, only: isports_factory_type, erke_type, lining_type, get_sports_factory, erke_shoe_type, erke_shirt_type, &amp;
lining_shoe_type, lining_shirt_type, ishoe_type, ishirt_type
use abstract_factory_module, only: isports_factory_type, erke_type, lining_type, get_sports_factory, erke_shoe_type, &amp;
erke_shirt_type, lining_shoe_type, lining_shirt_type, ishoe_type, ishirt_type

class(isports_factory_type), allocatable :: erke_factory, lining_factory
class(ishoe_type), allocatable :: erke_shoe
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 b710c09

Please sign in to comment.