Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Xdmf
Xdmf
Commits
c4b5ec53
Commit
c4b5ec53
authored
Aug 10, 2011
by
Brian Panneton
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated XdmfTopologyConverter.cpp to work on Windows
parent
dc67273e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
core/CMakeLists.txt
core/CMakeLists.txt
+1
-0
utils/XdmfTopologyConverter.cpp
utils/XdmfTopologyConverter.cpp
+1
-1
No files found.
core/CMakeLists.txt
View file @
c4b5ec53
...
...
@@ -22,6 +22,7 @@ mark_as_advanced(CLEAR Boost_INCLUDE_DIR)
find_package
(
Boost REQUIRED
)
if
(
Boost_FOUND
)
include_directories
(
${
Boost_INCLUDE_DIRS
}
)
set
(
XDMF_LIBRARY_DIRS
${
XDMF_LIBRARY_DIRS
}
${
Boost_LIBRARIES
}
)
mark_as_advanced
(
FORCE Boost_INCLUDE_DIR
)
endif
(
Boost_FOUND
)
...
...
utils/XdmfTopologyConverter.cpp
View file @
c4b5ec53
...
...
@@ -67,7 +67,7 @@ namespace {
struct
PointComparison
{
static
const
double
epsilon
=
1e-6
;
static
double
epsilon
()
{
return
1e-6
;
};
bool
operator
()(
const
std
::
vector
<
double
>
&
point1
,
...
...
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