Introduction
Introduction Statistics Contact Development Disclaimer Help
tcorrected error in forcechains() - sphere - GPU-based 3D discrete element meth…
git clone git://src.adamsgaard.dk/sphere
Log
Files
Refs
LICENSE
---
commit 44459e56cb40fe60c971b81b3562ef2baf57dcf4
parent 671efef45dc0ee716e33649b4882ca55297c5890
Author: Anders Damsgaard <[email protected]>
Date: Mon, 14 Jan 2013 13:01:24 +0100
corrected error in forcechains()
Diffstat:
M src/sphere.cpp | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/src/sphere.cpp b/src/sphere.cpp
t@@ -526,11 +526,11 @@ void DEM::forcechains()
<< endl;*/
cout << "path3 g=("
- << k.x[i].x << ',' <<
- << k.x[i].y << ',' <<
- << k.x[i].z << ")..(" <<
- << k.x[j].x << ',' <<
- << k.x[j].y << ',' <<
+ << k.x[i].x << ','
+ << k.x[i].y << ','
+ << k.x[i].z << ")..("
+ << k.x[j].x << ','
+ << k.x[j].y << ','
<< k.x[j].z << "); \n draw(g);" << endl;
}
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.