Skip to content

Commit

Permalink
- issue 3202: ensure compilation without customplot
Browse files Browse the repository at this point in the history
  • Loading branch information
fbergmann committed Nov 30, 2023
1 parent ab1b86f commit 5769156
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions copasi/plotUI/CQMarchingSquares.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@

#include "CQMarchingSquares.h"

#if defined(COPASI_USE_QCUSTOMPLOT)


void CQMarchingSquares::levelPaths::openPoligon(double x, double y)
{
_current.push_back(QPointF(x, y));
Expand Down Expand Up @@ -741,3 +744,4 @@ void CQMarchingSquares::interpolateCrossing(IsoCell * isoData, int r, int c, dou
}
}

#endif // COPASI_USE_QCUSTOMPLOT

0 comments on commit 5769156

Please sign in to comment.