Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
ScalFMM
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
5
Issues
5
List
Boards
Labels
Service Desk
Milestones
Operations
Operations
Incidents
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
solverstack
ScalFMM
Commits
3fdab1fe
Commit
3fdab1fe
authored
Jan 31, 2013
by
Arnaud
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix multiple definition
parent
49c39a75
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
CMakeLists.txt
CMakeLists.txt
+1
-1
Src/Utils/FGlobalPeriodic.hpp
Src/Utils/FGlobalPeriodic.hpp
+1
-1
No files found.
CMakeLists.txt
View file @
3fdab1fe
...
...
@@ -90,7 +90,7 @@ endif()
# Compile option
ADD_DEFINITIONS
(
-Wall -Wshadow -Wpointer-arith -Wcast-qual -Wconversion
)
CONFIGURE_FILE
(
${
CMAKE_SOURCE_DIR
}
/Src/ScalFmmConfig.h.cmake
CONFIGURE_FILE
(
${
CMAKE_
CURRENT_
SOURCE_DIR
}
/Src/ScalFmmConfig.h.cmake
${
CMAKE_BINARY_DIR
}
/Src/ScalFmmConfig.h
)
# Use Mem stats
...
...
Src/Utils/FGlobalPeriodic.hpp
View file @
3fdab1fe
...
...
@@ -37,7 +37,7 @@ enum PeriodicCondition {
AllDirs
=
(
DirX
|
DirY
|
DirZ
)
};
bool
TestPeriodicCondition
(
const
int
conditions
,
const
PeriodicCondition
testConditions
)
{
inline
bool
TestPeriodicCondition
(
const
int
conditions
,
const
PeriodicCondition
testConditions
)
{
return
(
conditions
&
testConditions
)
==
testConditions
;
}
...
...
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