Skip to content

Commit

Permalink
turn off special visualization flag that wad for internal use, whoops
Browse files Browse the repository at this point in the history
  • Loading branch information
bhaller committed Apr 13, 2024
1 parent e714a7e commit a5c09cd
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion QtSLiM/QtSLiMGraphView_PopulationVisualization.cpp
Expand Up @@ -33,7 +33,11 @@
#include "subpopulation.h"

// This define changes the visualization a little for use making Perry's icon; should be 0 otherwise
#define PERRY_ICON 1
#define PERRY_ICON 0

#if PERRY_ICON
#warning PERRY_ICON should be 0!
#endif

QtSLiMGraphView_PopulationVisualization::QtSLiMGraphView_PopulationVisualization(QWidget *p_parent, QtSLiMWindow *controller) : QtSLiMGraphView(p_parent, controller)
{
Expand Down

0 comments on commit a5c09cd

Please sign in to comment.