Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Ben Boeckel
Xdmf
Commits
861177e9
Commit
861177e9
authored
Apr 22, 2013
by
Andrew J. Burns (Cont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
minor changes to ensure OutputTestXdmfFortran works properly
parent
1c4b3e25
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
utils/Xdmf.f
utils/Xdmf.f
+1
-1
utils/tests/Fortran/OutputTestXdmfFortran.f90
utils/tests/Fortran/OutputTestXdmfFortran.f90
+1
-1
No files found.
utils/Xdmf.f
View file @
861177e9
...
...
@@ -9,7 +9,7 @@ integer xdmfstoremap
integer
xdmfaddcoordinate
integer
xdmfaddset
integer
xdmfsettopologypolyline
...
...
utils/tests/Fortran/OutputTestXdmfFortran.f90
View file @
861177e9
...
...
@@ -122,7 +122,7 @@ PROGRAM XdmfFortranExample
CALL
XDMFSETTIME
(
obj
,
myTime
)
!! Unstructured Only
tempID
=
XDMFSETTOPOLOGY
(
obj
,
XDMF_TOPOLOGY_TYPE_HEXAHEDRON
,
16
,
&
XDMF_ARRAY_TYPE_INT32
,
myConnections
,
0
)
XDMF_ARRAY_TYPE_INT32
,
myConnections
)
!! /Unstructured Only
!! Curvilinear and Rectilinear Only
tempID
=
XDMFSETDIMENSIONS
(
obj
,
3
,
XDMF_ARRAY_TYPE_INT32
,
myDimensions
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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