diff options
Diffstat (limited to 'Tests/Tutorial/Step3/MathFunctions/mysqrt.cxx')
-rw-r--r-- | Tests/Tutorial/Step3/MathFunctions/mysqrt.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Tests/Tutorial/Step3/MathFunctions/mysqrt.cxx b/Tests/Tutorial/Step3/MathFunctions/mysqrt.cxx index 76b8e2d..62523f6 100644 --- a/Tests/Tutorial/Step3/MathFunctions/mysqrt.cxx +++ b/Tests/Tutorial/Step3/MathFunctions/mysqrt.cxx @@ -8,9 +8,9 @@ double mysqrt(double x) { return 0; } - + double result; - double delta; + double delta; result = x; // do ten iterations |