Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
CoMISo
CoMISo
Commits
f5f393c7
Commit
f5f393c7
authored
Dec 17, 2015
by
Jan Möbius
Browse files
Renamed to template cc files
parent
4913512c
Pipeline
#468
failed with stage
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Solver/Eigen_Tools.hh
View file @
f5f393c7
...
...
@@ -118,7 +118,7 @@ void gmm_to_eigen( const GMM_MatrixT& _G, EIGEN_MatrixT& _E);
//=============================================================================
#if defined(INCLUDE_TEMPLATES) && !defined(COMISO_Eigen_TOOLS_C)
#define COMISO_Eigen_TOOLS_TEMPLATES
#include
"Eigen_Tools.cc"
#include
"Eigen_Tools
T
.cc"
#endif
//=============================================================================
...
...
Solver/Eigen_Tools.cc
→
Solver/Eigen_Tools
T
.cc
View file @
f5f393c7
File moved
Solver/GMM_Tools.hh
View file @
f5f393c7
...
...
@@ -270,7 +270,7 @@ void gmm_to_cholmod( const MatrixT& _A,
//=============================================================================
#if defined(INCLUDE_TEMPLATES) && !defined(COMISO_GMM_TOOLS_C)
#define COMISO_GMM_TOOLS_TEMPLATES
#include
"GMM_Tools.cc"
#include
"GMM_Tools
T
.cc"
#endif
//=============================================================================
#endif // GMM_GMM_TOOLS_HH defined
...
...
Solver/GMM_Tools.cc
→
Solver/GMM_Tools
T
.cc
View file @
f5f393c7
File moved
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