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
0599c4a0
Commit
0599c4a0
authored
Mar 23, 2021
by
Steffen Schotthöfer
Browse files
rms bug
Former-commit-id:
43b37700
parent
e5b61c10
Changes
1
Hide whitespace changes
Inline
Side-by-side
code/src/solvers/csdpnsolver.cpp
View file @
0599c4a0
...
...
@@ -107,7 +107,6 @@ void CSDPNSolver::IterPostprocessing( unsigned idx_iter ) {
_dose
[
j
]
+=
_dE
*
_fluxNew
[
j
]
*
_s
[
_nEnergies
-
n
-
1
]
/
_density
[
j
];
}
_solverOutput
[
j
]
=
_fluxNew
[
j
];
// Carefull here
_flux
[
j
]
=
_fluxNew
[
j
];
// Carefull here
}
}
...
...
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