Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
ScalFMM
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
5
Issues
5
List
Boards
Labels
Milestones
Packages
Packages
Container Registry
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
solverstack
ScalFMM
Commits
f3a02033
Commit
f3a02033
authored
Apr 08, 2016
by
COULAUD Olivier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Set the numeric constants located in FBlas in the namespace scalfmm.
parent
0dde3826
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
91 additions
and
91 deletions
+91
-91
Src/Utils/FBlas.hpp
Src/Utils/FBlas.hpp
+90
-89
UTests/CMakeLists.txt
UTests/CMakeLists.txt
+1
-2
No files found.
Src/Utils/FBlas.hpp
View file @
f3a02033
This diff is collapsed.
Click to expand it.
UTests/CMakeLists.txt
View file @
f3a02033
...
...
@@ -5,7 +5,7 @@ if(insource)
endif
(
insource
)
project
(
UTESTS_SCALFMM CXX
)
FIND_PROGRAM
(
TESTS_GCOV_PATH gcov
)
FIND_PROGRAM
(
TESTS_LCOV_PATH lcov
)
FIND_PROGRAM
(
TESTS_GENHTML_PATH genhtml
)
...
...
@@ -45,7 +45,6 @@ ENDIF()
set
(
EXECUTABLE_OUTPUT_PATH
${
CMAKE_BUILD_TYPE
}
)
ADD_DEFINITIONS
(
${
SCALFMM_CXX_FLAGS
}
${
TESTS_GCOV_CXX_FLAGS
}
)
# Find all code files
...
...
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