From 9a16c66724c5661e043b110acfb46ddbde3e4904 Mon Sep 17 00:00:00 2001 From: Patrik Leidenberger Date: Mon, 25 Sep 2006 09:34:15 +0000 Subject: [PATCH] Restructure the Hdf5fed directory. --- .gitattributes | 8 ++++---- Hdf5fed/libsrc/{h5fed => hdf5fed}/h5fed.cc | 0 Hdf5fed/libsrc/{h5fed => hdf5fed}/h5fed.hh | 0 Hdf5fed/libsrc/{h5fed => hdf5fed}/h5fedconst.hh | 0 Hdf5fed/libsrc/{h5fed => hdf5fed}/makefile.am | 0 5 files changed, 4 insertions(+), 4 deletions(-) rename Hdf5fed/libsrc/{h5fed => hdf5fed}/h5fed.cc (100%) rename Hdf5fed/libsrc/{h5fed => hdf5fed}/h5fed.hh (100%) rename Hdf5fed/libsrc/{h5fed => hdf5fed}/h5fedconst.hh (100%) rename Hdf5fed/libsrc/{h5fed => hdf5fed}/makefile.am (100%) 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