Skip to content

Commit

Permalink
Merge branch '51-ref-to-point3d-in-arrays-lab' into 'main'
Browse files Browse the repository at this point in the history
Rename Point3d to Point_3d

Closes #51

See merge request feng/training/labs_solar_system!26
  • Loading branch information
leogermond committed Nov 15, 2023
2 parents 6a90e91 + af63303 commit 6e1c174
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/050_array_types/answers/array_types_main.adb
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ begin

-- QUESTION 2 - part 2
-- create a loop to draw every objects
-- use the Draw_Sphere procedure with the Point3D
-- use the Draw_Sphere procedure with the Point_3d
-- argument (using Z = 0.0) to draw
for B in Bodies_Enum_T loop
Draw_Sphere (Canvas => Canvas,
Expand Down
2 changes: 1 addition & 1 deletion src/050_array_types/src/array_types_main.adb
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ begin

-- QUESTION 2 - part 2
-- create a loop to draw every objects
-- use the Draw_Sphere procedure with the Point3D
-- use the Draw_Sphere procedure with the Point_3d
-- argument (using Z = 0.0) to draw

-- update the screen using procedure Swap_Buffers
Expand Down
2 changes: 1 addition & 1 deletion src/050_array_types/template/array_types_main.adb
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ begin

-- QUESTION 2 - part 2
-- create a loop to draw every objects
-- use the Draw_Sphere procedure with the Point3D
-- use the Draw_Sphere procedure with the Point_3d
-- argument (using Z = 0.0) to draw
--$ begin answer
for B in Bodies_Enum_T loop
Expand Down

0 comments on commit 6e1c174

Please sign in to comment.