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
partons
core
partons
Commits
24964faa
Commit
24964faa
authored
Nov 08, 2019
by
Pawel Sznajder
Browse files
avoid some warning in BDPGW19 due to t!=tmin when no trans pol
parent
dcc25bf9
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/partons/modules/process/TCS/TCSProcessBDPGW19.cpp
View file @
24964faa
...
...
@@ -35,7 +35,8 @@ void TCSProcessBDPGW19::isModuleWellConfigured() {
TCSProcessBDP01
::
isModuleWellConfigured
();
if
(
m_t
!=
m_tmin
)
{
if
((
m_targetPolarization
.
getX
()
!=
0.
||
m_targetPolarization
.
getY
()
!=
0
)
&&
m_t
!=
m_tmin
)
{
ElemUtils
::
Formatter
formatter
;
formatter
<<
"Input value of t = "
<<
m_t
<<
" different than t_min = "
<<
m_tmin
;
...
...
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