summaryrefslogtreecommitdiff
path: root/src/simulation/Simulation.cpp
diff options
context:
space:
mode:
authorSimon Robertshaw <simon@hardwired.org.uk>2012-08-25 15:41:34 (GMT)
committer Simon Robertshaw <simon@hardwired.org.uk>2012-08-25 15:41:34 (GMT)
commit5c293ba9bfca884e309a5fa7f67497eddd7e6643 (patch)
treee7a6e56c846994cae631d41345e2cd1934ed3a53 /src/simulation/Simulation.cpp
parent59a78621d9e9b09782401b73e17c34cc1ea27c4c (diff)
downloadpowder-5c293ba9bfca884e309a5fa7f67497eddd7e6643.zip
powder-5c293ba9bfca884e309a5fa7f67497eddd7e6643.tar.gz
Fix messed up revert
Diffstat (limited to 'src/simulation/Simulation.cpp')
-rw-r--r--src/simulation/Simulation.cpp7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/simulation/Simulation.cpp b/src/simulation/Simulation.cpp
index 91c12b8..450f6d3 100644
--- a/src/simulation/Simulation.cpp
+++ b/src/simulation/Simulation.cpp
@@ -3922,13 +3922,10 @@ void Simulation::update_particles_i(int start, int inc)
y = (int)(parts[i].y+0.5f);
}
#endif
-<<<<<<< HEAD
+
+
if(legacy_enable)//if heat sim is off
Element::legacyUpdate(this, i,x,y,surround_space,nt, parts, pmap);
-=======
- //if (legacy_enable)//if heat sim is off
- //update_legacy_all(this, i,x,y,surround_space,nt, parts, pmap); //TODO:pop
->>>>>>> parent of d6fe7fa... Basic realistic heat and latent heat support.
killed:
if (parts[i].type == PT_NONE)//if its dead, skip to next particle