yade-dev team mailing list archive
-
yade-dev team
-
Mailing list archive
-
Message #02462
Re: [Branch ~yade-dev/yade/trunk] Rev 1842: A (little) bit of cleaning.
Hi, Bruno,
We have done a lot of work on summer for cleaning YADE from numerous
warnings.
It is better to prevent them know, than spending a lot of hours for cleaning
the code.
______________________________
[ENG] Best Regards
[GER] Mit freundlichen Grüßen
[RUS] С наилучшими пожеланиями
[UKR] З найкращими побажаннями
Anton Gladkyy
2009/12/2 Bruno Chareyre <bruno.chareyre@xxxxxxxxxxx>
> Hi Anton, its fixed now. But don't bug me with warnings, I have more than
> 20 files that don't even compile now.
> ;-)
>
> Bruno
>
>
> Anton Gladky a écrit :
>
>> 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 <mailto: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>
>> <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>
>> <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 <mailto:cosurgi@xxxxxxxxxx>
>> *
>>
>> +* Copyright (C) 2007 by Bruno Chareyre <bruno.chareyre@xxxxxxx
>> <mailto:bruno.chareyre@xxxxxxx>> *
>>
>> +* Copyright (C) 2008 by Janek Kozicki <cosurgi@xxxxxxxxxx
>> <mailto: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 <mailto:olivier.galizzi@xxxxxxx>
>> *
>>
>> -* Copyright (C) 2006 by Janek Kozicki
>> *
>> -* cosurgi@xxxxxxxxxxxxxxx <mailto:cosurgi@xxxxxxxxxxxxxxx>
>> *
>>
>> +* Copyright (C) 2007 by Bruno Chareyre <bruno.chareyre@xxxxxxx
>> <mailto:bruno.chareyre@xxxxxxx>> *
>>
>> +* Copyright (C) 2008 by Janek Kozicki <cosurgi@xxxxxxxxxx
>> <mailto: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 <mailto:olivier.galizzi@xxxxxxx>
>> *
>>
>> -* Copyright (C) 2004 by Janek Kozicki
>> *
>> -* cosurgi@xxxxxxxxxx <mailto:cosurgi@xxxxxxxxxx>
>> *
>>
>> * Copyright (C) 2007 by Bruno Chareyre
>> *
>> * bruno.chareyre@xxxxxxxxxxx <mailto: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 <mailto:olivier.galizzi@xxxxxxx>
>> *
>>
>> -* Copyright (C) 2004 by Janek Kozicki
>> *
>> -* cosurgi@xxxxxxxxxx <mailto:cosurgi@xxxxxxxxxx>
>> *
>>
>> * Copyright (C) 2007 by Bruno Chareyre
>> *
>> * bruno.chareyre@xxxxxxxxxxx <mailto:bruno.chareyre@xxxxxxxxxxx>
>>
>> *
>> *
>> *
>>
>>
>> _______________________________________________
>> Mailing list: https://launchpad.net/~yade-dev<https://launchpad.net/%7Eyade-dev>
>> <https://launchpad.net/%7Eyade-dev>
>>
>> Post to : yade-dev@xxxxxxxxxxxxxxxxxxx
>> <mailto:yade-dev@xxxxxxxxxxxxxxxxxxx>
>>
>> Unsubscribe : https://launchpad.net/~yade-dev<https://launchpad.net/%7Eyade-dev>
>> <https://launchpad.net/%7Eyade-dev>
>>
>> More help : https://help.launchpad.net/ListHelp
>>
>>
>> ------------------------------------------------------------------------
>>
>>
>> _______________________________________________
>> 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
>>
>>
>
>
> --
>
> _______________
> Chareyre Bruno
> Maître de Conférences
>
> Grenoble INP
> Laboratoire 3SR - bureau E145
> BP 53 - 38041, Grenoble cedex 9 - France
> Tél : 33 4 56 52 86 21
> Fax : 33 4 76 82 70 43
> ________________
>
>
>
> _______________________________________________
> 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
>
References