mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
- remove MSWindows components (code and makefiles) - use cxx, hxx extensions to reduce possible confusion with other "list" and "vector" classes - use C++ versions for C headers
21 lines
582 B
Plaintext
21 lines
582 B
Plaintext
Polygon Reduction Demo
|
|
By Stan Melax (c) 1998
|
|
mailto:melax@cs.ualberta.ca
|
|
http://www.cs.ualberta.ca/~melax
|
|
|
|
The PC executable bunnylod.exe should run
|
|
on a standard PC.
|
|
Just run it and enjoy.
|
|
Mouse dragging spins the rabbit.
|
|
|
|
-------------------------------------------------------------------
|
|
Changes
|
|
|
|
2020-04-16 OpenCFD Ltd
|
|
- remove MSWindows components (code and makefiles)
|
|
- use cxx, hxx extensions to reduce possible confusion with other
|
|
"list" and "vector" classes
|
|
- use C++ versions for C headers
|
|
|
|
-------------------------------------------------------------------
|