Commit 6e774c03a4960811d2dcae58e61d74a1612579fd

Authored by David Mayerich
1 parent 23650055

pointed gl_network.h to the correct network.h file, but this results in a namespace bug with NetMets

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
stim/visualization/gl_network.h
1 1 #ifndef JACK_GL_NETWORK
2 2 #define JACK_GL_NETWORK
3 3  
4   -#include"network.h"
  4 +#include<stim/biomodels/network.h>
5 5 #include<GL/glut.h>
6 6 #include<stim/visualization/aaboundingbox.h>
7 7  
... ...