|
From: <ras...@us...> - 2004-01-14 00:00:57
|
Update of /cvsroot/chasm-interop/chasm/example/particle
In directory sc8-pr-cvs1:/tmp/cvs-serv30403
Modified Files:
driver.cc
Log Message:
Fixed Before/After particle move information.
Index: driver.cc
===================================================================
RCS file: /cvsroot/chasm-interop/chasm/example/particle/driver.cc,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** driver.cc 10 Sep 2003 20:38:05 -0000 1.3
--- driver.cc 14 Jan 2004 00:00:54 -0000 1.4
***************
*** 22,26 ****
PARTICLEMOD::PARTICLECREATE(particle, pos, vel);
- PARTICLEMOD::PARTICLEMOVE(particle, tstep);
PARTICLEMOD::PARTICLEPRINT(particle);
--- 22,25 ----
|