Skip to content

Commit 9ba901d

Browse files
authored
Merge pull request #41 from LBNL-ETA/IGUTolerancesCheck
Igu tolerances check
2 parents 3bc978d + 350af25 commit 9ba901d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CMakeLists-Windows-CalcEngine.txt.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ include(ExternalProject)
44

55
ExternalProject_Add(Windows-CalcEngine
66
GIT_REPOSITORY https://github.com/LBNL-ETA/Windows-CalcEngine.git
7-
GIT_TAG "Version_1.0.60"
7+
GIT_TAG "Version_1.0.61"
88

99
UPDATE_COMMAND ""
1010
PATCH_COMMAND ""

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cmake_minimum_required(VERSION 3.5)
22

3-
project( wincalc VERSION 2.5.12 LANGUAGES CXX )
3+
project( wincalc VERSION 2.5.14 LANGUAGES CXX )
44
set(LIB_NAME ${PROJECT_NAME})
55

66
if(NOT "${CMAKE_CXX_STANDARD}")

doc/WinCalc.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ graph TD
99
nlohmann[nlohmann<br/><font color='red'>v3.12.0</font>]
1010
BSDFXMLParser[BSDFXMLParser<br/><font color='red'>Version_0.0.5</font>]
1111
THMXParser[THMXParser<br/><font color='red'>v1.1.3</font>]
12-
WindowsCalcEngine[WindowsCalcEngine<br/><font color='red'>Version_1.0.60</font>]
12+
WindowsCalcEngine[WindowsCalcEngine<br/><font color='red'>2025IGUCheckToleranceFixes</font>]
1313
Windows-CalcStandards[Windows-CalcStandards<br/><font color='red'>v1.2.2</font>]
1414
LibraryFEMTHERM[LibraryFEMTHERM<br/><font color='red'>Version_0.13</font>]
15-
WinCalc[WinCalc<br/><font color='red'>v2.5.12</font>]
15+
WinCalc[WinCalc<br/><font color='red'>v2.5.14</font>]
1616
1717
%% Package relations
1818
WinCalc --> OpticalMeasurementParser

0 commit comments

Comments
 (0)