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
a17bf09c
Commit
a17bf09c
authored
Jul 20, 2021
by
vbertone
Browse files
Removing APFEL++ banner
parent
502b7e6e
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/partons/modules/evolution/collinear_distribution/CollinearDistributionEvolutionApfel.cpp
View file @
a17bf09c
...
...
@@ -23,7 +23,6 @@ CollinearDistributionEvolutionApfel::CollinearDistributionEvolutionApfel(
60
,
50
,
50
}),
m_subgridLowerBounds
(
{
0.0001
,
0.1
,
0.6
,
0.8
}),
m_subgridInterDegrees
(
{
3
,
3
,
3
,
3
}),
m_setApfelTables
(
true
)
{
apfel
::
Banner
();
apfel
::
SetVerbosityLevel
(
0
);
}
...
...
src/partons/modules/evolution/gpd/GPDEvolutionApfel.cpp
View file @
a17bf09c
...
...
@@ -119,7 +119,6 @@ void GPDEvolutionApfel::configure(const ElemUtils::Parameters ¶meters) {
void
GPDEvolutionApfel
::
prepareSubModules
(
const
std
::
map
<
std
::
string
,
BaseObjectData
>&
subModulesData
)
{
GPDEvolutionModule
::
prepareSubModules
(
subModulesData
);
apfel
::
Banner
();
apfel
::
SetVerbosityLevel
(
0
);
// Setup APFEL++ x-space
...
...
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