Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
KiT-RT
KiT-RT
Commits
a42f9fc2
Commit
a42f9fc2
authored
Mar 23, 2021
by
jannick.wolters
Browse files
fixed dimensions
Former-commit-id:
263a242f
parent
139c6db3
Changes
1
Hide whitespace changes
Inline
Side-by-side
code/src/solvers/csdpnsolver.cpp
View file @
a42f9fc2
...
...
@@ -29,8 +29,6 @@ Vector Energy2Time( const Vector& E, const double E_CutOff ) {
}
CSDPNSolver
::
CSDPNSolver
(
Config
*
settings
)
:
PNSolver
(
settings
)
{
blaze
::
transpose
(
sigma_ref
);
_dose
=
std
::
vector
<
double
>
(
_settings
->
GetNCells
(),
0.0
);
// only dummies for compilation
...
...
@@ -61,7 +59,7 @@ CSDPNSolver::CSDPNSolver( Config* settings ) : PNSolver( settings ) {
// blaze::column( sigma_t, i ) = interp( _energies );
}
Interpolation
interpS
(
E_
ref
,
S_tab
);
Interpolation
interpS
(
E_
tab
,
S_tab
);
_s
=
interpS
(
_energies
);
}
...
...
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