Commit Graph

107 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 fcc03fd223 changed .C to .cpp in examples 2006-07-09 19:49:42 +00:00
Mariette Yvinec 8f4a3090c1 added some text in usermanual for Regular_triangulation_filtered_traits_2
and fixed regular example to use it
2006-06-12 08:53:58 +00:00
Mariette Yvinec 683cf4c67f fixes on Andrea request 2006-05-02 08:23:48 +00:00
Laurent Saboret 312353dd51 Global fix of svn:executable property in trunk 2006-04-14 15:07:17 +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
Laurent Saboret 3ad3429283 Move packages to trunk root 2006-02-14 08:58:20 +00:00