Skip to content

Commit

Permalink
merge release 3.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
bjdebus committed Mar 2, 2023
2 parents 76a042c + 40a44f1 commit bbb274c
Show file tree
Hide file tree
Showing 859 changed files with 14,440 additions and 6,096 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
*.swp
*.out
*.pyc
*.ipynb_checkpoints/

## Doxygen specific
*latex/
12 changes: 2 additions & 10 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,15 +1,7 @@
cmake_minimum_required (VERSION 3.0)
cmake_minimum_required (VERSION 3.1)
set (CMAKE_CXX_STANDARD 14)
project (UQTk)

if(CMAKE_VERSION VERSION_GREATER 3.14)
cmake_policy(SET CMP0086 OLD)
endif()

if(CMAKE_VERSION VERSION_GREATER 3.13)
cmake_policy(SET CMP0078 OLD)
endif()


# set( CMAKE_VERBOSE_MAKEFILE on ) # see all output


Expand Down
1 change: 1 addition & 0 deletions PyUQTk/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ add_subdirectory (plotting)
add_subdirectory (sens)
add_subdirectory (multirun)
add_subdirectory (utils)

if ("${PyUQTk}" STREQUAL "ON")
add_subdirectory (PyPCE)
endif()
Expand Down
6 changes: 3 additions & 3 deletions PyUQTk/PyPCE/__init__.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
#=====================================================================================
#
# The UQ Toolkit (UQTk) version 3.1.2
# Copyright (2022) NTESS
# The UQ Toolkit (UQTk) version 3.1.3
# Copyright (2023) NTESS
# https://www.sandia.gov/UQToolkit/
# https://github.com/sandialabs/UQTk
#
# Copyright 2022 National Technology & Engineering Solutions of Sandia, LLC (NTESS).
# Copyright 2023 National Technology & Engineering Solutions of Sandia, LLC (NTESS).
# Under the terms of Contract DE-NA0003525 with NTESS, the U.S. Government
# retains certain rights in this software.
#
Expand Down
6 changes: 3 additions & 3 deletions PyUQTk/PyPCE/adaptation_tools.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
#=====================================================================================
#
# The UQ Toolkit (UQTk) version 3.1.2
# Copyright (2022) NTESS
# The UQ Toolkit (UQTk) version 3.1.3
# Copyright (2023) NTESS
# https://www.sandia.gov/UQToolkit/
# https://github.com/sandialabs/UQTk
#
# Copyright 2022 National Technology & Engineering Solutions of Sandia, LLC (NTESS).
# Copyright 2023 National Technology & Engineering Solutions of Sandia, LLC (NTESS).
# Under the terms of Contract DE-NA0003525 with NTESS, the U.S. Government
# retains certain rights in this software.
#
Expand Down
Loading

0 comments on commit bbb274c

Please sign in to comment.