Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Xdmf
Xdmf
Commits
861177e9
Commit
861177e9
authored
Apr 22, 2013
by
Andrew J. Burns (Cont
Browse files
minor changes to ensure OutputTestXdmfFortran works properly
parent
1c4b3e25
Changes
2
Hide whitespace changes
Inline
Side-by-side
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
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