Skip to content

Commit

Permalink
Merge pull request #643 from mkstoyanov/last_fixes
Browse files Browse the repository at this point in the history
Last fixes
  • Loading branch information
mkstoyanov authored Oct 20, 2021
2 parents abd6186 + c4593d4 commit a5819b6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.10)

cmake_policy(VERSION 3.10)
project(Tasmanian VERSION 7.7.0 LANGUAGES CXX)
set(Tasmanian_version_comment " (release candidate)") # e.g., " (release candidate)", " (development)", ""
set(Tasmanian_version_comment "") # e.g., " (release candidate)", " (development)", ""
set(Tasmanian_license "BSD 3-Clause with UT-Battelle disclaimer") # used in some headers and python modules (only human readable)

########################################################################
Expand Down
4 changes: 2 additions & 2 deletions Config/AltBuildSystems/tasgridLogs.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
#include <iostream>
#include <fstream>

#define TasmanianGPTableBuild ./SparseGrids/GaussPattersonRule.table
#define TasmanianGPTableInstall ./SparseGrids/GaussPattersonRule.table
#define TasmanianGPTableBuild "./GaussPattersonRule.table"
#define TasmanianGPTableInstall "./SparseGrids/GaussPattersonRule.table"

inline void show_log(){
std::cout << "Logs are not availeble with GNU Make" << std::endl;
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ The Toolkit for Adaptive Stochastic Modeling and Non-Intrusive ApproximatioN is
Visit us at: [https://tasmanian.ornl.gov/](https://tasmanian.ornl.gov/) and
[https://github.com/ORNL/Tasmanian](https://github.com/ORNL/Tasmanian)

[Documentation: v7.5 (latest stable)](https://ornl.github.io/TASMANIAN/stable/)
[Documentation: Latest Stable](https://ornl.github.io/TASMANIAN/stable/)

[Documentation: development (rolling)](https://ornl.github.io/TASMANIAN/)

Expand Down

0 comments on commit a5819b6

Please sign in to comment.