← Back to team overview

yade-dev team mailing list archive

Re: [Branch ~yade-dev/yade/trunk] Rev 1842: A (little) bit of cleaning.

 

Hi, Bruno!

/home/gladk/dem/yade/currentMono/yade/pkg/dem/Engine/StandAloneEngine/CohesiveFrictionalContactLaw.cpp:
In member function 'virtual void
CohesiveFrictionalContactLaw::action(World*)':
/home/gladk/dem/yade/currentMono/yade/pkg/dem/Engine/StandAloneEngine/CohesiveFrictionalContactLaw.cpp:99:
warning: unused variable 'de1'
/home/gladk/dem/yade/currentMono/yade/pkg/dem/Engine/StandAloneEngine/CohesiveFrictionalContactLaw.cpp:100:
warning: unused variable 'de2'

______________________________


Anton Gladkyy


2009/12/2 <noreply@xxxxxxxxxxxxx>

> ------------------------------------------------------------
> revno: 1842
> committer: Bruno Chareyre <bchareyre@r1arduina>
> branch nick: trunk
> timestamp: Wed 2009-12-02 13:41:25 +0100
> message:
>  A (little) bit of cleaning.
> modified:
>  pkg/dem/DataClass/PhysicalParameters/CohesiveFrictionalBodyParameters.cpp
>  pkg/dem/DataClass/PhysicalParameters/CohesiveFrictionalBodyParameters.hpp
>  pkg/dem/Engine/DeusExMachina/HydraulicForceEngine.cpp
>  pkg/dem/Engine/Functor/CohesiveFrictionalRelationships.cpp
>  pkg/dem/Engine/StandAloneEngine/CohesiveFrictionalContactLaw.cpp
>  pkg/dem/PreProcessor/CohesiveTriaxialTest.cpp
>  pkg/dem/PreProcessor/CohesiveTriaxialTest.hpp
>
>
> --
> lp:yade
> https://code.launchpad.net/~yade-dev/yade/trunk<https://code.launchpad.net/%7Eyade-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<https://code.launchpad.net/%7Eyade-dev/yade/trunk/+edit-subscription>
> .
>
> === modified file
> 'pkg/dem/DataClass/PhysicalParameters/CohesiveFrictionalBodyParameters.cpp'
> ---
> pkg/dem/DataClass/PhysicalParameters/CohesiveFrictionalBodyParameters.cpp
> 2009-12-02 12:26:23 +0000
> +++
> pkg/dem/DataClass/PhysicalParameters/CohesiveFrictionalBodyParameters.cpp
> 2009-12-02 12:41:25 +0000
> @@ -1,6 +1,6 @@
>  /*************************************************************************
> -*  Copyright (C) 2004 by Janek Kozicki                                   *
> -*  cosurgi@xxxxxxxxxx
>  *
> +*  Copyright (C) 2007 by Bruno Chareyre <bruno.chareyre@xxxxxxx>
> *
> +*  Copyright (C) 2008 by Janek Kozicki <cosurgi@xxxxxxxxxx>
>  *
>  *                                                                        *
>  *  This program is free software; it is licensed under the terms of the  *
>  *  GNU General Public License v2 or later. See file LICENSE for details. *
> @@ -21,5 +21,5 @@
>
>  YADE_PLUGIN((CohesiveFrictionalBodyParameters));
>
> -//YADE_REQUIRE_FEATURE(PHYSPAR);
> +
>
>
> === modified file
> 'pkg/dem/DataClass/PhysicalParameters/CohesiveFrictionalBodyParameters.hpp'
> ---
> pkg/dem/DataClass/PhysicalParameters/CohesiveFrictionalBodyParameters.hpp
> 2009-12-02 12:26:23 +0000
> +++
> pkg/dem/DataClass/PhysicalParameters/CohesiveFrictionalBodyParameters.hpp
> 2009-12-02 12:41:25 +0000
> @@ -1,8 +1,6 @@
>  /*************************************************************************
> -*  Copyright (C) 2004 by Olivier Galizzi                                 *
> -*  olivier.galizzi@xxxxxxx
> *
> -*  Copyright (C) 2006 by Janek Kozicki                                   *
> -*  cosurgi@xxxxxxxxxxxxxxx
> *
> +*  Copyright (C) 2007 by Bruno Chareyre <bruno.chareyre@xxxxxxx>
> *
> +*  Copyright (C) 2008 by Janek Kozicki <cosurgi@xxxxxxxxxx>
>  *
>  *                                                                        *
>  *  This program is free software; it is licensed under the terms of the  *
>  *  GNU General Public License v2 or later. See file LICENSE for details. *
>
> === modified file 'pkg/dem/Engine/DeusExMachina/HydraulicForceEngine.cpp'
> --- pkg/dem/Engine/DeusExMachina/HydraulicForceEngine.cpp       2009-12-02
> 12:26:23 +0000
> +++ pkg/dem/Engine/DeusExMachina/HydraulicForceEngine.cpp       2009-12-02
> 12:41:25 +0000
> @@ -173,5 +173,5 @@
>
>  YADE_PLUGIN((HydraulicForceEngine));
>
> -//YADE_REQUIRE_FEATURE(PHYSPAR);
> +
>
>
> === modified file
> 'pkg/dem/Engine/Functor/CohesiveFrictionalRelationships.cpp'
> --- pkg/dem/Engine/Functor/CohesiveFrictionalRelationships.cpp  2009-12-02
> 12:26:23 +0000
> +++ pkg/dem/Engine/Functor/CohesiveFrictionalRelationships.cpp  2009-12-02
> 12:41:25 +0000
> @@ -170,5 +170,5 @@
>  };
>  YADE_PLUGIN((CohesiveFrictionalRelationships));
>
> -//YADE_REQUIRE_FEATURE(PHYSPAR);
> +
>
>
> === modified file
> 'pkg/dem/Engine/StandAloneEngine/CohesiveFrictionalContactLaw.cpp'
> --- pkg/dem/Engine/StandAloneEngine/CohesiveFrictionalContactLaw.cpp
>  2009-12-02 12:26:23 +0000
> +++ pkg/dem/Engine/StandAloneEngine/CohesiveFrictionalContactLaw.cpp
>  2009-12-02 12:41:25 +0000
> @@ -383,5 +383,5 @@
>
>  YADE_PLUGIN((CohesiveFrictionalContactLaw));
>
> -//YADE_REQUIRE_FEATURE(PHYSPAR);
> +
>
>
> === modified file 'pkg/dem/PreProcessor/CohesiveTriaxialTest.cpp'
> --- pkg/dem/PreProcessor/CohesiveTriaxialTest.cpp       2009-12-02 12:26:23
> +0000
> +++ pkg/dem/PreProcessor/CohesiveTriaxialTest.cpp       2009-12-02 12:41:25
> +0000
> @@ -1,8 +1,4 @@
>  /*************************************************************************
> -*  Copyright (C) 2004 by Olivier Galizzi                                 *
> -*  olivier.galizzi@xxxxxxx
> *
> -*  Copyright (C) 2004 by Janek Kozicki                                   *
> -*  cosurgi@xxxxxxxxxx
>  *
>  *  Copyright (C) 2007 by Bruno Chareyre
>       *
>  *  bruno.chareyre@xxxxxxxxxxx
>  *
>  *                                                                        *
>
> === modified file 'pkg/dem/PreProcessor/CohesiveTriaxialTest.hpp'
> --- pkg/dem/PreProcessor/CohesiveTriaxialTest.hpp       2009-12-02 12:26:23
> +0000
> +++ pkg/dem/PreProcessor/CohesiveTriaxialTest.hpp       2009-12-02 12:41:25
> +0000
> @@ -1,8 +1,4 @@
>  /*************************************************************************
> -*  Copyright (C) 2004 by Olivier Galizzi                                 *
> -*  olivier.galizzi@xxxxxxx
> *
> -*  Copyright (C) 2004 by Janek Kozicki                                   *
> -*  cosurgi@xxxxxxxxxx
>  *
>  *  Copyright (C) 2007 by Bruno Chareyre
>       *
>  *  bruno.chareyre@xxxxxxxxxxx
>  *
>  *                                                                        *
>
>
> _______________________________________________
> Mailing list: https://launchpad.net/~yade-dev<https://launchpad.net/%7Eyade-dev>
> Post to     : yade-dev@xxxxxxxxxxxxxxxxxxx
> Unsubscribe : https://launchpad.net/~yade-dev<https://launchpad.net/%7Eyade-dev>
> More help   : https://help.launchpad.net/ListHelp
>
>

Follow ups

References