File tree Expand file tree Collapse file tree 2 files changed +1
-9
lines changed Expand file tree Collapse file tree 2 files changed +1
-9
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ if(CCACHE_PROGRAM)
16
16
set (CMAKE_C_COMPILER_LAUNCHER ${CCACHE_PROGRAM} CACHE FILEPATH "C compiler cache used" )
17
17
endif ()
18
18
19
- project (OpenStudioApplication VERSION 1.7.1 )
19
+ project (OpenStudioApplication VERSION 1.7.2 )
20
20
21
21
# Check system info globally so we can use it everywhere after: Has to be done before FindOpenStudioSDK.cmake
22
22
if (APPLE )
Original file line number Diff line number Diff line change @@ -1488,14 +1488,6 @@ boost::optional<BCLMeasure> OSDocument::standardReportMeasure() {
1488
1488
result = BCLMeasure::load (m_resourcesPath / toPath (" openstudio_results" ));
1489
1489
}
1490
1490
1491
- if (m_haveLocalBCL && RemoteBCL::isOnline ()) {
1492
- RemoteBCL remoteBCL;
1493
- boost::optional<BCLMeasure> onlineResult = remoteBCL.getMeasure (uid);
1494
- if (onlineResult) {
1495
- result = onlineResult;
1496
- }
1497
- }
1498
-
1499
1491
return result;
1500
1492
}
1501
1493
You can’t perform that action at this time.
0 commit comments