diff --git a/.gitattributes b/.gitattributes index 4c13bd9..18c68e7 100644 --- a/.gitattributes +++ b/.gitattributes @@ -3,33 +3,33 @@ /COPYRIGHT -text /ChangeLog -text /GNUmakefile.orig -text -H5Fed/applications/gmsh2h5fed.cc -text -H5Fed/applications/gmsh2h5fed.hh -text -H5Fed/applications/h5feddump.cc -text -H5Fed/applications/h5feddump.hh -text -H5Fed/applications/makefile.am -text -H5Fed/autogen.sh -text -H5Fed/configure.ac -text -H5Fed/grids/cube0.geo -text -H5Fed/grids/cube0.msh -text -H5Fed/grids/cubeincube.geo -text -H5Fed/grids/cubeincube.msh -text -H5Fed/grids/sphere.geo -text -H5Fed/grids/sphere.msh -text -H5Fed/libsrc/gmsh/gmsh.cc -text -H5Fed/libsrc/gmsh/gmsh.hh -text -H5Fed/libsrc/gmsh/gmshconst.hh -text -H5Fed/libsrc/gmsh/gmshgrammar.hh -text -H5Fed/libsrc/gmsh/gmshsemanticaction.hh -text -H5Fed/libsrc/gmsh/makefile.am -text -H5Fed/libsrc/h5fed/h5fed.cc -text -H5Fed/libsrc/h5fed/h5fed.hh -text -H5Fed/libsrc/h5fed/h5fedconst.hh -text -H5Fed/libsrc/h5fed/makefile.am -text -H5Fed/libsrc/makefile.am -text -H5Fed/libsrc/stdincl/nonsciconst.h -text -H5Fed/libsrc/stdincl/physicomath.h -text -H5Fed/makefile.am -text +Hdf5fed/applications/gmsh2h5fed.cc -text +Hdf5fed/applications/gmsh2h5fed.hh -text +Hdf5fed/applications/h5feddump.cc -text +Hdf5fed/applications/h5feddump.hh -text +Hdf5fed/applications/makefile.am -text +Hdf5fed/autogen.sh -text +Hdf5fed/configure.ac -text +Hdf5fed/grids/cube0.geo -text +Hdf5fed/grids/cube0.msh -text +Hdf5fed/grids/cubeincube.geo -text +Hdf5fed/grids/cubeincube.msh -text +Hdf5fed/grids/sphere.geo -text +Hdf5fed/grids/sphere.msh -text +Hdf5fed/libsrc/gmsh/gmsh.cc -text +Hdf5fed/libsrc/gmsh/gmsh.hh -text +Hdf5fed/libsrc/gmsh/gmshconst.hh -text +Hdf5fed/libsrc/gmsh/gmshgrammar.hh -text +Hdf5fed/libsrc/gmsh/gmshsemanticaction.hh -text +Hdf5fed/libsrc/gmsh/makefile.am -text +Hdf5fed/libsrc/h5fed/h5fed.cc -text +Hdf5fed/libsrc/h5fed/h5fed.hh -text +Hdf5fed/libsrc/h5fed/h5fedconst.hh -text +Hdf5fed/libsrc/h5fed/makefile.am -text +Hdf5fed/libsrc/makefile.am -text +Hdf5fed/libsrc/stdincl/nonsciconst.h -text +Hdf5fed/libsrc/stdincl/physicomath.h -text +Hdf5fed/makefile.am -text /Makefile.am -text /Makefile.orig -text /NEWS -text diff --git a/H5Fed/applications/gmsh2h5fed.cc b/Hdf5fed/applications/gmsh2h5fed.cc similarity index 100% rename from H5Fed/applications/gmsh2h5fed.cc rename to Hdf5fed/applications/gmsh2h5fed.cc diff --git a/H5Fed/applications/gmsh2h5fed.hh b/Hdf5fed/applications/gmsh2h5fed.hh similarity index 100% rename from H5Fed/applications/gmsh2h5fed.hh rename to Hdf5fed/applications/gmsh2h5fed.hh diff --git a/H5Fed/applications/h5feddump.cc b/Hdf5fed/applications/h5feddump.cc similarity index 100% rename from H5Fed/applications/h5feddump.cc rename to Hdf5fed/applications/h5feddump.cc diff --git a/H5Fed/applications/h5feddump.hh b/Hdf5fed/applications/h5feddump.hh similarity index 100% rename from H5Fed/applications/h5feddump.hh rename to Hdf5fed/applications/h5feddump.hh diff --git a/H5Fed/applications/makefile.am b/Hdf5fed/applications/makefile.am similarity index 100% rename from H5Fed/applications/makefile.am rename to Hdf5fed/applications/makefile.am diff --git a/H5Fed/autogen.sh b/Hdf5fed/autogen.sh similarity index 100% rename from H5Fed/autogen.sh rename to Hdf5fed/autogen.sh diff --git a/H5Fed/configure.ac b/Hdf5fed/configure.ac similarity index 100% rename from H5Fed/configure.ac rename to Hdf5fed/configure.ac diff --git a/H5Fed/grids/cube0.geo b/Hdf5fed/grids/cube0.geo similarity index 100% rename from H5Fed/grids/cube0.geo rename to Hdf5fed/grids/cube0.geo diff --git a/H5Fed/grids/cube0.msh b/Hdf5fed/grids/cube0.msh similarity index 100% rename from H5Fed/grids/cube0.msh rename to Hdf5fed/grids/cube0.msh diff --git a/H5Fed/grids/cubeincube.geo b/Hdf5fed/grids/cubeincube.geo similarity index 100% rename from H5Fed/grids/cubeincube.geo rename to Hdf5fed/grids/cubeincube.geo diff --git a/H5Fed/grids/cubeincube.msh b/Hdf5fed/grids/cubeincube.msh similarity index 100% rename from H5Fed/grids/cubeincube.msh rename to Hdf5fed/grids/cubeincube.msh diff --git a/H5Fed/grids/sphere.geo b/Hdf5fed/grids/sphere.geo similarity index 100% rename from H5Fed/grids/sphere.geo rename to Hdf5fed/grids/sphere.geo diff --git a/H5Fed/grids/sphere.msh b/Hdf5fed/grids/sphere.msh similarity index 100% rename from H5Fed/grids/sphere.msh rename to Hdf5fed/grids/sphere.msh diff --git a/H5Fed/libsrc/gmsh/gmsh.cc b/Hdf5fed/libsrc/gmsh/gmsh.cc similarity index 100% rename from H5Fed/libsrc/gmsh/gmsh.cc rename to Hdf5fed/libsrc/gmsh/gmsh.cc diff --git a/H5Fed/libsrc/gmsh/gmsh.hh b/Hdf5fed/libsrc/gmsh/gmsh.hh similarity index 100% rename from H5Fed/libsrc/gmsh/gmsh.hh rename to Hdf5fed/libsrc/gmsh/gmsh.hh diff --git a/H5Fed/libsrc/gmsh/gmshconst.hh b/Hdf5fed/libsrc/gmsh/gmshconst.hh similarity index 100% rename from H5Fed/libsrc/gmsh/gmshconst.hh rename to Hdf5fed/libsrc/gmsh/gmshconst.hh diff --git a/H5Fed/libsrc/gmsh/gmshgrammar.hh b/Hdf5fed/libsrc/gmsh/gmshgrammar.hh similarity index 100% rename from H5Fed/libsrc/gmsh/gmshgrammar.hh rename to Hdf5fed/libsrc/gmsh/gmshgrammar.hh diff --git a/H5Fed/libsrc/gmsh/gmshsemanticaction.hh b/Hdf5fed/libsrc/gmsh/gmshsemanticaction.hh similarity index 100% rename from H5Fed/libsrc/gmsh/gmshsemanticaction.hh rename to Hdf5fed/libsrc/gmsh/gmshsemanticaction.hh diff --git a/H5Fed/libsrc/gmsh/makefile.am b/Hdf5fed/libsrc/gmsh/makefile.am similarity index 100% rename from H5Fed/libsrc/gmsh/makefile.am rename to Hdf5fed/libsrc/gmsh/makefile.am diff --git a/H5Fed/libsrc/h5fed/h5fed.cc b/Hdf5fed/libsrc/h5fed/h5fed.cc similarity index 100% rename from H5Fed/libsrc/h5fed/h5fed.cc rename to Hdf5fed/libsrc/h5fed/h5fed.cc diff --git a/H5Fed/libsrc/h5fed/h5fed.hh b/Hdf5fed/libsrc/h5fed/h5fed.hh similarity index 100% rename from H5Fed/libsrc/h5fed/h5fed.hh rename to Hdf5fed/libsrc/h5fed/h5fed.hh diff --git a/H5Fed/libsrc/h5fed/h5fedconst.hh b/Hdf5fed/libsrc/h5fed/h5fedconst.hh similarity index 100% rename from H5Fed/libsrc/h5fed/h5fedconst.hh rename to Hdf5fed/libsrc/h5fed/h5fedconst.hh diff --git a/H5Fed/libsrc/h5fed/makefile.am b/Hdf5fed/libsrc/h5fed/makefile.am similarity index 100% rename from H5Fed/libsrc/h5fed/makefile.am rename to Hdf5fed/libsrc/h5fed/makefile.am diff --git a/H5Fed/libsrc/makefile.am b/Hdf5fed/libsrc/makefile.am similarity index 100% rename from H5Fed/libsrc/makefile.am rename to Hdf5fed/libsrc/makefile.am diff --git a/H5Fed/libsrc/stdincl/nonsciconst.h b/Hdf5fed/libsrc/stdincl/nonsciconst.h similarity index 100% rename from H5Fed/libsrc/stdincl/nonsciconst.h rename to Hdf5fed/libsrc/stdincl/nonsciconst.h diff --git a/H5Fed/libsrc/stdincl/physicomath.h b/Hdf5fed/libsrc/stdincl/physicomath.h similarity index 100% rename from H5Fed/libsrc/stdincl/physicomath.h rename to Hdf5fed/libsrc/stdincl/physicomath.h diff --git a/H5Fed/makefile.am b/Hdf5fed/makefile.am similarity index 100% rename from H5Fed/makefile.am rename to Hdf5fed/makefile.am