Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SWIFT
SWIFTsim
Commits
a52199ae
Commit
a52199ae
authored
Sep 16, 2015
by
Pedro Gonnet
Browse files
fix width of the 'F' in the logo ;)
Former-commit-id: e4e2686bc8f6ee6b4822ab9c6ab1d69c9239edd3
parent
c95bca4c
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/version.c
View file @
a52199ae
...
...
@@ -64,11 +64,11 @@ const char *package_description(void) {
void
greetings
(
void
)
{
printf
(
" Welcome to the cosmological code
\n
"
);
printf
(
" ______ _________________
_
\n
"
);
printf
(
" / ___/ | / / _/ ___
_
/_ __/
\n
"
);
printf
(
"
\\
__
\\
| | /| / // // /_
/ /
\n
"
);
printf
(
" ___/ /| |/ |/ // // __/
/ /
\n
"
);
printf
(
" /____/ |__/|__/___/_/
/_/
\n
"
);
printf
(
" ______ _________________
\n
"
);
printf
(
" / ___/ | / / _/ ___/_ __/
\n
"
);
printf
(
"
\\
__
\\
| | /| / // // /_ / /
\n
"
);
printf
(
" ___/ /| |/ |/ // // __/ / /
\n
"
);
printf
(
" /____/ |__/|__/___/_/ /_/
\n
"
);
printf
(
" SPH With Inter-dependent Fine-grained Tasking
\n\n
"
);
printf
(
" Version : %s
\n
"
,
package_version
());
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment