From 653a3b113511f149dd757329762ebb70465e5e56 Mon Sep 17 00:00:00 2001 From: ROUVREAU Vincent <vincent.rouvreau@inria.fr> Date: Wed, 11 Mar 2020 14:14:30 +0100 Subject: [PATCH] Explain where resolution comes from --- 2-ObjectProgramming/6b-TP.ipynb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/2-ObjectProgramming/6b-TP.ipynb b/2-ObjectProgramming/6b-TP.ipynb index 285587a..95cb504 100644 --- a/2-ObjectProgramming/6b-TP.ipynb +++ b/2-ObjectProgramming/6b-TP.ipynb @@ -27,7 +27,7 @@ "\n", "This class:\n", "\n", - "* Should get a constructor which sets the resolution.\n", + "* Should get a constructor which sets the resolution (known as `maximum_error_index` in the previous exercice).\n", "* Includes a protected method named `PrintLine()` that will replace the `print_line()` we introduced in previous exercice.\n", "\n", "The constructors of derived classes will of course have to be modified accordingly: so far we relied on default ones." @@ -311,14 +311,14 @@ "kernelspec": { "display_name": "C++17", "language": "C++17", - "name": "xeus-cling-cpp17" + "name": "xcpp17" }, "language_info": { "codemirror_mode": "text/x-c++src", "file_extension": ".cpp", "mimetype": "text/x-c++src", "name": "c++", - "version": "-std=c++17" + "version": "17" }, "latex_envs": { "LaTeX_envs_menu_present": true, -- GitLab