diff options
author | Brice Decaestecker <brice.decaestecker@gmx.fr> | 2024-11-27 06:11:26 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2024-11-27 14:28:34 (GMT) |
commit | dccf2bdb75647f013741cd7cb303d98b04748ecc (patch) | |
tree | f07739a9efb004a4c5185c0db3a21a1244f89534 /Help | |
parent | 2fad42832d41092dd21e63185d23fde3e44103a5 (diff) | |
download | CMake-dccf2bdb75647f013741cd7cb303d98b04748ecc.zip CMake-dccf2bdb75647f013741cd7cb303d98b04748ecc.tar.gz CMake-dccf2bdb75647f013741cd7cb303d98b04748ecc.tar.bz2 |
Tutorial: Restore TODO 4 comment in step 7
Restore a comment added by commit f9ef15f3dc (Tutorial: Update step 7
style, 2022-10-07, v3.26.0-rc1~482^2) that was accidentally removed by
commit 8ddf32196c (Tutorial: Refactor MathFunctions code, 2023-02-10,
v3.27.0-rc1~441^2).
Diffstat (limited to 'Help')
-rw-r--r-- | Help/guide/tutorial/Step7/MathFunctions/mysqrt.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Help/guide/tutorial/Step7/MathFunctions/mysqrt.cxx b/Help/guide/tutorial/Step7/MathFunctions/mysqrt.cxx index 9963cff..465b43a 100644 --- a/Help/guide/tutorial/Step7/MathFunctions/mysqrt.cxx +++ b/Help/guide/tutorial/Step7/MathFunctions/mysqrt.cxx @@ -1,5 +1,6 @@ #include "mysqrt.h" +// TODO 4: include cmath #include <iostream> namespace mathfunctions { |