Commit Graph

58 Commits

Author SHA1 Message Date
Sylvain Pion 23edc11d3b Fix all first lines of examples "// file : example_file.C" to .cpp suffix.
Using :

for i in * ; do  cd $i ; for f in examples/*/*.cpp ; do ( head -1 $f | grep file | grep -v '\.cpp' ) && echo $f && perl -pi.bak -e 's/\.C$/.cpp/' $f ; done ; cd .. ; done
2007-03-10 14:34:05 +00:00
Andreas Fabri 03a4b2d3fb changed .C to .cpp in examples 2006-07-09 19:46:21 +00:00
Joachim Reichel f582718758 rename create_makefile to cgal_create_makefile to avoid name clashes,
adjust all occurences of create_makefile and create\_makefile in the entire
repository (well, trunk only)
2006-03-15 22:10:02 +00:00
Andreas Fabri bba16b6593 The examples now return 0, if they are called without arguments 2006-03-13 22:37:23 +00:00
Le-Jeng Shiue 00b9eec7bc use std::cin for input off file in the examples 2006-03-07 05:35:35 +00:00
Le-Jeng Shiue 15f4cb3101 clean the example codes 2006-02-21 04:57:29 +00:00
Le-Jeng Shiue bacb0f89b3 - revise section 7 and 8
- spell check
- clean up the example codes
2006-02-21 04:53:32 +00:00
Le-Jeng Shiue e358a077d8 Change the package name to Subdivision_method_3 2006-02-18 00:46:03 +00:00