[Cmake-commits] [cmake-commits] martink committed MakeTable.cxx 1.1 1.2

cmake-commits at cmake.org cmake-commits at cmake.org
Tue Jun 23 12:58:22 EDT 2009


Update of /cvsroot/CMake/CMake/Tests/Tutorial/Step7/MathFunctions
In directory public:/mounts/ram/cvs-serv11979/Step7/MathFunctions

Modified Files:
	MakeTable.cxx 
Log Message:
ENH: fix spelling mistake


Index: MakeTable.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Tests/Tutorial/Step7/MathFunctions/MakeTable.cxx,v
retrieving revision 1.1
retrieving revision 1.2
diff -C 2 -d -r1.1 -r1.2
*** MakeTable.cxx	8 Nov 2007 15:38:26 -0000	1.1
--- MakeTable.cxx	23 Jun 2009 16:58:19 -0000	1.2
***************
*** 21,25 ****
      }
    
!   // crate a source file with a table of square roots
    fprintf(fout,"double sqrtTable[] = {\n");
    for (i = 0; i < 10; ++i)
--- 21,25 ----
      }
    
!   // create a source file with a table of square roots
    fprintf(fout,"double sqrtTable[] = {\n");
    for (i = 0; i < 10; ++i)



More information about the Cmake-commits mailing list