Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
KennethVanhoey
CGoGN
Commits
8ce878a4
Commit
8ce878a4
authored
Mar 04, 2014
by
Sylvain Thery
Browse files
update problem FindSuiteSparse
parent
b217b3af
Changes
3
Hide whitespace changes
Inline
Side-by-side
ThirdParty/OpenNL/CMakeModules/FindSuiteSparse.cmake
View file @
8ce878a4
...
...
@@ -56,7 +56,7 @@ else( WIN32 )
PATH_SUFFIXES cholmod/ CHOLMOD/
)
FIND_PATH
(
SUITESPARSE_LIBRARY_DIR
NAMES libcholmod.so
NAMES libcholmod.so
libcholmod.a
PATHS /usr/lib
/usr/lib64
/usr/lib/x86_64-linux-gnu
...
...
cmake_modules/FindSuiteSparse.cmake
View file @
8ce878a4
...
...
@@ -56,7 +56,7 @@ else( WIN32 )
PATH_SUFFIXES cholmod/ CHOLMOD/
)
FIND_PATH
(
SUITESPARSE_LIBRARY_DIR
NAMES libcholmod.so
NAMES libcholmod.so
libcholmod.a
PATHS /usr/lib
/usr/lib64
/usr/lib/x86_64-linux-gnu
...
...
include/Container/attributeMultiVector.hpp
View file @
8ce878a4
...
...
@@ -285,7 +285,7 @@ unsigned int AttributeMultiVector<T>::getBlocksPointers(std::vector<void*>& addr
template
<
typename
T
>
inline
void
AttributeMultiVector
<
T
>::
initElt
(
unsigned
int
id
)
{
m_tableData
[
id
/
_BLOCKSIZE_
][
id
%
_BLOCKSIZE_
]
=
T
(
0
);
m_tableData
[
id
/
_BLOCKSIZE_
][
id
%
_BLOCKSIZE_
]
=
T
();
//
T(0);
}
template
<
typename
T
>
...
...
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