Sylvain Pion
ffe1e4ec1c
More redundant filename removal.
...
The only survivors should be under Arrangement_2/examples
(some Doxygen syntax is used, so I don't touch them).
2007-03-10 15:22:41 +00:00
Sylvain Pion
6fb5cb906b
Remove trailing white spaces and end of lines.
...
(using : perl -pi.bak -e 's/\s+$/\n/' */examples/*/*.cpp )
2007-03-10 14:59:41 +00:00
Sylvain Pion
b8b87ab5a5
Actually, the "// file: example_bla.cpp" lines are not needed anymore,
...
since the manual tools know it. So let's just remove them (many were
not uptodate with the filemane anyway).
2007-03-10 14:48:00 +00:00
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
e6a66a564b
derivation instead of typedefs
2007-02-07 22:14:57 +00:00
Andreas Fabri
98c5ceded4
derivation instead of typedefs
2007-02-07 22:11:10 +00:00
Andreas Fabri
44e6a483f1
changed .C to .cpp in examples
2006-07-09 19:32:06 +00:00
Andreas Fabri
6a6dad9f4a
juggling with typedefs to get rid of VC++ ICE
2006-03-21 12:27:07 +00:00
Peter Hachenberger
799804240c
input file for example
2006-03-12 20:45:39 +00:00
Peter Hachenberger
6d6e97b88e
example for global function OFF_to_nef3
2006-03-12 20:39:34 +00:00
Peter Hachenberger
cf04e57d38
examples for the construction of a set of polygons
...
and a set of polylines.
2006-03-05 17:34:34 +00:00
Laurent Saboret
a1fe37aed9
Move packages to trunk root
2006-02-14 08:58:17 +00:00