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
78898f0b
Commit
78898f0b
authored
Feb 08, 2021
by
Jan Möbius
Browse files
The T.cc naming is depracated. Move the corresponding files to T_impl.hh
parent
c3635b07
Pipeline
#16815
passed with stages
in 8 minutes and 23 seconds
Changes
10
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
EigenSolver/EigenArpackMatrixT.hh
View file @
78898f0b
...
...
@@ -117,7 +117,7 @@ private:
//=============================================================================
#if defined(INCLUDE_TEMPLATES) && !defined(COMISO_EIGENARPACKMATRIXT_C)
#define COMISO_EIGENARPACKMATRIXT_TEMPLATES
#include
"EigenArpackMatrixT
.cc
"
#include
"EigenArpackMatrixT
_impl.hh
"
#endif
//=============================================================================
#endif // COMISO_SUITESPARSE_AVAILABLE
...
...
EigenSolver/EigenArpackMatrixT
.cc
→
EigenSolver/EigenArpackMatrixT
_impl.hh
View file @
78898f0b
File moved
NSolver/LinearConstraintHandlerElimination.hh
View file @
78898f0b
...
...
@@ -122,7 +122,7 @@ private:
//=============================================================================
#if defined(INCLUDE_TEMPLATES) && !defined(COMISO_LINEARCONSTRAINTHANDLERELIMINATION_C)
#define COMISO_LINEARCONSTRAINTHANDLERELIMINATION_TEMPLATES
#include
"LinearConstraintHandlerEliminationT
.cc
"
#include
"LinearConstraintHandlerEliminationT
_impl.hh
"
#endif
//=============================================================================
#endif // COMISO_LINEARCONSTRAINTHANDLERELIMINATION_HH defined
...
...
NSolver/LinearConstraintHandlerEliminationT
.cc
→
NSolver/LinearConstraintHandlerEliminationT
_impl.hh
View file @
78898f0b
File moved
NSolver/LinearConstraintHandlerPenalty.hh
View file @
78898f0b
...
...
@@ -104,7 +104,7 @@ private:
//=============================================================================
#if defined(INCLUDE_TEMPLATES) && !defined(COMISO_LINEARCONSTRAINTHANDLERPENALTY_C)
#define COMISO_LINEARCONSTRAINTHANDLERPENALTY_TEMPLATES
#include
"LinearConstraintHandlerPenaltyT
.cc
"
#include
"LinearConstraintHandlerPenaltyT
_impl.hh
"
#endif
//=============================================================================
#endif // COMISO_LINEARCONSTRAINTHANDLERPENALTY_HH defined
...
...
NSolver/LinearConstraintHandlerPenaltyT
.cc
→
NSolver/LinearConstraintHandlerPenaltyT
_impl.hh
View file @
78898f0b
File moved
NSolver/NPLinearConstraints.hh
View file @
78898f0b
...
...
@@ -124,7 +124,7 @@ private:
//=============================================================================
#if defined(INCLUDE_TEMPLATES) && !defined(COMISO_NSOLVERGMMINTERFACE_C)
#define COMISO_NSOLVERGMMINTERFACE_TEMPLATES
#include
"NPLinearConstraintsT
.cc
"
#include
"NPLinearConstraintsT
_impl.hh
"
#endif
//=============================================================================
#endif // COMISO_NSOLVERGMMINTERFACE_HH defined
...
...
NSolver/NPLinearConstraintsT
.cc
→
NSolver/NPLinearConstraintsT
_impl.hh
View file @
78898f0b
File moved
NSolver/SuperSparseMatrixT.hh
View file @
78898f0b
...
...
@@ -190,7 +190,7 @@ private:
//=============================================================================
#if defined(INCLUDE_TEMPLATES) && !defined(COMISO_SUPERSPARSEMATRIXT_C)
#define COMISO_SUPERSPARSEMATRIXT_TEMPLATES
#include
"SuperSparseMatrixT
.cc
"
#include
"SuperSparseMatrixT
_impl.hh
"
#endif
//=============================================================================
#endif // COMISO_SUPERSPARSEMATRIXT_HH defined
...
...
NSolver/SuperSparseMatrixT
.cc
→
NSolver/SuperSparseMatrixT
_impl.hh
View file @
78898f0b
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