| 27 | //----------------------------------------------------------------------------- |
| 28 | |
| 29 | static void PossiblyPrint(const char* s) // debugging print |
| 30 | { |
| 31 | if (trace_g) |
| 32 | lprintf("%s ", s); |
| 33 | } |
| 34 | |
| 35 | void ApplyShapeModelHacks( // adjust shape by applying various hacks |
| 36 | Shape& shape, // io: position of features possibly adjusted |
no test coverage detected