[Dune-devel] pdelabmirror going crazy?
Steffen Müthing
steffen.muething at iwr.uni-heidelberg.de
Mon Nov 2 23:16:05 CET 2015
Hi Markus,
> Am 02.11.2015 um 21:11 schrieb Markus Blatt <markus at dr-blatt.de>:
>
> I get spammed with old commit messages, like this one:
yes, sorry, there was a little runaway while setting up the mirroring from gitlab to
the old repositories…
I’ve shut it up for now by completely disabling all commit messages for the core modules.
Steffen
>
> On Sun, Nov 01, 2015 at 05:24:34PM +0100, Robert Klöfkorn wrote:
>> New commit, appeared at Sun Nov 1 17:24:34 2015 +0100
>> as part of the following ref changes:
>>
>> branch refs/remotes/publish/p/robertk/diss created as dc4ac18
>>
>> Browsable version: http://cgit.dune-project.org/repositories/dune-grid/commit/?id=d747544894406b262b6cea8e0f8ae31550727b29
>>
>> ======================================================================
>>
>> commit d747544894406b262b6cea8e0f8ae31550727b29
>> Author: Robert Klöfkorn <robertk at dune-project.org>
>> Date: Tue Mar 4 08:10:30 2008 +0000
>>
>> only remove copies for interval grid.
>>
>>
>> [[Imported from SVN: r4010]]
>>
>> grid/io/file/dgfparser/dgfparser.cc | 23 +++++++++++++++--------
>> 1 file changed, 15 insertions(+), 8 deletions(-)
>>
>>
>>
>> diff --git a/grid/io/file/dgfparser/dgfparser.cc b/grid/io/file/dgfparser/dgfparser.cc
>> index 7a23275..0964731 100644
>> --- a/grid/io/file/dgfparser/dgfparser.cc
>> +++ b/grid/io/file/dgfparser/dgfparser.cc
>> @@ -367,11 +367,14 @@ namespace Dune {
>>
>> vtxoffset=0;
>>
>> - if(interval.isactive()) { // generate cartesian grid?
>> + // generate cartesian grid?
>> + if(interval.isactive())
>> + {
>> info->automatic();
>> VertexBlock bvtx(gridin,dimw);
>> nofvtx=0;
>> - if (bvtx.isactive()) {
>> + if (bvtx.isactive())
>> + {
>> nofvtx=bvtx.get(vtx,vtxParams,nofvtxparams);
>> info->block(bvtx);
>> }
>> @@ -379,11 +382,14 @@ namespace Dune {
>> cube2simplex = true;
>> dimw = interval.dimw();
>> simplexgrid = (element == Simplex);
>> - if (element == General) {
>> + if (element == General)
>> + {
>> SimplexBlock bsimplex(gridin,-1,-1,dimw);
>> simplexgrid = bsimplex.isactive();
>> info->cube2simplex(element);
>> - } else {
>> + }
>> + else
>> + {
>> simplexgrid = (element == Simplex);
>> }
>> interval.get(vtx,nofvtx,elements,nofelements);
>> @@ -391,6 +397,9 @@ namespace Dune {
>> if(simplexgrid) {
>> nofelements=SimplexBlock::cube2simplex(vtx,elements,elParams);
>> }
>> +
>> + // remove copies of vertices
>> + removeCopies();
>> }
>> else { // ok: grid generation by hand...
>> VertexBlock bvtx(gridin,dimw);
>> @@ -405,7 +414,8 @@ namespace Dune {
>> if (bcube.isactive() && element!=Simplex) {
>> info->block(bcube);
>> nofelements=bcube.get(elements,elParams,nofelparams);
>> - if (bsimplex.isactive() && element==General) {
>> + if (bsimplex.isactive() && element==General)
>> + {
>> // make simplex grid
>> info->cube2simplex(element);
>> nofelements=SimplexBlock::cube2simplex(vtx,elements,elParams);
>> @@ -437,9 +447,6 @@ namespace Dune {
>> }
>> }
>>
>> - // remove copies of vertices
>> - removeCopies();
>> -
>> info->step1(dimw,vtx.size(),elements.size());
>> // test for tetgen/triangle block (only if simplex-grid allowed)
>> if (element!=Cube && SimplexGenerationBlock(gridin).isactive()) {
>>
>> _______________________________________________
>> Dune-Commit mailing list
>> Dune-Commit at dune-project.org
>> http://lists.dune-project.org/mailman/listinfo/dune-commit
>
> --
> Join us at the DUNE User Meeting Sept. 28-29, 2015, Heidelberg, Germany
> http://users.dune-project.org/projects/dune-user-meeting-2015/wiki
>
> Dr. Markus Blatt - HPC-Simulation-Software & Services http://www.dr-blatt.de
> Hans-Bunte-Str. 8-10, 69123 Heidelberg, Germany
> Tel.: +49 (0) 160 97590858
> _______________________________________________
> Dune-devel mailing list
> Dune-devel at dune-project.org
> http://lists.dune-project.org/mailman/listinfo/dune-devel
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 455 bytes
Desc: Message signed with OpenPGP using GPGMail
URL: <https://lists.dune-project.org/pipermail/dune-devel/attachments/20151102/f50dd59f/attachment.sig>
More information about the Dune-devel
mailing list