Skip to content

Commit 7434399

Browse files
committed
fix a warning
1 parent e2bf656 commit 7434399

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

core/VectorArray.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,9 @@ public class VectorArray3d : VectorArray3<double>
6060
{
6161
const double invalid_value = -99999999.0;
6262

63+
#if DEBUG
6364
bool __debug = false;
65+
#endif
6466
public VectorArray3d(int nCount, bool debug = false) : base(nCount)
6567
{
6668
#if DEBUG

0 commit comments

Comments
 (0)