diff --git a/.gitattributes b/.gitattributes index 18c68e7..b465065 100644 --- a/.gitattributes +++ b/.gitattributes @@ -22,10 +22,10 @@ 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/hdf5fed/h5fed.cc -text +Hdf5fed/libsrc/hdf5fed/h5fed.hh -text +Hdf5fed/libsrc/hdf5fed/h5fedconst.hh -text +Hdf5fed/libsrc/hdf5fed/makefile.am -text Hdf5fed/libsrc/makefile.am -text Hdf5fed/libsrc/stdincl/nonsciconst.h -text Hdf5fed/libsrc/stdincl/physicomath.h -text diff --git a/Hdf5fed/libsrc/h5fed/h5fed.cc b/Hdf5fed/libsrc/hdf5fed/h5fed.cc similarity index 100% rename from Hdf5fed/libsrc/h5fed/h5fed.cc rename to Hdf5fed/libsrc/hdf5fed/h5fed.cc diff --git a/Hdf5fed/libsrc/h5fed/h5fed.hh b/Hdf5fed/libsrc/hdf5fed/h5fed.hh similarity index 100% rename from Hdf5fed/libsrc/h5fed/h5fed.hh rename to Hdf5fed/libsrc/hdf5fed/h5fed.hh diff --git a/Hdf5fed/libsrc/h5fed/h5fedconst.hh b/Hdf5fed/libsrc/hdf5fed/h5fedconst.hh similarity index 100% rename from Hdf5fed/libsrc/h5fed/h5fedconst.hh rename to Hdf5fed/libsrc/hdf5fed/h5fedconst.hh diff --git a/Hdf5fed/libsrc/h5fed/makefile.am b/Hdf5fed/libsrc/hdf5fed/makefile.am similarity index 100% rename from Hdf5fed/libsrc/h5fed/makefile.am rename to Hdf5fed/libsrc/hdf5fed/makefile.am