Reverting change to solver_relax.h from commit 40539, caused this nasty bug http://projects.blender.org/tracker/?func=detail&atid=498&aid=28748&group_id=9

I'd say better be careful with code so complex as the fluid sim!
This commit is contained in:
Daniel Salazar
2011-09-26 09:36:51 +00:00
parent 0aa19de52f
commit 7ff634b8ef

View File

@@ -390,7 +390,7 @@
#define DEFAULT_STREAM \
m[dC] = RAC(ccel,dC); \
\
if(!(nbored & CFBnd)) { \
if((!nbored & CFBnd)) { \
\
m[dN ] = CSRC_N ; m[dS ] = CSRC_S ; \
m[dE ] = CSRC_E ; m[dW ] = CSRC_W ; \