Skip to content
This repository was archived by the owner on Aug 11, 2023. It is now read-only.

Commit 9e4816a

Browse files
author
drasch
committed
beaming works again????
1 parent 6c2a9eb commit 9e4816a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tesselation/tesselation.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
/*!
2525
\brief application id
2626
*/
27-
#define appCreator 'TeAp'
27+
#define appCreator 'DCRP'
2828
/*!
2929
\brief creator id
3030
*/

tesselation/tpoint.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ double TPointDistanceFromXY(TPoint_type p1, double x, double y);
123123
\param p1 middle point of square
124124
\param hx x coordinate
125125
\param hy y coordinate
126-
\param ps width and height of square / 2 + 1
126+
\param ps width and height of square divide 2 + 1
127127
\return if the point
128128
*/
129129
Boolean TPointHitXY(TPoint_type p1, double hx, double hy, double ps);

0 commit comments

Comments
 (0)