Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Budiardja, Reuben
Fortran Frontier
Commits
56e6e8ce
Commit
56e6e8ce
authored
Aug 25, 2020
by
Budiardja, Reuben
Browse files
Renamed dir.
parent
6be905d1
Changes
3
Hide whitespace changes
Inline
Side-by-side
Cases/Fortran2018/C_
Descriptors
/C_Allocate.c
→
Cases/Fortran2018/C_
Allocate
/C_Allocate.c
View file @
56e6e8ce
...
...
@@ -12,7 +12,7 @@ void C_Allocate ( CFI_cdesc_t *A_DV, CFI_cdesc_t *ShapeDV, int *Status )
CFI_index_t
*
lbounds
,
*
ubounds
;
printf
(
"=== Entering C_Allocate ===
\n
"
);
printf
(
"A_DV.rank: %d
\n
ShapeDV
.elem_l
en: %d
\n
"
,
printf
(
"A_DV.rank: %d
\n
ShapeDV
->dim[0].ext
en
t
: %d
\n
"
,
A_DV
->
rank
,
(
int
)
ShapeDV
->
dim
[
0
].
extent
);
// Error checking
if
(
A_DV
->
rank
!=
ShapeDV
->
dim
[
0
].
extent
)
...
...
Cases/Fortran2018/C_
Descriptors
/C_AllocateProgram.f90
→
Cases/Fortran2018/C_
Allocate
/C_AllocateProgram.f90
View file @
56e6e8ce
File moved
Cases/Fortran2018/C_
Descriptors
/build.sh
→
Cases/Fortran2018/C_
Allocate
/build.sh
View file @
56e6e8ce
File moved
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment