Skip to content

Commit 7718820

Browse files
committed
Merge branch 'dev' of https://github.com/topology-tool-kit/ttk into TAEppImprovements
2 parents c5c2001 + 7048f12 commit 7718820

File tree

4 files changed

+11
-12
lines changed

4 files changed

+11
-12
lines changed

.github/workflows/test-macos.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,7 @@ jobs:
139139
run: |
140140
cd ttk-data
141141
# remove buggy example
142+
rm python/harmonicSkeleton.py
142143
# related issue: https://github.com/topology-tool-kit/ttk/issues/1055
143144
rm python/nestedTrackingFromOverlap.py
144145
# tmp removal of mpi example

core/base/common/welcomeMsg.inl

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,35 +6,33 @@
66

77
printMsg(
88
debug::output::BOLD
9-
+ " _____ _____ _ __ __ __ ____ ___ ____ ____"
9+
+ " _____ _____ _ __ __ __ ____ ___ ____ __"
1010
+ debug::output::ENDCOLOR,
1111
debug::Priority::PERFORMANCE,
1212
debug::LineMode::NEW,
1313
stream);
1414
printMsg(debug::output::BOLD
15-
+ "|_ _|_ _| |/ / / /__\\ \\ |___ \\ / _ "
16-
"\\___ \\| ___|"
15+
+ "|_ _|_ _| |/ / / /__\\ \\ |___ \\ / _ \\___ \\ / /"
1716
+ debug::output::ENDCOLOR,
1817
debug::Priority::PERFORMANCE,
1918
debug::LineMode::NEW,
2019
stream);
2120
printMsg(
2221
debug::output::BOLD
23-
+ " | | | | | ' / | |/ __| | __) | | | |__) |___ \\"
22+
+ " | | | | | ' / | |/ __| | __) | | | |__) | '_ \\"
2423
+ debug::output::ENDCOLOR,
2524
debug::Priority::PERFORMANCE,
2625
debug::LineMode::NEW,
2726
stream);
2827
printMsg(
2928
debug::output::BOLD
30-
+ " | | | | | . \\ | | (__| | / __/| |_| / __/ ___) |"
29+
+ " | | | | | . \\ | | (__| | / __/| |_| / __/| (_) |"
3130
+ debug::output::ENDCOLOR,
3231
debug::Priority::PERFORMANCE,
3332
debug::LineMode::NEW,
3433
stream);
3534
printMsg(debug::output::BOLD
36-
+ " |_| |_| |_|\\_\\ | |\\___| | "
37-
"|_____|\\___/_____|____/"
35+
+ " |_| |_| |_|\\_\\ | |\\___| | |_____|\\___/_____|\\___/"
3836
+ debug::output::ENDCOLOR,
3937
debug::Priority::PERFORMANCE,
4038
debug::LineMode::NEW,

doc/img/splash.png

123 Bytes
Loading

doc/img/splash.svg

Lines changed: 5 additions & 5 deletions
Loading

0 commit comments

Comments
 (0)