-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
cf6bf85
commit bba54a4
Showing
6 changed files
with
93 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
!#PYFT transfo: --addArgInTree XX REAL::XX 0 --restrictScope module:ADDARGINTREE/sub:FOO1/sub:FOO3 --stopScopes module:ADDARGINTREE/sub:FOO1/sub:FOO2 | ||
|
||
MODULE ADDARGINTREE | ||
CONTAINS | ||
SUBROUTINE FOO1() | ||
CALL FOO2() | ||
CONTAINS | ||
SUBROUTINE FOO2(XX) | ||
REAL::XX | ||
CALL FOO3(XX) | ||
CALL FOO4() | ||
END SUBROUTINE FOO2 | ||
SUBROUTINE FOO3(XX) | ||
REAL::XX | ||
END SUBROUTINE FOO3 | ||
SUBROUTINE FOO4() | ||
END SUBROUTINE FOO4 | ||
END SUBROUTINE FOO1 | ||
END MODULE ADDARGINTREE |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
!#PYFT transfo: --addArgInTree XX REAL::XX 0 --restrictScope module:ADDARGINTREE/sub:FOO1/sub:FOO3 --stopScopes module:ADDARGINTREE/sub:FOO1/sub:FOO2 | ||
|
||
MODULE ADDARGINTREE | ||
CONTAINS | ||
SUBROUTINE FOO1() | ||
CALL FOO2() | ||
CONTAINS | ||
SUBROUTINE FOO2() | ||
CALL FOO3() | ||
CALL FOO4() | ||
END SUBROUTINE FOO2 | ||
SUBROUTINE FOO3() | ||
END SUBROUTINE FOO3 | ||
SUBROUTINE FOO4() | ||
END SUBROUTINE FOO4 | ||
END SUBROUTINE FOO1 | ||
END MODULE ADDARGINTREE |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters