Correct path name for Elements.h include in gel.cpp

This commit is contained in:
Simon Robertshaw 2012-04-20 00:40:55 +01:00
parent 456fca22c6
commit 891ce89ed0

View File

@ -1,4 +1,4 @@
#include "simulation\Element.h"
#include "simulation/Element.h"
int update_GEL(UPDATE_FUNC_ARGS) {
int r, rx, ry;