[Dune-devel] pdelabmirror going crazy?

Markus Blatt markus at dr-blatt.de
Mon Nov 2 21:11:29 CET 2015


I get spammed with old commit messages, like this one:

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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <https://lists.dune-project.org/pipermail/dune-devel/attachments/20151102/77ccab27/attachment.sig>


More information about the Dune-devel mailing list