summaryrefslogtreecommitdiff
path: root/src/elements/gel.cpp
diff options
context:
space:
mode:
authorSimon Robertshaw <simon@hardwired.org.uk>2012-04-19 23:40:55 (GMT)
committer Simon Robertshaw <simon@hardwired.org.uk>2012-04-19 23:40:55 (GMT)
commit891ce89ed01238562e73381d404d3d3670601741 (patch)
tree1a1f55e4e68d095347759e9115f0354a37879cce /src/elements/gel.cpp
parent456fca22c692cd5199e17e9b6d4279a04ce7da25 (diff)
downloadpowder-891ce89ed01238562e73381d404d3d3670601741.zip
powder-891ce89ed01238562e73381d404d3d3670601741.tar.gz
Correct path name for Elements.h include in gel.cpp
Diffstat (limited to 'src/elements/gel.cpp')
-rw-r--r--src/elements/gel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/elements/gel.cpp b/src/elements/gel.cpp
index 2031af1..0853a5f 100644
--- a/src/elements/gel.cpp
+++ b/src/elements/gel.cpp
@@ -1,4 +1,4 @@
-#include "simulation\Element.h"
+#include "simulation/Element.h"
int update_GEL(UPDATE_FUNC_ARGS) {
int r, rx, ry;