yade-dev team mailing list archive
-
yade-dev team
-
Mailing list archive
-
Message #05858
[Branch ~yade-dev/yade/trunk] Rev 2472: 1. Warning blocked in DomainLimiter.cpp:63
------------------------------------------------------------
revno: 2472
committer: Anton Gladky <gladky.anton@xxxxxxxxx>
branch nick: yade
timestamp: Tue 2010-10-12 10:33:10 +0200
message:
1. Warning blocked in DomainLimiter.cpp:63
modified:
pkg/dem/Engine/GlobalEngine/DomainLimiter.cpp
--
lp:yade
https://code.launchpad.net/~yade-dev/yade/trunk
Your team Yade developers is subscribed to branch lp:yade.
To unsubscribe from this branch go to https://code.launchpad.net/~yade-dev/yade/trunk/+edit-subscription
=== modified file 'pkg/dem/Engine/GlobalEngine/DomainLimiter.cpp'
--- pkg/dem/Engine/GlobalEngine/DomainLimiter.cpp 2010-09-30 18:00:41 +0000
+++ pkg/dem/Engine/GlobalEngine/DomainLimiter.cpp 2010-10-12 08:33:10 +0000
@@ -60,7 +60,7 @@
GenericSpheresContact* gsc=dynamic_cast<GenericSpheresContact*>(I->geom.get());
ScGeom* scGeom=dynamic_cast<ScGeom*>(I->geom.get());
Dem3DofGeom* d3dGeom=dynamic_cast<Dem3DofGeom*>(I->geom.get());
- NormShearPhys* phys=dynamic_cast<NormShearPhys*>(I->phys.get());
+ //NormShearPhys* phys=dynamic_cast<NormShearPhys*>(I->phys.get()); //Disabled because of warning
if(!gsc) throw std::invalid_argument("LawTester: IGeom of "+strIds+" not a GenericSpheresContact.");
if(!scGeom && !d3dGeom) throw std::invalid_argument("LawTester: IGeom of "+strIds+" is neither ScGeom, nor Dem3DofGeom.");
assert(!((bool)scGeom && (bool)d3dGeom)); // nonsense