File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
include/Library/Astrodynamics/Trajectory Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -174,7 +174,7 @@ class Orbit : public Trajectory
174
174
// /
175
175
// / @param [in] anEpoch An orbit epoch
176
176
// / @param [in] anAltitude An orbit altitude (wrt. equatorial radius)
177
- // / @param [in] aLocalTimeAtDescendingNode A local time at ascending node
177
+ // / @param [in] aLocalTimeAtDescendingNode A local time at descending node
178
178
// / @param [in] aCelestialObjectSPtr A shared pointer to a central celestial body
179
179
// / @return Sun-synchronous orbit
180
180
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ version=$(git describe --tags 2>/dev/null || head -n 4096 /dev/urandom | shasum
23
23
registry_name = " openspacecollective"
24
24
25
25
image_name = " ${ registry_name } /${ project_name } "
26
- image_version = " 0.1.13 "
26
+ image_version = " 0.1.14 "
27
27
28
28
container_name = " ${ registry_name } -${ project_name } "
29
29
@@ -52,4 +52,4 @@ library_physics_directory="${project_directory}/../library-physics"
52
52
53
53
python_port = " 8889"
54
54
55
- # ###############################################################################################################################################################
55
+ # ###############################################################################################################################################################
Original file line number Diff line number Diff line change @@ -41,12 +41,12 @@ RUN pushd /tmp > /dev/null \
41
41
&& rm -rf /tmp/nlopt \
42
42
&& popd > /dev/null
43
43
44
- # # Library ▸ Physics [0.2.6 ]
44
+ # # Library ▸ Physics [0.2.8 ]
45
45
46
46
RUN mkdir -p /tmp/library-physics \
47
47
&& pushd /tmp/library-physics > /dev/null \
48
- && wget --quiet https://github.com/open-space-collective/library-physics/releases/download/0.2.6 /library-physics-0.2.6 -1.x86_64-runtime.rpm \
49
- && wget --quiet https://github.com/open-space-collective/library-physics/releases/download/0.2.6 /library-physics-0.2.6 -1.x86_64-devel.rpm \
48
+ && wget --quiet https://github.com/open-space-collective/library-physics/releases/download/0.2.8 /library-physics-0.2.8 -1.x86_64-runtime.rpm \
49
+ && wget --quiet https://github.com/open-space-collective/library-physics/releases/download/0.2.8 /library-physics-0.2.8 -1.x86_64-devel.rpm \
50
50
&& dnf install -y ./*.rpm \
51
51
&& rm -rf /tmp/library-physics \
52
52
&& popd > /dev/null
You can’t perform that action at this time.
0 commit comments