Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Ben Boeckel
Xdmf
Commits
52e96f2b
Commit
52e96f2b
authored
May 02, 2008
by
Jerry Clarke
Browse files
Add BaseOffset to Build()
parent
f66d844e
Changes
1
Hide whitespace changes
Inline
Side-by-side
libsrc/XdmfTopology.cxx
View file @
52e96f2b
...
...
@@ -77,6 +77,12 @@ XdmfTopology::Build(){
if
(
this
->
OrderIsDefault
==
0
){
this
->
Set
(
"Order"
,
this
->
GetOrderAsString
());
}
if
(
this
->
BaseOffset
!=
0
){
char
Offset
[
80
];
ostrstream
OffsetStream
(
Offset
,
80
);
OffsetStream
<<
this
->
BaseOffset
<<
ends
;
this
->
Set
(
"BaseOffset"
,
Offset
);
}
if
(
this
->
Connectivity
){
XdmfDataItem
*
di
=
NULL
;
XdmfXmlNode
node
;
...
...
Write
Preview
Supports
Markdown
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