From 641375229c02af5381096adf7370c464a21602af Mon Sep 17 00:00:00 2001 From: Satoshi Ikari Date: Mon, 13 May 2024 13:39:51 +0900 Subject: [PATCH 1/2] Fix wgs_setting initialize --- data/sample/initialize_files/sample_satellite.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/sample/initialize_files/sample_satellite.ini b/data/sample/initialize_files/sample_satellite.ini index 69dcd5210..62991f053 100644 --- a/data/sample/initialize_files/sample_satellite.ini +++ b/data/sample/initialize_files/sample_satellite.ini @@ -92,7 +92,7 @@ epoch_jday = 2.458940966402607e6 tle1=1 25544U 98067A 20076.51604214 .00016717 00000-0 10270-3 0 9005 tle2=2 25544 51.6412 86.9962 0006063 30.9353 329.2153 15.49228202 17647 // World Geodetic System -wgs = 2 // 0: wgs72old, 1: wgs72, 2: wgs84 +wgs_setting = 2 // 0: wgs72old, 1: wgs72, 2: wgs84 ////////////////////////////////////////////////////////////////////////// // Settings for relative orbit propagation //////////////////////////// From 9af7406b0d6cecdd4a8806812f042def88325044 Mon Sep 17 00:00:00 2001 From: Satoshi Ikari Date: Mon, 13 May 2024 14:29:52 +0900 Subject: [PATCH 2/2] Update patch version to v7.2.7 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 1e55a03b2..d1c61b9a3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ cmake_minimum_required(VERSION 3.13) project(S2E LANGUAGES CXX DESCRIPTION "S2E: Spacecraft Simulation Environment" - VERSION 7.2.6 + VERSION 7.2.7 ) # build config