Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
dumux
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
dumux-repositories
dumux
Commits
1dd31b80
Commit
1dd31b80
authored
8 years ago
by
Christoph Grüninger
Browse files
Options
Downloads
Patches
Plain Diff
Drop start message thanking for the user meeting 2015
parent
29678766
No related branches found
No related tags found
1 merge request
!228
[start.hh] Automatically use current Version number
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
dumux/common/start.hh
+1
-11
1 addition, 11 deletions
dumux/common/start.hh
with
1 addition
and
11 deletions
dumux/common/start.hh
+
1
−
11
View file @
1dd31b80
...
...
@@ -148,7 +148,7 @@ void dumuxMessage_(bool start)
{
std
::
srand
(
std
::
time
(
0
));
// roll the dice to decide which start message will be displayed:
dice_
=
std
::
rand
()
%
1
3
;
// has to be n+1
dice_
=
std
::
rand
()
%
1
2
;
// has to be n+1
}
...
...
@@ -265,16 +265,6 @@ void dumuxMessage_(bool start)
std
::
cout
<<
"Chuck Norris has compiled DuMuX even two times in a row!"
<<
std
::
endl
;
}
break
;
case
12
:
std
::
cout
<<
" Thank you all for joining and contributing to the first"
<<
std
::
endl
;
std
::
cout
<<
""
<<
std
::
endl
;
std
::
cout
<<
" ____ __ ___ __ __"
<<
std
::
endl
;
std
::
cout
<<
" / __
\\
__ __/ |/ /_ _
\\
\\
/"
<<
std
::
endl
;
std
::
cout
<<
" / / / / / / / /|_/ / / / /_
\\
_
\\
"
<<
std
::
endl
;
std
::
cout
<<
" /_____/
\\
__,_/_/ /_/
\\
__,_/ User Meeting 2015 in Stuttgart"
<<
std
::
endl
;
std
::
cout
<<
""
<<
std
::
endl
;
std
::
cout
<<
"For more information visit dumux.org or contact the mailing list."
<<
std
::
endl
;
break
;
// Note: If you add a case, you have to increase the modulus at the beginning of this function!
default
:
// silence to delight Bernd
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment