-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b28721b
commit ba8e296
Showing
384 changed files
with
470,405 additions
and
292,799 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,6 @@ | |
"maintainers": [ | ||
"ben.boeckel", | ||
"cory.quammen", | ||
"utkarsh.ayachit", | ||
"vbolea" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -44,8 +44,8 @@ endif () | |
get_property(generator_is_multi_config GLOBAL | ||
PROPERTY GENERATOR_IS_MULTI_CONFIG) | ||
if (NOT CMAKE_BUILD_TYPE AND NOT generator_is_multi_config) | ||
message(STATUS "Setting build type to 'Release' as none was specified.") | ||
set(CMAKE_BUILD_TYPE Release CACHE STRING "Choose the type of build." FORCE) | ||
message(STATUS "Setting build type to 'Debug' as none was specified.") | ||
set(CMAKE_BUILD_TYPE Debug CACHE STRING "Choose the type of build." FORCE) | ||
# Set the possible values of build type for cmake-gui | ||
set_property(CACHE CMAKE_BUILD_TYPE | ||
PROPERTY | ||
|
@@ -167,7 +167,7 @@ include(ParaViewDetermineVersion) | |
# Hardcoded version variables are readin from a separate file. This makes it | ||
# easier to have a script to update version numbers automatically. | ||
file(STRINGS version.txt version_txt) | ||
extract_version_components("${version_txt}" "PARAVIEW") | ||
extract_version_components("${CMAKE_CURRENT_SOURCE_DIR}" "${version_txt}" "PARAVIEW") | ||
determine_version("${CMAKE_CURRENT_SOURCE_DIR}" "${GIT_EXECUTABLE}" "PARAVIEW") | ||
|
||
# Setting this ensures that "make install" will leave rpaths to external | ||
|
@@ -950,47 +950,3 @@ install( | |
if (PARAVIEW_ENABLE_EXAMPLES) | ||
add_subdirectory(Examples) | ||
endif () | ||
|
||
#----------------------------------------------------------------------------- | ||
# Install TTK example data | ||
install(FILES ${ParaView_SOURCE_DIR}/TTK/Data/Example1.vti | ||
DESTINATION share/paraview-5.11/examples/ | ||
COMPONENT development) | ||
|
||
install(FILES ${ParaView_SOURCE_DIR}/TTK/Data/Example2.vti | ||
DESTINATION share/paraview-5.11/examples/ | ||
COMPONENT development) | ||
|
||
install(FILES ${ParaView_SOURCE_DIR}/TTK/Data/Example3.vti | ||
DESTINATION share/paraview-5.11/examples/ | ||
COMPONENT development) | ||
|
||
#----------------------------------------------------------------------------- | ||
# Generate a .deb package | ||
set(CPACK_PACKAGE_NAME "TTK-ParaView") | ||
set(CPACK_PACKAGE_FILE_NAME "ttk-paraview") | ||
set(CPACK_PACKAGE_DESCRIPTION_SUMMARY "ParaView built with TTK patches") | ||
set(CPACK_PACKAGE_CONTACT "Julien Tierny <[email protected]>") | ||
set(CPACK_PACKAGE_VENDOR "CNRS, Sorbonne University and contributors") | ||
set(CPACK_PACKAGE_HOMEPAGE_URL "https://topology-tool-kit.github.io/") | ||
|
||
option(TTK_PARAVIEW_HEADLESS_DEPS "Use headless TTK-ParaView dependencies for .deb packages" OFF) | ||
set(CPACK_DEBIAN_PACKAGE_DEPENDS "python3-dev") | ||
if(TTK_PARAVIEW_HEADLESS_DEPS) | ||
set(CPACK_DEBIAN_PACKAGE_DEPENDS "libopenmpi-dev, libosmesa-dev, ${CPACK_DEBIAN_PACKAGE_DEPENDS}") | ||
else() | ||
set(CPACK_DEBIAN_PACKAGE_DEPENDS | ||
"qtbase5-dev, qtchooser, qt5-qmake, qtbase5-dev-tools, qttools5-dev, libqt5x11extras5-dev, qtxmlpatterns5-dev-tools, libqt5svg5-dev, libxt-dev, ${CPACK_DEBIAN_PACKAGE_DEPENDS}" | ||
) | ||
endif() | ||
|
||
set(CPACK_PACKAGE_VERSION_MAJOR ${PARAVIEW_VERSION_MAJOR}) | ||
set(CPACK_PACKAGE_VERSION_MINOR ${PARAVIEW_VERSION_MINOR}) | ||
set(CPACK_PACKAGE_VERSION_PATCH ${PARAVIEW_VERSION_PATCH}) | ||
# autogenerate dependency information | ||
set(CPACK_DEBIAN_PACKAGE_SHLIBDEPS ON) | ||
# package will be installed under %ProgramFiles%\${CPACK_PACKAGE_INSTALL_DIRECTORY} on Windows | ||
set(CPACK_PACKAGE_INSTALL_DIRECTORY "TTK-ParaView") | ||
# let the installer uninstall previous installations on Windows | ||
set(CPACK_NSIS_ENABLE_UNINSTALL_BEFORE_INSTALL ON) | ||
include(CPack) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
2 changes: 1 addition & 1 deletion
2
Clients/ParaView/Testing/Data/Baseline/ChartLoadNoVariablesB.png.sha512
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
8a9b017e355e9136669becf1a655a5eba832d552a24104af3cb5498125df3954907cde526b11c35df0d53d626ef845872bacee0566f8c60fca54464264670206 | ||
989c78a7c35db44bc746ee7a8c2010364cc9e57de1d43f78b67382ce9211de689fe2839abf19039ae73578b6bf74d41209178871c988fcc24af41c785ae3aaf8 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
a4d0ac3d2508b3e9dc9de081a70a2ba36b4ea4f043bd92a59dab02b2bad7c8b41f4052852bf8fd716568c28499c90c51779a0b5b106b2b62fd6f3016a0d4f941 | ||
b71e71c30f6d76363f36011a064edd9450a2b5c392f0757c4abc941daaa57e0795df11257ecbf1064bf4f89396005dd0ab1fe1b44c8f35cf30f6d45a1f2c6dbe |
This file was deleted.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
Clients/ParaView/Testing/Data/Baseline/PaletteBlackBackground.png.sha512
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
bf81ffe4882f1071947f167f12a020f4fb76faad0ac85ea5c26b00a5b364a4a03419236f8f31564ce378f48577e4138d86c45f287fe53ac56f568ca02b2e16c0 | ||
4e10cc0ea748b17bfc38c428a92d46ab09445ab938a82c9869f742ad558a67c0e19407d13ff70e282cd2735cdc3a54f7f87a4ee2d9e9350502455e5ad16bf23e |
2 changes: 1 addition & 1 deletion
2
Clients/ParaView/Testing/Data/Baseline/PaletteWhiteBackground.png.sha512
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
4c6a00f60d77d1fdc413dd16ea12951c32bfff570c04bc9c9be6b8ae4187b5e76f3d4a8ef7f16d23e1ac834ec6d4b9aaeb14f1a1adbb6c0d0163e12093cea1ea | ||
bf81ffe4882f1071947f167f12a020f4fb76faad0ac85ea5c26b00a5b364a4a03419236f8f31564ce378f48577e4138d86c45f287fe53ac56f568ca02b2e16c0 |
1 change: 1 addition & 0 deletions
1
Clients/ParaView/Testing/Data/Baseline/ParallelCoordinatesView_1.png.sha512
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
2e3cc47c8827716a6ec21179c674548a30e14c81cdf3a78bd5c98f20bb70bafbcd2732e6b766145d503621aead9a20da905505edf9d2339eea39f7b7ad1e7783 |
2 changes: 1 addition & 1 deletion
2
Clients/ParaView/Testing/Data/Baseline/StreamTracerSurface.png.sha512
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
e270f88a764d53d97a3331d591c8992ed49ffad3ee2fa43f698b1000cf1ff6a28ff6661e8335aac861e33612175aed74e8105284ea86d847b2d7001c2cc721e8 | ||
3fcf42458f25f3d24f69ef22ef1fa1d13530643dfbd411fd3cc092fab0b41eed85d2461e2c85de7574e9189a6dc944f56024d753d4dd47e62fafbcb7bc6a2add |
1 change: 1 addition & 0 deletions
1
Clients/ParaView/Testing/Data/Baseline/StreamTracerSurface_1.png.sha512
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
ac3d4ceb24726547c3e0b8c7301db57019349001f8c09600e0f511cb9c10a236fef05876f3c36109d16e487f3b3d90609607b6dcb191fdf0fa1aca1090834d64 |
2 changes: 1 addition & 1 deletion
2
Clients/ParaView/Testing/Data/Baseline/UnstructuredVolumeVectorComponent_Z.png.sha512
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
489318df940d807cef8e027547dc1147d2f3738a7aea09962ac6b9a01e023376f8bfd78570da27fbc6e47d52b3ced0ab0a0b40e23e41e14f4453ce9811bbe7a2 | ||
ff1cbd17527d5c20e351d829123d710a6a3d74c962c2b9796d5c4e2689553f54176d1ffa059c16be39c93c1165da35caf3048cb32d4adf5c28cf75e0d8f98bc8 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
<?xml version="1.0" ?> | ||
<pqevents> | ||
<pqevent object="pqClientMainWindow/menubar/menuTools" command="activate" arguments="actionTesting_Window_Size" /> | ||
|
||
<pqevent object="pqClientMainWindow/menubar/menu_Edit" command="activate" arguments="actionEditSettings" /> | ||
<pqevent object="pqClientMainWindow/ApplicationSettings/tabBar" command="set_tab_with_text" arguments="Color Palette" /> | ||
<pqevent object="pqClientMainWindow/ApplicationSettings/stackedWidget/ScrollAreaColorPalette/qt_scrollarea_viewport/Container/ProxyWidget/LoadPalette/ComboBox" command="activated" arguments="Blue Gray Background (Default)" /> | ||
<pqevent object="pqClientMainWindow/ApplicationSettings/buttonBox/1QPushButton0" command="activate" arguments="" /> | ||
<pqcompareview object="pqClientMainWindow/centralwidget/MultiViewWidget/CoreWidget/qt_tabwidget_stackedwidget/MultiViewWidget1/Container/Frame.0/CentralWidgetFrame/Viewport" baseline="$PARAVIEW_DATA_ROOT/Clients/ParaView/Testing/Data/Baseline/PaletteBlueGrayBackground.png" width="300" height="300"/> | ||
|
||
<pqevent object="pqClientMainWindow/menubar/menu_Edit" command="activate" arguments="actionEditSettings" /> | ||
<pqevent object="pqClientMainWindow/ApplicationSettings/tabBar" command="set_tab_with_text" arguments="Color Palette" /> | ||
<pqevent object="pqClientMainWindow/ApplicationSettings/stackedWidget/ScrollAreaColorPalette/qt_scrollarea_viewport/Container/ProxyWidget/LoadPalette/ComboBox" command="activated" arguments="Black Background" /> | ||
<pqevent object="pqClientMainWindow/ApplicationSettings/buttonBox/1QPushButton0" command="activate" arguments="" /> | ||
<pqcompareview object="pqClientMainWindow/centralwidget/MultiViewWidget/CoreWidget/qt_tabwidget_stackedwidget/MultiViewWidget1/Container/Frame.0/CentralWidgetFrame/Viewport" baseline="$PARAVIEW_DATA_ROOT/Clients/ParaView/Testing/Data/Baseline/PaletteBlackBackground.png" width="300" height="300"/> | ||
|
||
<pqevent object="pqClientMainWindow/menubar/menu_Edit" command="activate" arguments="actionEditSettings" /> | ||
<pqevent object="pqClientMainWindow/ApplicationSettings/tabBar" command="set_tab_with_text" arguments="Color Palette" /> | ||
<pqevent object="pqClientMainWindow/ApplicationSettings/stackedWidget/ScrollAreaColorPalette/qt_scrollarea_viewport/Container/ProxyWidget/LoadPalette/ComboBox" command="activated" arguments="Gradient Background" /> | ||
<pqevent object="pqClientMainWindow/ApplicationSettings/buttonBox/1QPushButton0" command="activate" arguments="" /> | ||
<pqcompareview object="pqClientMainWindow/centralwidget/MultiViewWidget/CoreWidget/qt_tabwidget_stackedwidget/MultiViewWidget1/Container/Frame.0/CentralWidgetFrame/Viewport" baseline="$PARAVIEW_DATA_ROOT/Clients/ParaView/Testing/Data/Baseline/PaletteGradientBackground.png" width="300" height="300"/> | ||
|
||
<pqevent object="pqClientMainWindow/menubar/menu_Edit" command="activate" arguments="actionEditSettings" /> | ||
<pqevent object="pqClientMainWindow/ApplicationSettings/tabBar" command="set_tab_with_text" arguments="Color Palette" /> | ||
<pqevent object="pqClientMainWindow/ApplicationSettings/stackedWidget/ScrollAreaColorPalette/qt_scrollarea_viewport/Container/ProxyWidget/LoadPalette/ComboBox" command="activated" arguments="Light Gray Background" /> | ||
<pqevent object="pqClientMainWindow/ApplicationSettings/buttonBox/1QPushButton0" command="activate" arguments="" /> | ||
<pqcompareview object="pqClientMainWindow/centralwidget/MultiViewWidget/CoreWidget/qt_tabwidget_stackedwidget/MultiViewWidget1/Container/Frame.0/CentralWidgetFrame/Viewport" baseline="$PARAVIEW_DATA_ROOT/Clients/ParaView/Testing/Data/Baseline/PaletteLightGrayBackground.png" width="300" height="300"/> | ||
|
||
<pqevent object="pqClientMainWindow/menubar/menu_Edit" command="activate" arguments="actionEditSettings" /> | ||
<pqevent object="pqClientMainWindow/ApplicationSettings/tabBar" command="set_tab_with_text" arguments="Color Palette" /> | ||
<pqevent object="pqClientMainWindow/ApplicationSettings/stackedWidget/ScrollAreaColorPalette/qt_scrollarea_viewport/Container/ProxyWidget/LoadPalette/ComboBox" command="activated" arguments="Neutral Gray Background" /> | ||
<pqevent object="pqClientMainWindow/ApplicationSettings/buttonBox/1QPushButton0" command="activate" arguments="" /> | ||
<pqcompareview object="pqClientMainWindow/centralwidget/MultiViewWidget/CoreWidget/qt_tabwidget_stackedwidget/MultiViewWidget1/Container/Frame.0/CentralWidgetFrame/Viewport" baseline="$PARAVIEW_DATA_ROOT/Clients/ParaView/Testing/Data/Baseline/PaletteNeutralGrayBackground.png" width="300" height="300"/> | ||
|
||
<pqevent object="pqClientMainWindow/menubar/menu_Edit" command="activate" arguments="actionEditSettings" /> | ||
<pqevent object="pqClientMainWindow/ApplicationSettings/tabBar" command="set_tab_with_text" arguments="Color Palette" /> | ||
<pqevent object="pqClientMainWindow/ApplicationSettings/stackedWidget/ScrollAreaColorPalette/qt_scrollarea_viewport/Container/ProxyWidget/LoadPalette/ComboBox" command="activated" arguments="Warm Gray Background" /> | ||
<pqevent object="pqClientMainWindow/ApplicationSettings/buttonBox/1QPushButton0" command="activate" arguments="" /> | ||
<pqcompareview object="pqClientMainWindow/centralwidget/MultiViewWidget/CoreWidget/qt_tabwidget_stackedwidget/MultiViewWidget1/Container/Frame.0/CentralWidgetFrame/Viewport" baseline="$PARAVIEW_DATA_ROOT/Clients/ParaView/Testing/Data/Baseline/PaletteWarmGrayBackground.png" width="300" height="300"/> | ||
|
||
<pqevent object="pqClientMainWindow/menubar/menu_Edit" command="activate" arguments="actionEditSettings" /> | ||
<pqevent object="pqClientMainWindow/ApplicationSettings/tabBar" command="set_tab_with_text" arguments="Color Palette" /> | ||
<pqevent object="pqClientMainWindow/ApplicationSettings/stackedWidget/ScrollAreaColorPalette/qt_scrollarea_viewport/Container/ProxyWidget/LoadPalette/ComboBox" command="activated" arguments="White Background" /> | ||
<pqevent object="pqClientMainWindow/ApplicationSettings/buttonBox/1QPushButton0" command="activate" arguments="" /> | ||
<pqcompareview object="pqClientMainWindow/centralwidget/MultiViewWidget/CoreWidget/qt_tabwidget_stackedwidget/MultiViewWidget1/Container/Frame.0/CentralWidgetFrame/Viewport" baseline="$PARAVIEW_DATA_ROOT/Clients/ParaView/Testing/Data/Baseline/PaletteWhiteBackground.png" width="300" height="300"/> | ||
|
||
</pqevents> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion
2
...t/Testing/Data/Baseline/WaveletHistogramExtracts_BatchExtracts_renderview_0000.png.sha512
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
6167258dbeebcd46eebd5f3f32c34978d1340a69c578a53f1bc39052b6ef3f46826ab675ee3f7c745582920fc978eb30349edf05e357e17b9f458f7ed68aca56 | ||
e189b53f8acb370383e5288e4e36a77aae30def8a8a23fb1594c07406b6d01d472c8ea84cc1349b9196b4da32a694d528df562acdaa676d5f6d6f33bfc315e8f |
2 changes: 1 addition & 1 deletion
2
...t/Testing/Data/Baseline/WaveletHistogramExtracts_BatchExtracts_renderview_0008.png.sha512
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
f561b3a627ead95dbff98dd342b98d18848682380951cc8c5885454d5182a7571c09b530062f04e40f4b990bda8c3087af38dfcdb57dba6be3220da0c8700385 | ||
926c32a555bcdca44270f7489912ba3db83d1ef3783388d0e03bf7186acc8e3a2ae7e0cc381f05c8fba9bc9ff57f5e245c7739b06fed5e99ac05cc0a4d93dcf0 |
2 changes: 1 addition & 1 deletion
2
...ng/Data/Baseline/WaveletHistogramExtracts_CoprocessingExtracts_renderview_0000.png.sha512
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
6167258dbeebcd46eebd5f3f32c34978d1340a69c578a53f1bc39052b6ef3f46826ab675ee3f7c745582920fc978eb30349edf05e357e17b9f458f7ed68aca56 | ||
e189b53f8acb370383e5288e4e36a77aae30def8a8a23fb1594c07406b6d01d472c8ea84cc1349b9196b4da32a694d528df562acdaa676d5f6d6f33bfc315e8f |
2 changes: 1 addition & 1 deletion
2
...ng/Data/Baseline/WaveletHistogramExtracts_CoprocessingExtracts_renderview_0018.png.sha512
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
c326dae88b24e597e8f8426de38a39acb6cd98bcdee95b5c7d3d85a5706e08b279b4a0b20cc787407697d298e7351995664379959774395d6abfad2aa6da63d6 | ||
2fc55bb22f2b502abff9838418118c921af7c487559b275975df82be48611bcc819dcff69eaa0636fad614a95c6f436d3833cb72783c7f2a5de1f7df9a09f4d4 |
2 changes: 1 addition & 1 deletion
2
...sting/Data/Baseline/WaveletHistogramExtracts_ImmediateExtracts_renderview_0000.png.sha512
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
d62fc7e9de3913ab3f1ef492097b22535157d5c9f9ef3abd368d0db1c050d55567954099a6ccd3291fea22c4c88e899834efdc89c0b9b41d98dce38cfb02fb5c | ||
e189b53f8acb370383e5288e4e36a77aae30def8a8a23fb1594c07406b6d01d472c8ea84cc1349b9196b4da32a694d528df562acdaa676d5f6d6f33bfc315e8f |
Oops, something went wrong.