Commit Graph
3 Commits
Author SHA1 Message Date
Zhengshou Lai a799424a53 Fix triangle.h conflict with OpenFOAM
- Rename triangle.h to cork_triangle.h to avoid conflict with OpenFOAM's triangle.H
- Add header guards (#ifndef CORK_TRIANGLE_H) to prevent multiple inclusion
- Add REAL type definition to prevent compilation errors
- Update all references from triangle.h to cork_triangle.h in:
  - src/isct/triangle.c
  - src/mesh/mesh.isct.tpp

This resolves the triangulateio struct redefinition error when building
with OpenFOAM integration.
2025-09-24 10:04:40 +08:00
Zhengshou Lai c2a3f81635 update cmake_minimum_required 2025-05-25 17:38:32 +08:00
Zhengshou Lai c8f0fc6210 fix duplicate operator 2025-05-12 01:46:58 +08:00