summaryrefslogtreecommitdiff
path: root/Tests/Tutorial/Step6/MathFunctions/mysqrt.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/Tutorial/Step6/MathFunctions/mysqrt.cxx')
-rw-r--r--Tests/Tutorial/Step6/MathFunctions/mysqrt.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/Tests/Tutorial/Step6/MathFunctions/mysqrt.cxx b/Tests/Tutorial/Step6/MathFunctions/mysqrt.cxx
index 33659b740..1f9b88719 100644
--- a/Tests/Tutorial/Step6/MathFunctions/mysqrt.cxx
+++ b/Tests/Tutorial/Step6/MathFunctions/mysqrt.cxx
@@ -14,11 +14,11 @@ double mysqrt(double x)
{
return 0;
}
-
+
double result;
// if we have both log and exp then use them
- double delta;
+ double delta;
// use the table to help find an initial value
result = x;