summaryrefslogtreecommitdiffstats
path: root/Tests/Tutorial/Step5/MathFunctions/MathFunctions.h
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2005-11-10 15:51:25 (GMT)
committerKen Martin <ken.martin@kitware.com>2005-11-10 15:51:25 (GMT)
commit6f5a53618a73b1d0437c7915a8aa0ed2b04d6eda (patch)
treea2873a3f61c47e99700eb879403faa1581e89cec /Tests/Tutorial/Step5/MathFunctions/MathFunctions.h
parent699a97a504f0a56858c91399954fb368a37048b7 (diff)
downloadCMake-6f5a53618a73b1d0437c7915a8aa0ed2b04d6eda.zip
CMake-6f5a53618a73b1d0437c7915a8aa0ed2b04d6eda.tar.gz
CMake-6f5a53618a73b1d0437c7915a8aa0ed2b04d6eda.tar.bz2
ENH: step 5
Diffstat (limited to 'Tests/Tutorial/Step5/MathFunctions/MathFunctions.h')
-rw-r--r--Tests/Tutorial/Step5/MathFunctions/MathFunctions.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Tests/Tutorial/Step5/MathFunctions/MathFunctions.h b/Tests/Tutorial/Step5/MathFunctions/MathFunctions.h
new file mode 100644
index 0000000..cd36bcc
--- /dev/null
+++ b/Tests/Tutorial/Step5/MathFunctions/MathFunctions.h
@@ -0,0 +1 @@
+double mysqrt(double x);