diff --git a/Child/Releases/CHILDr111129/Bin/childir.mk b/Child/Releases/CHILDr111129/Bin/childir.mk deleted file mode 100644 index fe5dd9bd..00000000 --- a/Child/Releases/CHILDr111129/Bin/childir.mk +++ /dev/null @@ -1,193 +0,0 @@ -PT = ../Code - -include gccmac.mk -#include gcc.mk -#include icc.mk -#include bcc.mk - -EXENAME = child$(EXEEXT) - -OBJECTS = \ - childRDriver.$(OBJEXT) \ - childRInterface.$(OBJEXT) erosion.$(OBJEXT) \ - meshElements.$(OBJEXT) mathutil.$(OBJEXT) tIDGenerator.$(OBJEXT) \ - tInputFile.$(OBJEXT) tLNode.$(OBJEXT) tRunTimer.$(OBJEXT) \ - tStreamMeander.$(OBJEXT) meander.$(OBJEXT) \ - tStorm.$(OBJEXT) tStreamNet.$(OBJEXT) tUplift.$(OBJEXT) errors.$(OBJEXT) \ - tFloodplain.$(OBJEXT) tEolian.$(OBJEXT) globalFns.$(OBJEXT) \ - predicates.$(OBJEXT) tVegetation.$(OBJEXT) tListInputData.$(OBJEXT) \ - tStratGrid.$(OBJEXT) tOption.$(OBJEXT) \ - tTimeSeries.$(OBJEXT) ParamMesh_t.$(OBJEXT) TipperTriangulator.$(OBJEXT) \ - TipperTriangulatorError.$(OBJEXT) tWaterSedTracker.$(OBJEXT) - -all : $(EXENAME) -.PHONY : all clean - -$(EXENAME): $(OBJECTS) - $(CXX) $(LDFLAGS) $(OBJECTS) $(LIBS) - -erosion.$(OBJEXT): $(PT)/Erosion/erosion.cpp - $(CXX) $(CFLAGS) $(PT)/Erosion/erosion.cpp - -meshElements.$(OBJEXT): $(PT)/MeshElements/meshElements.cpp - $(CXX) $(CFLAGS) $(PT)/MeshElements/meshElements.cpp - -mathutil.$(OBJEXT): $(PT)/Mathutil/mathutil.cpp - $(CXX) $(CFLAGS) $(PT)/Mathutil/mathutil.cpp - -tIDGenerator.$(OBJEXT): $(PT)/tIDGenerator/tIDGenerator.cpp - $(CXX) $(CFLAGS) $(PT)/tIDGenerator/tIDGenerator.cpp - -tInputFile.$(OBJEXT): $(PT)/tInputFile/tInputFile.cpp - $(CXX) $(CFLAGS) $(PT)/tInputFile/tInputFile.cpp - -tLNode.$(OBJEXT): $(PT)/tLNode/tLNode.cpp - $(CXX) $(CFLAGS) $(PT)/tLNode/tLNode.cpp - -tListInputData.$(OBJEXT): $(PT)/tListInputData/tListInputData.cpp - $(CXX) $(CFLAGS) $(PT)/tListInputData/tListInputData.cpp - -tOption.$(OBJEXT): $(PT)/tOption/tOption.cpp - $(CXX) $(CFLAGS) $(PT)/tOption/tOption.cpp - -tRunTimer.$(OBJEXT): $(PT)/tRunTimer/tRunTimer.cpp - $(CXX) $(CFLAGS) $(PT)/tRunTimer/tRunTimer.cpp - -tStorm.$(OBJEXT): $(PT)/tStorm/tStorm.cpp - $(CXX) $(CFLAGS) $(PT)/tStorm/tStorm.cpp - -tStratGrid.$(OBJEXT): $(PT)/tStratGrid/tStratGrid.cpp - $(CXX) $(CFLAGS) $(PT)/tStratGrid/tStratGrid.cpp - -tTimeSeries.$(OBJEXT): $(PT)/tTimeSeries/tTimeSeries.cpp - $(CXX) $(CFLAGS) $(PT)/tTimeSeries/tTimeSeries.cpp - -tStreamNet.$(OBJEXT): $(PT)/tStreamNet/tStreamNet.cpp - $(CXX) $(CFLAGS) $(PT)/tStreamNet/tStreamNet.cpp - -tUplift.$(OBJEXT): $(PT)/tUplift/tUplift.cpp - $(CXX) $(CFLAGS) $(PT)/tUplift/tUplift.cpp - -errors.$(OBJEXT): $(PT)/errors/errors.cpp - $(CXX) $(CFLAGS) $(PT)/errors/errors.cpp - -tFloodplain.$(OBJEXT): $(PT)/tFloodplain/tFloodplain.cpp - $(CXX) $(CFLAGS) $(PT)/tFloodplain/tFloodplain.cpp - -tEolian.$(OBJEXT): $(PT)/tEolian/tEolian.cpp - $(CXX) $(CFLAGS) $(PT)/tEolian/tEolian.cpp - -ParamMesh_t.$(OBJEXT): $(PT)/tMesh/ParamMesh_t.cpp - $(CXX) $(CFLAGS) $(PT)/tMesh/ParamMesh_t.cpp - -TipperTriangulator.$(OBJEXT): $(PT)/tMesh/TipperTriangulator.cpp - $(CXX) $(CFLAGS) $(PT)/tMesh/TipperTriangulator.cpp - -TipperTriangulatorError.$(OBJEXT): $(PT)/tMesh/TipperTriangulatorError.cpp - $(CXX) $(CFLAGS) $(PT)/tMesh/TipperTriangulatorError.cpp - -globalFns.$(OBJEXT): $(PT)/globalFns.cpp - $(CXX) $(CFLAGS) $(PT)/globalFns.cpp - -predicates.$(OBJEXT): $(PT)/Predicates/predicates.cpp - $(CXX) $(CFLAGS) $(PT)/Predicates/predicates.cpp - -tVegetation.$(OBJEXT): $(PT)/tVegetation/tVegetation.cpp - $(CXX) $(CFLAGS) $(PT)/tVegetation/tVegetation.cpp - -tWaterSedTracker.$(OBJEXT): $(PT)/tWaterSedTracker/tWaterSedTracker.cpp - $(CXX) $(CFLAGS) $(PT)/tWaterSedTracker/tWaterSedTracker.cpp - -tStreamMeander.$(OBJEXT): $(PT)/tStreamMeander/tStreamMeander.cpp - $(CXX) $(CFLAGS) $(PT)/tStreamMeander/tStreamMeander.cpp - -meander.$(OBJEXT): $(PT)/tStreamMeander/meander.cpp - $(CXX) $(CFLAGS) $(PT)/tStreamMeander/meander.cpp - -childRInterface.$(OBJEXT): $(PT)/ChildRInterface/childRInterface.cpp - $(CXX) $(CFLAGS) $(PT)/ChildRInterface/childRInterface.cpp - -childRDriver.$(OBJEXT): $(PT)/ChildRInterface/childRDriver.cpp - $(CXX) $(CFLAGS) $(PT)/ChildRInterface/childRDriver.cpp - -clean:: - rm -f $(EXENAME) - rm -f *.$(OBJEXT) - -# dependencies: headers and template implementation files. -# use, for instance: -# find ${CHILDCODE} -name '*.h' | xargs grep -n -e include | grep '\.cpp' -HFILES = \ - $(PT)/ChildRInterface/childRInterface.h \ - $(PT)/Classes.h \ - $(PT)/Definitions.h \ - $(PT)/Erosion/erosion.h \ - $(PT)/Geometry/geometry.h \ - $(PT)/Inclusions.h \ - $(PT)/Mathutil/mathutil.h \ - $(PT)/tIDGenerator/tIDGenerator.h \ - $(PT)/MeshElements/meshElements.h \ - $(PT)/Predicates/predicates.h \ - $(PT)/compiler.h \ - $(PT)/errors/errors.h \ - $(PT)/globalFns.h \ - $(PT)/tArray/tArray.cpp \ - $(PT)/tArray/tArray.h \ - $(PT)/tArray/tArray2.h \ - $(PT)/tEolian/tEolian.h \ - $(PT)/tFloodplain/tFloodplain.h \ - $(PT)/tInputFile/tInputFile.h \ - $(PT)/tLNode/tLNode.h \ - $(PT)/tList/tList.h \ - $(PT)/tList/tListFwd.h \ - $(PT)/tListInputData/tListInputData.h \ - $(PT)/tMatrix/tMatrix.h \ - $(PT)/tMesh/ParamMesh_t.h \ - $(PT)/tMesh/TipperTriangulator.h \ - $(PT)/tMesh/heapsort.h \ - $(PT)/tMesh/tMesh.cpp \ - $(PT)/tMesh/tMesh.h \ - $(PT)/tMesh/tMesh2.cpp \ - $(PT)/tMeshList/tMeshList.h \ - $(PT)/tOption/tOption.h \ - $(PT)/tOutput/tOutput.cpp \ - $(PT)/tOutput/tOutput.h \ - $(PT)/tPtrList/tPtrList.h \ - $(PT)/tRunTimer/tRunTimer.h \ - $(PT)/tStorm/tStorm.h \ - $(PT)/tStratGrid/tStratGrid.h \ - $(PT)/tStreamMeander/meander.h \ - $(PT)/tStreamMeander/tStreamMeander.h \ - $(PT)/tStreamNet/tStreamNet.h \ - $(PT)/tTimeSeries/tTimeSeries.h \ - $(PT)/tUplift/tUplift.h \ - $(PT)/tVegetation/tVegetation.h \ - $(PT)/tWaterSedTracker/tWaterSedTracker.h \ - $(PT)/trapfpe.h - -ParamMesh_t.$(OBJEXT): $(HFILES) -TipperTriangulator.$(OBJEXT) : $(HFILES) -TipperTriangulatorError.$(OBJEXT) : $(HFILES) -childInterface.$(OBJEXT) : $(HFILES) -childInterfaceDriver.$(OBJEXT) : $(HFILES) -erosion.$(OBJEXT): $(HFILES) -errors.$(OBJEXT): $(HFILES) -globalFns.$(OBJEXT): $(HFILES) -mathutil.$(OBJEXT): $(HFILES) -meander.$(OBJEXT): $(HFILES) -meshElements.$(OBJEXT): $(HFILES) -predicates.$(OBJEXT): $(HFILES) -tEolian.$(OBJEXT): $(HFILES) -tFloodplain.$(OBJEXT): $(HFILES) -tInputFile.$(OBJEXT): $(HFILES) -tLNode.$(OBJEXT): $(HFILES) -tListInputData.$(OBJEXT): $(HFILES) -tOption.$(OBJEXT): $(HFILES) -tRunTimer.$(OBJEXT): $(HFILES) -tStorm.$(OBJEXT) : $(HFILES) -tStratGrid.$(OBJEXT) : $(HFILES) -tStreamMeander.$(OBJEXT): $(HFILES) -tStreamNet.$(OBJEXT): $(HFILES) -tTimeSeries.$(OBJEXT) : $(HFILES) -tUplift.$(OBJEXT): $(HFILES) -tVegetation.$(OBJEXT): $(HFILES) diff --git a/Child/Docs/CHILD_Report1999/biblio.pdf b/docs/CHILD_Report1999/biblio.pdf similarity index 100% rename from Child/Docs/CHILD_Report1999/biblio.pdf rename to docs/CHILD_Report1999/biblio.pdf diff --git a/Child/Docs/CHILD_Report1999/eolian.pdf b/docs/CHILD_Report1999/eolian.pdf similarity index 100% rename from Child/Docs/CHILD_Report1999/eolian.pdf rename to docs/CHILD_Report1999/eolian.pdf diff --git a/Child/Docs/CHILD_Report1999/floodplain.pdf b/docs/CHILD_Report1999/floodplain.pdf similarity index 100% rename from Child/Docs/CHILD_Report1999/floodplain.pdf rename to docs/CHILD_Report1999/floodplain.pdf diff --git a/Child/Docs/CHILD_Report1999/future.pdf b/docs/CHILD_Report1999/future.pdf similarity index 100% rename from Child/Docs/CHILD_Report1999/future.pdf rename to docs/CHILD_Report1999/future.pdf diff --git a/Child/Docs/CHILD_Report1999/grains.pdf b/docs/CHILD_Report1999/grains.pdf similarity index 100% rename from Child/Docs/CHILD_Report1999/grains.pdf rename to docs/CHILD_Report1999/grains.pdf diff --git a/Child/Docs/CHILD_Report1999/introfr.pdf b/docs/CHILD_Report1999/introfr.pdf similarity index 100% rename from Child/Docs/CHILD_Report1999/introfr.pdf rename to docs/CHILD_Report1999/introfr.pdf diff --git a/Child/Docs/CHILD_Report1999/overview.pdf b/docs/CHILD_Report1999/overview.pdf similarity index 100% rename from Child/Docs/CHILD_Report1999/overview.pdf rename to docs/CHILD_Report1999/overview.pdf diff --git a/Child/Docs/CHILD_Report1999/progdesc.pdf b/docs/CHILD_Report1999/progdesc.pdf similarity index 100% rename from Child/Docs/CHILD_Report1999/progdesc.pdf rename to docs/CHILD_Report1999/progdesc.pdf diff --git a/Child/Docs/CHILD_Report1999/rainfall.pdf b/docs/CHILD_Report1999/rainfall.pdf similarity index 100% rename from Child/Docs/CHILD_Report1999/rainfall.pdf rename to docs/CHILD_Report1999/rainfall.pdf diff --git a/Child/Docs/CHILD_Report1999/userguide.pdf b/docs/CHILD_Report1999/userguide.pdf similarity index 100% rename from Child/Docs/CHILD_Report1999/userguide.pdf rename to docs/CHILD_Report1999/userguide.pdf diff --git a/Child/Docs/CHILD_Report1999/vegfr.pdf b/docs/CHILD_Report1999/vegfr.pdf similarity index 100% rename from Child/Docs/CHILD_Report1999/vegfr.pdf rename to docs/CHILD_Report1999/vegfr.pdf diff --git a/Child/Docs/boundaries.eps b/docs/boundaries.eps similarity index 100% rename from Child/Docs/boundaries.eps rename to docs/boundaries.eps diff --git a/Child/Docs/boundaries.pdf b/docs/boundaries.pdf similarity index 100% rename from Child/Docs/boundaries.pdf rename to docs/boundaries.pdf diff --git a/Child/Docs/child_exercises_csdms_oct2011.tex b/docs/child_exercises_csdms_oct2011.tex similarity index 100% rename from Child/Docs/child_exercises_csdms_oct2011.tex rename to docs/child_exercises_csdms_oct2011.tex diff --git a/Child/Docs/child_exercises_nced_aug2012.bbl b/docs/child_exercises_nced_aug2012.bbl similarity index 100% rename from Child/Docs/child_exercises_nced_aug2012.bbl rename to docs/child_exercises_nced_aug2012.bbl diff --git a/Child/Docs/child_exercises_nced_aug2012.pdf b/docs/child_exercises_nced_aug2012.pdf similarity index 100% rename from Child/Docs/child_exercises_nced_aug2012.pdf rename to docs/child_exercises_nced_aug2012.pdf diff --git a/Child/Docs/child_exercises_nced_aug2012.tex b/docs/child_exercises_nced_aug2012.tex similarity index 100% rename from Child/Docs/child_exercises_nced_aug2012.tex rename to docs/child_exercises_nced_aug2012.tex diff --git a/Child/Docs/child_users_guide.aux b/docs/child_users_guide.aux similarity index 100% rename from Child/Docs/child_users_guide.aux rename to docs/child_users_guide.aux diff --git a/Child/Docs/child_users_guide.log b/docs/child_users_guide.log similarity index 100% rename from Child/Docs/child_users_guide.log rename to docs/child_users_guide.log diff --git a/Child/Docs/child_users_guide.pdf b/docs/child_users_guide.pdf similarity index 100% rename from Child/Docs/child_users_guide.pdf rename to docs/child_users_guide.pdf diff --git a/Child/Docs/child_users_guide.tex b/docs/child_users_guide.tex similarity index 100% rename from Child/Docs/child_users_guide.tex rename to docs/child_users_guide.tex diff --git a/Child/Docs/child_users_guide.toc b/docs/child_users_guide.toc similarity index 100% rename from Child/Docs/child_users_guide.toc rename to docs/child_users_guide.toc diff --git a/Child/Docs/code-structure.pdf b/docs/code-structure.pdf similarity index 100% rename from Child/Docs/code-structure.pdf rename to docs/code-structure.pdf diff --git a/Child/Docs/code-structure.tex b/docs/code-structure.tex similarity index 100% rename from Child/Docs/code-structure.tex rename to docs/code-structure.tex diff --git a/Child/Docs/examplerun1.pdf b/docs/examplerun1.pdf similarity index 100% rename from Child/Docs/examplerun1.pdf rename to docs/examplerun1.pdf diff --git a/Child/Docs/gt.sty b/docs/gt.sty similarity index 100% rename from Child/Docs/gt.sty rename to docs/gt.sty diff --git a/Child/Docs/hexmesh.eps b/docs/hexmesh.eps similarity index 100% rename from Child/Docs/hexmesh.eps rename to docs/hexmesh.eps diff --git a/Child/Docs/hexmesh.pdf b/docs/hexmesh.pdf similarity index 100% rename from Child/Docs/hexmesh.pdf rename to docs/hexmesh.pdf diff --git a/Child/Docs/pointmesh.eps b/docs/pointmesh.eps similarity index 100% rename from Child/Docs/pointmesh.eps rename to docs/pointmesh.eps diff --git a/Child/Docs/pointmesh.pdf b/docs/pointmesh.pdf similarity index 100% rename from Child/Docs/pointmesh.pdf rename to docs/pointmesh.pdf diff --git a/Child/Docs/tTimeSeries.txt b/docs/tTimeSeries.txt similarity index 100% rename from Child/Docs/tTimeSeries.txt rename to docs/tTimeSeries.txt diff --git a/Child/Tests/Analytical/Detachment/standard_DET-1-1_lx.area b/examples_and_tests/Analytical/Detachment/standard_DET-1-1_lx.area similarity index 100% rename from Child/Tests/Analytical/Detachment/standard_DET-1-1_lx.area rename to examples_and_tests/Analytical/Detachment/standard_DET-1-1_lx.area diff --git a/Child/Tests/Analytical/Detachment/standard_DET-1-1_lx.edges b/examples_and_tests/Analytical/Detachment/standard_DET-1-1_lx.edges similarity index 100% rename from Child/Tests/Analytical/Detachment/standard_DET-1-1_lx.edges rename to examples_and_tests/Analytical/Detachment/standard_DET-1-1_lx.edges diff --git a/Child/Tests/Analytical/Detachment/standard_DET-1-1_lx.in b/examples_and_tests/Analytical/Detachment/standard_DET-1-1_lx.in similarity index 100% rename from Child/Tests/Analytical/Detachment/standard_DET-1-1_lx.in rename to examples_and_tests/Analytical/Detachment/standard_DET-1-1_lx.in diff --git a/Child/Tests/Analytical/Detachment/standard_DET-1-1_lx.inputs b/examples_and_tests/Analytical/Detachment/standard_DET-1-1_lx.inputs similarity index 100% rename from Child/Tests/Analytical/Detachment/standard_DET-1-1_lx.inputs rename to examples_and_tests/Analytical/Detachment/standard_DET-1-1_lx.inputs diff --git a/Child/Tests/Analytical/Detachment/standard_DET-1-1_lx.lay0 b/examples_and_tests/Analytical/Detachment/standard_DET-1-1_lx.lay0 similarity index 100% rename from Child/Tests/Analytical/Detachment/standard_DET-1-1_lx.lay0 rename to examples_and_tests/Analytical/Detachment/standard_DET-1-1_lx.lay0 diff --git a/Child/Tests/Analytical/Detachment/standard_DET-1-1_lx.lay1 b/examples_and_tests/Analytical/Detachment/standard_DET-1-1_lx.lay1 similarity index 100% rename from Child/Tests/Analytical/Detachment/standard_DET-1-1_lx.lay1 rename to examples_and_tests/Analytical/Detachment/standard_DET-1-1_lx.lay1 diff --git a/Child/Tests/Analytical/Detachment/standard_DET-1-1_lx.lay2 b/examples_and_tests/Analytical/Detachment/standard_DET-1-1_lx.lay2 similarity index 100% rename from Child/Tests/Analytical/Detachment/standard_DET-1-1_lx.lay2 rename to examples_and_tests/Analytical/Detachment/standard_DET-1-1_lx.lay2 diff --git a/Child/Tests/Analytical/Detachment/standard_DET-1-1_lx.lay3 b/examples_and_tests/Analytical/Detachment/standard_DET-1-1_lx.lay3 similarity index 100% rename from Child/Tests/Analytical/Detachment/standard_DET-1-1_lx.lay3 rename to examples_and_tests/Analytical/Detachment/standard_DET-1-1_lx.lay3 diff --git a/Child/Tests/Analytical/Detachment/standard_DET-1-1_lx.lay4 b/examples_and_tests/Analytical/Detachment/standard_DET-1-1_lx.lay4 similarity index 100% rename from Child/Tests/Analytical/Detachment/standard_DET-1-1_lx.lay4 rename to examples_and_tests/Analytical/Detachment/standard_DET-1-1_lx.lay4 diff --git a/Child/Tests/Analytical/Detachment/standard_DET-1-1_lx.net b/examples_and_tests/Analytical/Detachment/standard_DET-1-1_lx.net similarity index 100% rename from Child/Tests/Analytical/Detachment/standard_DET-1-1_lx.net rename to examples_and_tests/Analytical/Detachment/standard_DET-1-1_lx.net diff --git a/Child/Tests/Analytical/Detachment/standard_DET-1-1_lx.nodes b/examples_and_tests/Analytical/Detachment/standard_DET-1-1_lx.nodes similarity index 100% rename from Child/Tests/Analytical/Detachment/standard_DET-1-1_lx.nodes rename to examples_and_tests/Analytical/Detachment/standard_DET-1-1_lx.nodes diff --git a/Child/Tests/Analytical/Detachment/standard_DET-1-1_lx.q b/examples_and_tests/Analytical/Detachment/standard_DET-1-1_lx.q similarity index 100% rename from Child/Tests/Analytical/Detachment/standard_DET-1-1_lx.q rename to examples_and_tests/Analytical/Detachment/standard_DET-1-1_lx.q diff --git a/Child/Tests/Analytical/Detachment/standard_DET-1-1_lx.slp b/examples_and_tests/Analytical/Detachment/standard_DET-1-1_lx.slp similarity index 100% rename from Child/Tests/Analytical/Detachment/standard_DET-1-1_lx.slp rename to examples_and_tests/Analytical/Detachment/standard_DET-1-1_lx.slp diff --git a/Child/Tests/Analytical/Detachment/standard_DET-1-1_lx.tau b/examples_and_tests/Analytical/Detachment/standard_DET-1-1_lx.tau similarity index 100% rename from Child/Tests/Analytical/Detachment/standard_DET-1-1_lx.tau rename to examples_and_tests/Analytical/Detachment/standard_DET-1-1_lx.tau diff --git a/Child/Tests/Analytical/Detachment/standard_DET-1-1_lx.tri b/examples_and_tests/Analytical/Detachment/standard_DET-1-1_lx.tri similarity index 100% rename from Child/Tests/Analytical/Detachment/standard_DET-1-1_lx.tri rename to examples_and_tests/Analytical/Detachment/standard_DET-1-1_lx.tri diff --git a/Child/Tests/Analytical/Detachment/standard_DET-1-1_lx.tx b/examples_and_tests/Analytical/Detachment/standard_DET-1-1_lx.tx similarity index 100% rename from Child/Tests/Analytical/Detachment/standard_DET-1-1_lx.tx rename to examples_and_tests/Analytical/Detachment/standard_DET-1-1_lx.tx diff --git a/Child/Tests/Analytical/Detachment/standard_DET-1-1_lx.varea b/examples_and_tests/Analytical/Detachment/standard_DET-1-1_lx.varea similarity index 100% rename from Child/Tests/Analytical/Detachment/standard_DET-1-1_lx.varea rename to examples_and_tests/Analytical/Detachment/standard_DET-1-1_lx.varea diff --git a/Child/Tests/Analytical/Detachment/standard_DET-1-1_lx.z b/examples_and_tests/Analytical/Detachment/standard_DET-1-1_lx.z similarity index 100% rename from Child/Tests/Analytical/Detachment/standard_DET-1-1_lx.z rename to examples_and_tests/Analytical/Detachment/standard_DET-1-1_lx.z diff --git a/Child/Tests/Analytical/Detachment/standard_DET-1-1_lx0310.in b/examples_and_tests/Analytical/Detachment/standard_DET-1-1_lx0310.in similarity index 100% rename from Child/Tests/Analytical/Detachment/standard_DET-1-1_lx0310.in rename to examples_and_tests/Analytical/Detachment/standard_DET-1-1_lx0310.in diff --git a/Child/Tests/Analytical/Diffusion/standard_DIF-1-1_lx.area b/examples_and_tests/Analytical/Diffusion/standard_DIF-1-1_lx.area similarity index 100% rename from Child/Tests/Analytical/Diffusion/standard_DIF-1-1_lx.area rename to examples_and_tests/Analytical/Diffusion/standard_DIF-1-1_lx.area diff --git a/Child/Tests/Analytical/Diffusion/standard_DIF-1-1_lx.edges b/examples_and_tests/Analytical/Diffusion/standard_DIF-1-1_lx.edges similarity index 100% rename from Child/Tests/Analytical/Diffusion/standard_DIF-1-1_lx.edges rename to examples_and_tests/Analytical/Diffusion/standard_DIF-1-1_lx.edges diff --git a/Child/Tests/Analytical/Diffusion/standard_DIF-1-1_lx.in b/examples_and_tests/Analytical/Diffusion/standard_DIF-1-1_lx.in similarity index 100% rename from Child/Tests/Analytical/Diffusion/standard_DIF-1-1_lx.in rename to examples_and_tests/Analytical/Diffusion/standard_DIF-1-1_lx.in diff --git a/Child/Tests/Analytical/Diffusion/standard_DIF-1-1_lx.inputs b/examples_and_tests/Analytical/Diffusion/standard_DIF-1-1_lx.inputs similarity index 100% rename from Child/Tests/Analytical/Diffusion/standard_DIF-1-1_lx.inputs rename to examples_and_tests/Analytical/Diffusion/standard_DIF-1-1_lx.inputs diff --git a/Child/Tests/Analytical/Diffusion/standard_DIF-1-1_lx.lay0 b/examples_and_tests/Analytical/Diffusion/standard_DIF-1-1_lx.lay0 similarity index 100% rename from Child/Tests/Analytical/Diffusion/standard_DIF-1-1_lx.lay0 rename to examples_and_tests/Analytical/Diffusion/standard_DIF-1-1_lx.lay0 diff --git a/Child/Tests/Analytical/Diffusion/standard_DIF-1-1_lx.lay1 b/examples_and_tests/Analytical/Diffusion/standard_DIF-1-1_lx.lay1 similarity index 100% rename from Child/Tests/Analytical/Diffusion/standard_DIF-1-1_lx.lay1 rename to examples_and_tests/Analytical/Diffusion/standard_DIF-1-1_lx.lay1 diff --git a/Child/Tests/Analytical/Diffusion/standard_DIF-1-1_lx.lay2 b/examples_and_tests/Analytical/Diffusion/standard_DIF-1-1_lx.lay2 similarity index 100% rename from Child/Tests/Analytical/Diffusion/standard_DIF-1-1_lx.lay2 rename to examples_and_tests/Analytical/Diffusion/standard_DIF-1-1_lx.lay2 diff --git a/Child/Tests/Analytical/Diffusion/standard_DIF-1-1_lx.lay3 b/examples_and_tests/Analytical/Diffusion/standard_DIF-1-1_lx.lay3 similarity index 100% rename from Child/Tests/Analytical/Diffusion/standard_DIF-1-1_lx.lay3 rename to examples_and_tests/Analytical/Diffusion/standard_DIF-1-1_lx.lay3 diff --git a/Child/Tests/Analytical/Diffusion/standard_DIF-1-1_lx.lay4 b/examples_and_tests/Analytical/Diffusion/standard_DIF-1-1_lx.lay4 similarity index 100% rename from Child/Tests/Analytical/Diffusion/standard_DIF-1-1_lx.lay4 rename to examples_and_tests/Analytical/Diffusion/standard_DIF-1-1_lx.lay4 diff --git a/Child/Tests/Analytical/Diffusion/standard_DIF-1-1_lx.lay5 b/examples_and_tests/Analytical/Diffusion/standard_DIF-1-1_lx.lay5 similarity index 100% rename from Child/Tests/Analytical/Diffusion/standard_DIF-1-1_lx.lay5 rename to examples_and_tests/Analytical/Diffusion/standard_DIF-1-1_lx.lay5 diff --git a/Child/Tests/Analytical/Diffusion/standard_DIF-1-1_lx.net b/examples_and_tests/Analytical/Diffusion/standard_DIF-1-1_lx.net similarity index 100% rename from Child/Tests/Analytical/Diffusion/standard_DIF-1-1_lx.net rename to examples_and_tests/Analytical/Diffusion/standard_DIF-1-1_lx.net diff --git a/Child/Tests/Analytical/Diffusion/standard_DIF-1-1_lx.nodes b/examples_and_tests/Analytical/Diffusion/standard_DIF-1-1_lx.nodes similarity index 100% rename from Child/Tests/Analytical/Diffusion/standard_DIF-1-1_lx.nodes rename to examples_and_tests/Analytical/Diffusion/standard_DIF-1-1_lx.nodes diff --git a/Child/Tests/Analytical/Diffusion/standard_DIF-1-1_lx.q b/examples_and_tests/Analytical/Diffusion/standard_DIF-1-1_lx.q similarity index 100% rename from Child/Tests/Analytical/Diffusion/standard_DIF-1-1_lx.q rename to examples_and_tests/Analytical/Diffusion/standard_DIF-1-1_lx.q diff --git a/Child/Tests/Analytical/Diffusion/standard_DIF-1-1_lx.slp b/examples_and_tests/Analytical/Diffusion/standard_DIF-1-1_lx.slp similarity index 100% rename from Child/Tests/Analytical/Diffusion/standard_DIF-1-1_lx.slp rename to examples_and_tests/Analytical/Diffusion/standard_DIF-1-1_lx.slp diff --git a/Child/Tests/Analytical/Diffusion/standard_DIF-1-1_lx.tau b/examples_and_tests/Analytical/Diffusion/standard_DIF-1-1_lx.tau similarity index 100% rename from Child/Tests/Analytical/Diffusion/standard_DIF-1-1_lx.tau rename to examples_and_tests/Analytical/Diffusion/standard_DIF-1-1_lx.tau diff --git a/Child/Tests/Analytical/Diffusion/standard_DIF-1-1_lx.tri b/examples_and_tests/Analytical/Diffusion/standard_DIF-1-1_lx.tri similarity index 100% rename from Child/Tests/Analytical/Diffusion/standard_DIF-1-1_lx.tri rename to examples_and_tests/Analytical/Diffusion/standard_DIF-1-1_lx.tri diff --git a/Child/Tests/Analytical/Diffusion/standard_DIF-1-1_lx.tx b/examples_and_tests/Analytical/Diffusion/standard_DIF-1-1_lx.tx similarity index 100% rename from Child/Tests/Analytical/Diffusion/standard_DIF-1-1_lx.tx rename to examples_and_tests/Analytical/Diffusion/standard_DIF-1-1_lx.tx diff --git a/Child/Tests/Analytical/Diffusion/standard_DIF-1-1_lx.varea b/examples_and_tests/Analytical/Diffusion/standard_DIF-1-1_lx.varea similarity index 100% rename from Child/Tests/Analytical/Diffusion/standard_DIF-1-1_lx.varea rename to examples_and_tests/Analytical/Diffusion/standard_DIF-1-1_lx.varea diff --git a/Child/Tests/Analytical/Diffusion/standard_DIF-1-1_lx.z b/examples_and_tests/Analytical/Diffusion/standard_DIF-1-1_lx.z similarity index 100% rename from Child/Tests/Analytical/Diffusion/standard_DIF-1-1_lx.z rename to examples_and_tests/Analytical/Diffusion/standard_DIF-1-1_lx.z diff --git a/Child/Tests/ExampleInputs/BasicExamples/basicDlim1.in b/examples_and_tests/ExampleInputs/BasicExamples/basicDlim1.in similarity index 100% rename from Child/Tests/ExampleInputs/BasicExamples/basicDlim1.in rename to examples_and_tests/ExampleInputs/BasicExamples/basicDlim1.in diff --git a/Child/Tests/ExampleInputs/ESPL_Stochastic_Threshold/dlimn1.in b/examples_and_tests/ExampleInputs/ESPL_Stochastic_Threshold/dlimn1.in similarity index 100% rename from Child/Tests/ExampleInputs/ESPL_Stochastic_Threshold/dlimn1.in rename to examples_and_tests/ExampleInputs/ESPL_Stochastic_Threshold/dlimn1.in diff --git a/Child/Tests/ExampleInputs/ESPL_Stochastic_Threshold/dlimn2.in b/examples_and_tests/ExampleInputs/ESPL_Stochastic_Threshold/dlimn2.in similarity index 100% rename from Child/Tests/ExampleInputs/ESPL_Stochastic_Threshold/dlimn2.in rename to examples_and_tests/ExampleInputs/ESPL_Stochastic_Threshold/dlimn2.in diff --git a/Child/Tests/ExampleInputs/ESPL_Stochastic_Threshold/dlimn3.in b/examples_and_tests/ExampleInputs/ESPL_Stochastic_Threshold/dlimn3.in similarity index 100% rename from Child/Tests/ExampleInputs/ESPL_Stochastic_Threshold/dlimn3.in rename to examples_and_tests/ExampleInputs/ESPL_Stochastic_Threshold/dlimn3.in diff --git a/Child/Tests/ExampleInputs/FQS_examples/parabolicex1.in b/examples_and_tests/ExampleInputs/FQS_examples/parabolicex1.in similarity index 100% rename from Child/Tests/ExampleInputs/FQS_examples/parabolicex1.in rename to examples_and_tests/ExampleInputs/FQS_examples/parabolicex1.in diff --git a/Child/Tests/ExampleInputs/FQS_examples/parabolicex2.in b/examples_and_tests/ExampleInputs/FQS_examples/parabolicex2.in similarity index 100% rename from Child/Tests/ExampleInputs/FQS_examples/parabolicex2.in rename to examples_and_tests/ExampleInputs/FQS_examples/parabolicex2.in diff --git a/Child/Tests/ExampleInputs/FQS_examples/parkerexample.in b/examples_and_tests/ExampleInputs/FQS_examples/parkerexample.in similarity index 100% rename from Child/Tests/ExampleInputs/FQS_examples/parkerexample.in rename to examples_and_tests/ExampleInputs/FQS_examples/parkerexample.in diff --git a/Child/Tests/ExampleInputs/FQS_examples/sklarexample.in b/examples_and_tests/ExampleInputs/FQS_examples/sklarexample.in similarity index 100% rename from Child/Tests/ExampleInputs/FQS_examples/sklarexample.in rename to examples_and_tests/ExampleInputs/FQS_examples/sklarexample.in diff --git a/Child/Tests/ExampleInputs/TransportLimited/bagnold1.in b/examples_and_tests/ExampleInputs/TransportLimited/bagnold1.in similarity index 100% rename from Child/Tests/ExampleInputs/TransportLimited/bagnold1.in rename to examples_and_tests/ExampleInputs/TransportLimited/bagnold1.in diff --git a/Child/Tests/ExampleInputs/TransportLimited/bagnold1.inputs b/examples_and_tests/ExampleInputs/TransportLimited/bagnold1.inputs similarity index 100% rename from Child/Tests/ExampleInputs/TransportLimited/bagnold1.inputs rename to examples_and_tests/ExampleInputs/TransportLimited/bagnold1.inputs diff --git a/Child/Tests/ExampleInputs/TransportLimited/bagnold2.in b/examples_and_tests/ExampleInputs/TransportLimited/bagnold2.in similarity index 100% rename from Child/Tests/ExampleInputs/TransportLimited/bagnold2.in rename to examples_and_tests/ExampleInputs/TransportLimited/bagnold2.in diff --git a/Child/Tests/ExampleInputs/TransportLimited/bagnold2.inputs b/examples_and_tests/ExampleInputs/TransportLimited/bagnold2.inputs similarity index 100% rename from Child/Tests/ExampleInputs/TransportLimited/bagnold2.inputs rename to examples_and_tests/ExampleInputs/TransportLimited/bagnold2.inputs diff --git a/Child/Tests/ExampleInputs/TransportLimited/bagnold3.in b/examples_and_tests/ExampleInputs/TransportLimited/bagnold3.in similarity index 100% rename from Child/Tests/ExampleInputs/TransportLimited/bagnold3.in rename to examples_and_tests/ExampleInputs/TransportLimited/bagnold3.in diff --git a/Child/Tests/ExampleInputs/TransportLimited/bagnold3.inputs b/examples_and_tests/ExampleInputs/TransportLimited/bagnold3.inputs similarity index 100% rename from Child/Tests/ExampleInputs/TransportLimited/bagnold3.inputs rename to examples_and_tests/ExampleInputs/TransportLimited/bagnold3.inputs diff --git a/Child/Tests/ExampleInputs/TransportLimited/bagnold4.in b/examples_and_tests/ExampleInputs/TransportLimited/bagnold4.in similarity index 100% rename from Child/Tests/ExampleInputs/TransportLimited/bagnold4.in rename to examples_and_tests/ExampleInputs/TransportLimited/bagnold4.in diff --git a/Child/Tests/ExampleInputs/TransportLimited/bagnold4.inputs b/examples_and_tests/ExampleInputs/TransportLimited/bagnold4.inputs similarity index 100% rename from Child/Tests/ExampleInputs/TransportLimited/bagnold4.inputs rename to examples_and_tests/ExampleInputs/TransportLimited/bagnold4.inputs diff --git a/Child/Tests/ExampleInputs/TransportLimited/bagnold5.in b/examples_and_tests/ExampleInputs/TransportLimited/bagnold5.in similarity index 100% rename from Child/Tests/ExampleInputs/TransportLimited/bagnold5.in rename to examples_and_tests/ExampleInputs/TransportLimited/bagnold5.in diff --git a/Child/Tests/ExampleInputs/TransportLimited/bagnold5.inputs b/examples_and_tests/ExampleInputs/TransportLimited/bagnold5.inputs similarity index 100% rename from Child/Tests/ExampleInputs/TransportLimited/bagnold5.inputs rename to examples_and_tests/ExampleInputs/TransportLimited/bagnold5.inputs diff --git a/Child/Tests/ExampleInputs/TransportLimited/bagnold_test_040527.in b/examples_and_tests/ExampleInputs/TransportLimited/bagnold_test_040527.in similarity index 100% rename from Child/Tests/ExampleInputs/TransportLimited/bagnold_test_040527.in rename to examples_and_tests/ExampleInputs/TransportLimited/bagnold_test_040527.in diff --git a/Child/Tests/ExampleInputs/TransportLimited/bplatnew1.in b/examples_and_tests/ExampleInputs/TransportLimited/bplatnew1.in similarity index 100% rename from Child/Tests/ExampleInputs/TransportLimited/bplatnew1.in rename to examples_and_tests/ExampleInputs/TransportLimited/bplatnew1.in diff --git a/Child/Tests/ExampleInputs/TransportLimited/bplatnew1.inputs b/examples_and_tests/ExampleInputs/TransportLimited/bplatnew1.inputs similarity index 100% rename from Child/Tests/ExampleInputs/TransportLimited/bplatnew1.inputs rename to examples_and_tests/ExampleInputs/TransportLimited/bplatnew1.inputs diff --git a/Child/Tests/ExampleInputs/TransportLimited/bplatnew2.in b/examples_and_tests/ExampleInputs/TransportLimited/bplatnew2.in similarity index 100% rename from Child/Tests/ExampleInputs/TransportLimited/bplatnew2.in rename to examples_and_tests/ExampleInputs/TransportLimited/bplatnew2.in diff --git a/Child/Tests/ExampleInputs/TransportLimited/bplatnew2.inputs b/examples_and_tests/ExampleInputs/TransportLimited/bplatnew2.inputs similarity index 100% rename from Child/Tests/ExampleInputs/TransportLimited/bplatnew2.inputs rename to examples_and_tests/ExampleInputs/TransportLimited/bplatnew2.inputs diff --git a/Child/Tests/ExampleInputs/TransportLimited/slopetest_tlim_1.in b/examples_and_tests/ExampleInputs/TransportLimited/slopetest_tlim_1.in similarity index 100% rename from Child/Tests/ExampleInputs/TransportLimited/slopetest_tlim_1.in rename to examples_and_tests/ExampleInputs/TransportLimited/slopetest_tlim_1.in diff --git a/Child/Tests/InterfaceTests/interface_test_apr2010.in b/examples_and_tests/InterfaceTests/interface_test_apr2010.in similarity index 100% rename from Child/Tests/InterfaceTests/interface_test_apr2010.in rename to examples_and_tests/InterfaceTests/interface_test_apr2010.in diff --git a/Child/Tests/NonlinearCreep/_README-NonlinearCreep.txt b/examples_and_tests/NonlinearCreep/_README-NonlinearCreep.txt similarity index 100% rename from Child/Tests/NonlinearCreep/_README-NonlinearCreep.txt rename to examples_and_tests/NonlinearCreep/_README-NonlinearCreep.txt diff --git a/Child/Tests/NonlinearCreep/nldifftestbasin1s.area b/examples_and_tests/NonlinearCreep/nldifftestbasin1s.area similarity index 100% rename from Child/Tests/NonlinearCreep/nldifftestbasin1s.area rename to examples_and_tests/NonlinearCreep/nldifftestbasin1s.area diff --git a/Child/Tests/NonlinearCreep/nldifftestbasin1s.edges b/examples_and_tests/NonlinearCreep/nldifftestbasin1s.edges similarity index 100% rename from Child/Tests/NonlinearCreep/nldifftestbasin1s.edges rename to examples_and_tests/NonlinearCreep/nldifftestbasin1s.edges diff --git a/Child/Tests/NonlinearCreep/nldifftestbasin1s.in b/examples_and_tests/NonlinearCreep/nldifftestbasin1s.in similarity index 100% rename from Child/Tests/NonlinearCreep/nldifftestbasin1s.in rename to examples_and_tests/NonlinearCreep/nldifftestbasin1s.in diff --git a/Child/Tests/NonlinearCreep/nldifftestbasin1s.nodes b/examples_and_tests/NonlinearCreep/nldifftestbasin1s.nodes similarity index 100% rename from Child/Tests/NonlinearCreep/nldifftestbasin1s.nodes rename to examples_and_tests/NonlinearCreep/nldifftestbasin1s.nodes diff --git a/Child/Tests/NonlinearCreep/nldifftestbasin1s.slp b/examples_and_tests/NonlinearCreep/nldifftestbasin1s.slp similarity index 100% rename from Child/Tests/NonlinearCreep/nldifftestbasin1s.slp rename to examples_and_tests/NonlinearCreep/nldifftestbasin1s.slp diff --git a/Child/Tests/NonlinearCreep/nldifftestbasin1s.tri b/examples_and_tests/NonlinearCreep/nldifftestbasin1s.tri similarity index 100% rename from Child/Tests/NonlinearCreep/nldifftestbasin1s.tri rename to examples_and_tests/NonlinearCreep/nldifftestbasin1s.tri diff --git a/Child/Tests/NonlinearCreep/nldifftestbasin1s.z b/examples_and_tests/NonlinearCreep/nldifftestbasin1s.z similarity index 100% rename from Child/Tests/NonlinearCreep/nldifftestbasin1s.z rename to examples_and_tests/NonlinearCreep/nldifftestbasin1s.z diff --git a/Child/Tests/NonlinearCreep/nldifftestbasin2.area b/examples_and_tests/NonlinearCreep/nldifftestbasin2.area similarity index 100% rename from Child/Tests/NonlinearCreep/nldifftestbasin2.area rename to examples_and_tests/NonlinearCreep/nldifftestbasin2.area diff --git a/Child/Tests/NonlinearCreep/nldifftestbasin2.edges b/examples_and_tests/NonlinearCreep/nldifftestbasin2.edges similarity index 100% rename from Child/Tests/NonlinearCreep/nldifftestbasin2.edges rename to examples_and_tests/NonlinearCreep/nldifftestbasin2.edges diff --git a/Child/Tests/NonlinearCreep/nldifftestbasin2.in b/examples_and_tests/NonlinearCreep/nldifftestbasin2.in similarity index 100% rename from Child/Tests/NonlinearCreep/nldifftestbasin2.in rename to examples_and_tests/NonlinearCreep/nldifftestbasin2.in diff --git a/Child/Tests/NonlinearCreep/nldifftestbasin2.nodes b/examples_and_tests/NonlinearCreep/nldifftestbasin2.nodes similarity index 100% rename from Child/Tests/NonlinearCreep/nldifftestbasin2.nodes rename to examples_and_tests/NonlinearCreep/nldifftestbasin2.nodes diff --git a/Child/Tests/NonlinearCreep/nldifftestbasin2.slp b/examples_and_tests/NonlinearCreep/nldifftestbasin2.slp similarity index 100% rename from Child/Tests/NonlinearCreep/nldifftestbasin2.slp rename to examples_and_tests/NonlinearCreep/nldifftestbasin2.slp diff --git a/Child/Tests/NonlinearCreep/nldifftestbasin2.tri b/examples_and_tests/NonlinearCreep/nldifftestbasin2.tri similarity index 100% rename from Child/Tests/NonlinearCreep/nldifftestbasin2.tri rename to examples_and_tests/NonlinearCreep/nldifftestbasin2.tri diff --git a/Child/Tests/NonlinearCreep/nldifftestbasin2.z b/examples_and_tests/NonlinearCreep/nldifftestbasin2.z similarity index 100% rename from Child/Tests/NonlinearCreep/nldifftestbasin2.z rename to examples_and_tests/NonlinearCreep/nldifftestbasin2.z diff --git a/Child/Tests/NonlinearCreep/nldifftestbasin2s.area b/examples_and_tests/NonlinearCreep/nldifftestbasin2s.area similarity index 100% rename from Child/Tests/NonlinearCreep/nldifftestbasin2s.area rename to examples_and_tests/NonlinearCreep/nldifftestbasin2s.area diff --git a/Child/Tests/NonlinearCreep/nldifftestbasin2s.edges b/examples_and_tests/NonlinearCreep/nldifftestbasin2s.edges similarity index 100% rename from Child/Tests/NonlinearCreep/nldifftestbasin2s.edges rename to examples_and_tests/NonlinearCreep/nldifftestbasin2s.edges diff --git a/Child/Tests/NonlinearCreep/nldifftestbasin2s.in b/examples_and_tests/NonlinearCreep/nldifftestbasin2s.in similarity index 100% rename from Child/Tests/NonlinearCreep/nldifftestbasin2s.in rename to examples_and_tests/NonlinearCreep/nldifftestbasin2s.in diff --git a/Child/Tests/NonlinearCreep/nldifftestbasin2s.nodes b/examples_and_tests/NonlinearCreep/nldifftestbasin2s.nodes similarity index 100% rename from Child/Tests/NonlinearCreep/nldifftestbasin2s.nodes rename to examples_and_tests/NonlinearCreep/nldifftestbasin2s.nodes diff --git a/Child/Tests/NonlinearCreep/nldifftestbasin2s.slp b/examples_and_tests/NonlinearCreep/nldifftestbasin2s.slp similarity index 100% rename from Child/Tests/NonlinearCreep/nldifftestbasin2s.slp rename to examples_and_tests/NonlinearCreep/nldifftestbasin2s.slp diff --git a/Child/Tests/NonlinearCreep/nldifftestbasin2s.tri b/examples_and_tests/NonlinearCreep/nldifftestbasin2s.tri similarity index 100% rename from Child/Tests/NonlinearCreep/nldifftestbasin2s.tri rename to examples_and_tests/NonlinearCreep/nldifftestbasin2s.tri diff --git a/Child/Tests/NonlinearCreep/nldifftestbasin2s.z b/examples_and_tests/NonlinearCreep/nldifftestbasin2s.z similarity index 100% rename from Child/Tests/NonlinearCreep/nldifftestbasin2s.z rename to examples_and_tests/NonlinearCreep/nldifftestbasin2s.z diff --git a/Child/Tests/NonlinearCreep/nldifftestbasin3s.area b/examples_and_tests/NonlinearCreep/nldifftestbasin3s.area similarity index 100% rename from Child/Tests/NonlinearCreep/nldifftestbasin3s.area rename to examples_and_tests/NonlinearCreep/nldifftestbasin3s.area diff --git a/Child/Tests/NonlinearCreep/nldifftestbasin3s.edges b/examples_and_tests/NonlinearCreep/nldifftestbasin3s.edges similarity index 100% rename from Child/Tests/NonlinearCreep/nldifftestbasin3s.edges rename to examples_and_tests/NonlinearCreep/nldifftestbasin3s.edges diff --git a/Child/Tests/NonlinearCreep/nldifftestbasin3s.in b/examples_and_tests/NonlinearCreep/nldifftestbasin3s.in similarity index 100% rename from Child/Tests/NonlinearCreep/nldifftestbasin3s.in rename to examples_and_tests/NonlinearCreep/nldifftestbasin3s.in diff --git a/Child/Tests/NonlinearCreep/nldifftestbasin3s.nodes b/examples_and_tests/NonlinearCreep/nldifftestbasin3s.nodes similarity index 100% rename from Child/Tests/NonlinearCreep/nldifftestbasin3s.nodes rename to examples_and_tests/NonlinearCreep/nldifftestbasin3s.nodes diff --git a/Child/Tests/NonlinearCreep/nldifftestbasin3s.slp b/examples_and_tests/NonlinearCreep/nldifftestbasin3s.slp similarity index 100% rename from Child/Tests/NonlinearCreep/nldifftestbasin3s.slp rename to examples_and_tests/NonlinearCreep/nldifftestbasin3s.slp diff --git a/Child/Tests/NonlinearCreep/nldifftestbasin3s.tri b/examples_and_tests/NonlinearCreep/nldifftestbasin3s.tri similarity index 100% rename from Child/Tests/NonlinearCreep/nldifftestbasin3s.tri rename to examples_and_tests/NonlinearCreep/nldifftestbasin3s.tri diff --git a/Child/Tests/NonlinearCreep/nldifftestbasin3s.z b/examples_and_tests/NonlinearCreep/nldifftestbasin3s.z similarity index 100% rename from Child/Tests/NonlinearCreep/nldifftestbasin3s.z rename to examples_and_tests/NonlinearCreep/nldifftestbasin3s.z diff --git a/Child/Tests/NonlinearCreep/nldifftestbasin4s.area b/examples_and_tests/NonlinearCreep/nldifftestbasin4s.area similarity index 100% rename from Child/Tests/NonlinearCreep/nldifftestbasin4s.area rename to examples_and_tests/NonlinearCreep/nldifftestbasin4s.area diff --git a/Child/Tests/NonlinearCreep/nldifftestbasin4s.edges b/examples_and_tests/NonlinearCreep/nldifftestbasin4s.edges similarity index 100% rename from Child/Tests/NonlinearCreep/nldifftestbasin4s.edges rename to examples_and_tests/NonlinearCreep/nldifftestbasin4s.edges diff --git a/Child/Tests/NonlinearCreep/nldifftestbasin4s.in b/examples_and_tests/NonlinearCreep/nldifftestbasin4s.in similarity index 100% rename from Child/Tests/NonlinearCreep/nldifftestbasin4s.in rename to examples_and_tests/NonlinearCreep/nldifftestbasin4s.in diff --git a/Child/Tests/NonlinearCreep/nldifftestbasin4s.nodes b/examples_and_tests/NonlinearCreep/nldifftestbasin4s.nodes similarity index 100% rename from Child/Tests/NonlinearCreep/nldifftestbasin4s.nodes rename to examples_and_tests/NonlinearCreep/nldifftestbasin4s.nodes diff --git a/Child/Tests/NonlinearCreep/nldifftestbasin4s.slp b/examples_and_tests/NonlinearCreep/nldifftestbasin4s.slp similarity index 100% rename from Child/Tests/NonlinearCreep/nldifftestbasin4s.slp rename to examples_and_tests/NonlinearCreep/nldifftestbasin4s.slp diff --git a/Child/Tests/NonlinearCreep/nldifftestbasin4s.tri b/examples_and_tests/NonlinearCreep/nldifftestbasin4s.tri similarity index 100% rename from Child/Tests/NonlinearCreep/nldifftestbasin4s.tri rename to examples_and_tests/NonlinearCreep/nldifftestbasin4s.tri diff --git a/Child/Tests/NonlinearCreep/nldifftestbasin4s.z b/examples_and_tests/NonlinearCreep/nldifftestbasin4s.z similarity index 100% rename from Child/Tests/NonlinearCreep/nldifftestbasin4s.z rename to examples_and_tests/NonlinearCreep/nldifftestbasin4s.z diff --git a/Child/Tests/Regressions/FillLake/mtnrange.in b/examples_and_tests/Regressions/FillLake/mtnrange.in similarity index 100% rename from Child/Tests/Regressions/FillLake/mtnrange.in rename to examples_and_tests/Regressions/FillLake/mtnrange.in diff --git a/Child/Tests/Regressions/Meandering/geoarchtest.in b/examples_and_tests/Regressions/Meandering/geoarchtest.in similarity index 100% rename from Child/Tests/Regressions/Meandering/geoarchtest.in rename to examples_and_tests/Regressions/Meandering/geoarchtest.in diff --git a/Child/Tests/Regressions/Meandering/valleytest.in b/examples_and_tests/Regressions/Meandering/valleytest.in similarity index 100% rename from Child/Tests/Regressions/Meandering/valleytest.in rename to examples_and_tests/Regressions/Meandering/valleytest.in diff --git a/Child/Tests/Regressions/Meandering/wcinit.edges b/examples_and_tests/Regressions/Meandering/wcinit.edges similarity index 100% rename from Child/Tests/Regressions/Meandering/wcinit.edges rename to examples_and_tests/Regressions/Meandering/wcinit.edges diff --git a/Child/Tests/Regressions/Meandering/wcinit.nodes b/examples_and_tests/Regressions/Meandering/wcinit.nodes similarity index 100% rename from Child/Tests/Regressions/Meandering/wcinit.nodes rename to examples_and_tests/Regressions/Meandering/wcinit.nodes diff --git a/Child/Tests/Regressions/Meandering/wcinit.tri b/examples_and_tests/Regressions/Meandering/wcinit.tri similarity index 100% rename from Child/Tests/Regressions/Meandering/wcinit.tri rename to examples_and_tests/Regressions/Meandering/wcinit.tri diff --git a/Child/Tests/Regressions/Meandering/wcinit.z b/examples_and_tests/Regressions/Meandering/wcinit.z similarity index 100% rename from Child/Tests/Regressions/Meandering/wcinit.z rename to examples_and_tests/Regressions/Meandering/wcinit.z diff --git a/Child/Tests/Regressions/XYZ/AA.in b/examples_and_tests/Regressions/XYZ/AA.in similarity index 100% rename from Child/Tests/Regressions/XYZ/AA.in rename to examples_and_tests/Regressions/XYZ/AA.in diff --git a/Child/Tests/Regressions/XYZ/dense0.xyzb b/examples_and_tests/Regressions/XYZ/dense0.xyzb similarity index 100% rename from Child/Tests/Regressions/XYZ/dense0.xyzb rename to examples_and_tests/Regressions/XYZ/dense0.xyzb diff --git a/Child/Tests/Regressions/XYZ/dense2.xyzb b/examples_and_tests/Regressions/XYZ/dense2.xyzb similarity index 100% rename from Child/Tests/Regressions/XYZ/dense2.xyzb rename to examples_and_tests/Regressions/XYZ/dense2.xyzb diff --git a/Child/Tests/Regressions/XYZ/dense4.xyzb b/examples_and_tests/Regressions/XYZ/dense4.xyzb similarity index 100% rename from Child/Tests/Regressions/XYZ/dense4.xyzb rename to examples_and_tests/Regressions/XYZ/dense4.xyzb diff --git a/Child/Tests/Regressions/XYZ/sum.awk b/examples_and_tests/Regressions/XYZ/sum.awk similarity index 100% rename from Child/Tests/Regressions/XYZ/sum.awk rename to examples_and_tests/Regressions/XYZ/sum.awk diff --git a/Child/Tests/Regressions/XYZ/xyzb_files.dat b/examples_and_tests/Regressions/XYZ/xyzb_files.dat similarity index 100% rename from Child/Tests/Regressions/XYZ/xyzb_files.dat rename to examples_and_tests/Regressions/XYZ/xyzb_files.dat diff --git a/Child/Bin/childi.mk b/makefiles/childi.mk similarity index 100% rename from Child/Bin/childi.mk rename to makefiles/childi.mk diff --git a/Child/Bin/childsharedlib.mk b/makefiles/childsharedlib.mk similarity index 100% rename from Child/Bin/childsharedlib.mk rename to makefiles/childsharedlib.mk diff --git a/Child/Bin/gcc.mk b/makefiles/gcc.mk similarity index 100% rename from Child/Bin/gcc.mk rename to makefiles/gcc.mk diff --git a/Child/Bin/gcclib.mk b/makefiles/gcclib.mk similarity index 100% rename from Child/Bin/gcclib.mk rename to makefiles/gcclib.mk diff --git a/Child/Bin/gccmac.mk b/makefiles/gccmac.mk similarity index 100% rename from Child/Bin/gccmac.mk rename to makefiles/gccmac.mk diff --git a/CVSROOT/checkoutlist b/misc/CVSROOT/checkoutlist similarity index 100% rename from CVSROOT/checkoutlist rename to misc/CVSROOT/checkoutlist diff --git a/CVSROOT/commitinfo b/misc/CVSROOT/commitinfo similarity index 100% rename from CVSROOT/commitinfo rename to misc/CVSROOT/commitinfo diff --git a/CVSROOT/config b/misc/CVSROOT/config similarity index 100% rename from CVSROOT/config rename to misc/CVSROOT/config diff --git a/CVSROOT/cvswrappers b/misc/CVSROOT/cvswrappers similarity index 100% rename from CVSROOT/cvswrappers rename to misc/CVSROOT/cvswrappers diff --git a/CVSROOT/editinfo b/misc/CVSROOT/editinfo similarity index 100% rename from CVSROOT/editinfo rename to misc/CVSROOT/editinfo diff --git a/CVSROOT/loginfo b/misc/CVSROOT/loginfo similarity index 100% rename from CVSROOT/loginfo rename to misc/CVSROOT/loginfo diff --git a/CVSROOT/modules b/misc/CVSROOT/modules similarity index 100% rename from CVSROOT/modules rename to misc/CVSROOT/modules diff --git a/CVSROOT/notify b/misc/CVSROOT/notify similarity index 100% rename from CVSROOT/notify rename to misc/CVSROOT/notify diff --git a/CVSROOT/rcsinfo b/misc/CVSROOT/rcsinfo similarity index 100% rename from CVSROOT/rcsinfo rename to misc/CVSROOT/rcsinfo diff --git a/CVSROOT/taginfo b/misc/CVSROOT/taginfo similarity index 100% rename from CVSROOT/taginfo rename to misc/CVSROOT/taginfo diff --git a/CVSROOT/verifymsg b/misc/CVSROOT/verifymsg similarity index 100% rename from CVSROOT/verifymsg rename to misc/CVSROOT/verifymsg diff --git a/Child/Linuxbin/PC-lint/child.lnt b/misc/Linuxbin/PC-lint/child.lnt similarity index 100% rename from Child/Linuxbin/PC-lint/child.lnt rename to misc/Linuxbin/PC-lint/child.lnt diff --git a/Child/Linuxbin/PC-lint/extract_warning_info b/misc/Linuxbin/PC-lint/extract_warning_info similarity index 100% rename from Child/Linuxbin/PC-lint/extract_warning_info rename to misc/Linuxbin/PC-lint/extract_warning_info diff --git a/Child/Linuxbin/PC-lint/pclint.mk b/misc/Linuxbin/PC-lint/pclint.mk similarity index 100% rename from Child/Linuxbin/PC-lint/pclint.mk rename to misc/Linuxbin/PC-lint/pclint.mk diff --git a/Child/Linuxbin/bcc.mk b/misc/Linuxbin/bcc.mk similarity index 100% rename from Child/Linuxbin/bcc.mk rename to misc/Linuxbin/bcc.mk diff --git a/Child/Linuxbin/child.mk b/misc/Linuxbin/child.mk similarity index 100% rename from Child/Linuxbin/child.mk rename to misc/Linuxbin/child.mk diff --git a/Child/Linuxbin/child_test_lith.mk b/misc/Linuxbin/child_test_lith.mk similarity index 100% rename from Child/Linuxbin/child_test_lith.mk rename to misc/Linuxbin/child_test_lith.mk diff --git a/Child/Linuxbin/childi.mk b/misc/Linuxbin/childi.mk similarity index 100% rename from Child/Linuxbin/childi.mk rename to misc/Linuxbin/childi.mk diff --git a/Child/Linuxbin/childir.mk b/misc/Linuxbin/childir.mk similarity index 100% rename from Child/Linuxbin/childir.mk rename to misc/Linuxbin/childir.mk diff --git a/Child/Linuxbin/childitest.mk b/misc/Linuxbin/childitest.mk similarity index 100% rename from Child/Linuxbin/childitest.mk rename to misc/Linuxbin/childitest.mk diff --git a/Child/Linuxbin/gcc.mk b/misc/Linuxbin/gcc.mk similarity index 100% rename from Child/Linuxbin/gcc.mk rename to misc/Linuxbin/gcc.mk diff --git a/Child/Linuxbin/gccmac.mk b/misc/Linuxbin/gccmac.mk similarity index 100% rename from Child/Linuxbin/gccmac.mk rename to misc/Linuxbin/gccmac.mk diff --git a/Child/Linuxbin/icc.mk b/misc/Linuxbin/icc.mk similarity index 100% rename from Child/Linuxbin/icc.mk rename to misc/Linuxbin/icc.mk diff --git a/Child/Linuxbin/toddler.mk b/misc/Linuxbin/toddler.mk similarity index 100% rename from Child/Linuxbin/toddler.mk rename to misc/Linuxbin/toddler.mk diff --git a/Child/Releases/CHILDr100706/ChildExercises/Dlim/dlim.in b/misc/Releases/CHILDr100706/ChildExercises/Dlim/dlim.in similarity index 100% rename from Child/Releases/CHILDr100706/ChildExercises/Dlim/dlim.in rename to misc/Releases/CHILDr100706/ChildExercises/Dlim/dlim.in diff --git a/Child/Releases/CHILDr100706/ChildExercises/Dlim/dlimC1.in b/misc/Releases/CHILDr100706/ChildExercises/Dlim/dlimC1.in similarity index 100% rename from Child/Releases/CHILDr100706/ChildExercises/Dlim/dlimC1.in rename to misc/Releases/CHILDr100706/ChildExercises/Dlim/dlimC1.in diff --git a/Child/Releases/CHILDr100706/ChildExercises/Dlim/dlim_small.in b/misc/Releases/CHILDr100706/ChildExercises/Dlim/dlim_small.in similarity index 100% rename from Child/Releases/CHILDr100706/ChildExercises/Dlim/dlim_small.in rename to misc/Releases/CHILDr100706/ChildExercises/Dlim/dlim_small.in diff --git a/Child/Releases/CHILDr100706/ChildExercises/Dlim/dlim_small2.in b/misc/Releases/CHILDr100706/ChildExercises/Dlim/dlim_small2.in similarity index 100% rename from Child/Releases/CHILDr100706/ChildExercises/Dlim/dlim_small2.in rename to misc/Releases/CHILDr100706/ChildExercises/Dlim/dlim_small2.in diff --git a/Child/Releases/CHILDr100706/ChildExercises/Executables_v10.6/Cygwin/child.exe b/misc/Releases/CHILDr100706/ChildExercises/Executables_v10.6/Cygwin/child.exe similarity index 100% rename from Child/Releases/CHILDr100706/ChildExercises/Executables_v10.6/Cygwin/child.exe rename to misc/Releases/CHILDr100706/ChildExercises/Executables_v10.6/Cygwin/child.exe diff --git a/Child/Releases/CHILDr100706/ChildExercises/Executables_v10.6/IntelMacOS10.6/child b/misc/Releases/CHILDr100706/ChildExercises/Executables_v10.6/IntelMacOS10.6/child similarity index 100% rename from Child/Releases/CHILDr100706/ChildExercises/Executables_v10.6/IntelMacOS10.6/child rename to misc/Releases/CHILDr100706/ChildExercises/Executables_v10.6/IntelMacOS10.6/child diff --git a/Child/Releases/CHILDr100706/ChildExercises/Executables_v10.6/WIn32/child.exe b/misc/Releases/CHILDr100706/ChildExercises/Executables_v10.6/WIn32/child.exe similarity index 100% rename from Child/Releases/CHILDr100706/ChildExercises/Executables_v10.6/WIn32/child.exe rename to misc/Releases/CHILDr100706/ChildExercises/Executables_v10.6/WIn32/child.exe diff --git a/Child/Releases/CHILDr100706/ChildExercises/Executables_v10.6/WIn32/child2vtk.exe b/misc/Releases/CHILDr100706/ChildExercises/Executables_v10.6/WIn32/child2vtk.exe similarity index 100% rename from Child/Releases/CHILDr100706/ChildExercises/Executables_v10.6/WIn32/child2vtk.exe rename to misc/Releases/CHILDr100706/ChildExercises/Executables_v10.6/WIn32/child2vtk.exe diff --git a/Child/Releases/CHILDr100706/ChildExercises/Hillslope1/hillslope1.in b/misc/Releases/CHILDr100706/ChildExercises/Hillslope1/hillslope1.in similarity index 100% rename from Child/Releases/CHILDr100706/ChildExercises/Hillslope1/hillslope1.in rename to misc/Releases/CHILDr100706/ChildExercises/Hillslope1/hillslope1.in diff --git a/Child/Releases/CHILDr100706/ChildExercises/Hillslope2/hillslope2.in b/misc/Releases/CHILDr100706/ChildExercises/Hillslope2/hillslope2.in similarity index 100% rename from Child/Releases/CHILDr100706/ChildExercises/Hillslope2/hillslope2.in rename to misc/Releases/CHILDr100706/ChildExercises/Hillslope2/hillslope2.in diff --git a/Child/Postproc/Matlab/cfindstrmprofile.m b/misc/Releases/CHILDr100706/ChildExercises/MatlabScripts/cfindstrmprofile.m old mode 100644 new mode 100755 similarity index 100% rename from Child/Postproc/Matlab/cfindstrmprofile.m rename to misc/Releases/CHILDr100706/ChildExercises/MatlabScripts/cfindstrmprofile.m diff --git a/Child/Postproc/Matlab/cinterpedges.m b/misc/Releases/CHILDr100706/ChildExercises/MatlabScripts/cinterpedges.m similarity index 100% rename from Child/Postproc/Matlab/cinterpedges.m rename to misc/Releases/CHILDr100706/ChildExercises/MatlabScripts/cinterpedges.m diff --git a/Child/Postproc/Matlab/cmovie.m b/misc/Releases/CHILDr100706/ChildExercises/MatlabScripts/cmovie.m old mode 100644 new mode 100755 similarity index 100% rename from Child/Postproc/Matlab/cmovie.m rename to misc/Releases/CHILDr100706/ChildExercises/MatlabScripts/cmovie.m diff --git a/Child/Postproc/Matlab/cread.m b/misc/Releases/CHILDr100706/ChildExercises/MatlabScripts/cread.m old mode 100644 new mode 100755 similarity index 100% rename from Child/Postproc/Matlab/cread.m rename to misc/Releases/CHILDr100706/ChildExercises/MatlabScripts/cread.m diff --git a/Child/Postproc/Matlab/creadxyz.m b/misc/Releases/CHILDr100706/ChildExercises/MatlabScripts/creadxyz.m old mode 100644 new mode 100755 similarity index 100% rename from Child/Postproc/Matlab/creadxyz.m rename to misc/Releases/CHILDr100706/ChildExercises/MatlabScripts/creadxyz.m diff --git a/Child/Postproc/Matlab/csa.m b/misc/Releases/CHILDr100706/ChildExercises/MatlabScripts/csa.m old mode 100644 new mode 100755 similarity index 100% rename from Child/Postproc/Matlab/csa.m rename to misc/Releases/CHILDr100706/ChildExercises/MatlabScripts/csa.m diff --git a/Child/Releases/CHILDr100706/ChildExercises/MatlabScripts/cstormplot.m b/misc/Releases/CHILDr100706/ChildExercises/MatlabScripts/cstormplot.m similarity index 100% rename from Child/Releases/CHILDr100706/ChildExercises/MatlabScripts/cstormplot.m rename to misc/Releases/CHILDr100706/ChildExercises/MatlabScripts/cstormplot.m diff --git a/Child/Releases/CHILDr100706/ChildExercises/MatlabScripts/cstrmproseries.m b/misc/Releases/CHILDr100706/ChildExercises/MatlabScripts/cstrmproseries.m similarity index 100% rename from Child/Releases/CHILDr100706/ChildExercises/MatlabScripts/cstrmproseries.m rename to misc/Releases/CHILDr100706/ChildExercises/MatlabScripts/cstrmproseries.m diff --git a/Child/Releases/CHILDr100706/ChildExercises/MatlabScripts/ctrisurf.m b/misc/Releases/CHILDr100706/ChildExercises/MatlabScripts/ctrisurf.m similarity index 100% rename from Child/Releases/CHILDr100706/ChildExercises/MatlabScripts/ctrisurf.m rename to misc/Releases/CHILDr100706/ChildExercises/MatlabScripts/ctrisurf.m diff --git a/Child/Releases/CHILDr100706/ChildExercises/Network1/network1.in b/misc/Releases/CHILDr100706/ChildExercises/Network1/network1.in similarity index 100% rename from Child/Releases/CHILDr100706/ChildExercises/Network1/network1.in rename to misc/Releases/CHILDr100706/ChildExercises/Network1/network1.in diff --git a/Child/Releases/CHILDr100706/ChildExercises/Rainfall1/rainfall1.in b/misc/Releases/CHILDr100706/ChildExercises/Rainfall1/rainfall1.in similarity index 100% rename from Child/Releases/CHILDr100706/ChildExercises/Rainfall1/rainfall1.in rename to misc/Releases/CHILDr100706/ChildExercises/Rainfall1/rainfall1.in diff --git a/Child/Releases/CHILDr100706/ChildExercises/Tlim/tlim1.in b/misc/Releases/CHILDr100706/ChildExercises/Tlim/tlim1.in similarity index 100% rename from Child/Releases/CHILDr100706/ChildExercises/Tlim/tlim1.in rename to misc/Releases/CHILDr100706/ChildExercises/Tlim/tlim1.in diff --git a/Child/Releases/CHILDr100706/ChildExercises/Tlim/tlim2.in b/misc/Releases/CHILDr100706/ChildExercises/Tlim/tlim2.in similarity index 100% rename from Child/Releases/CHILDr100706/ChildExercises/Tlim/tlim2.in rename to misc/Releases/CHILDr100706/ChildExercises/Tlim/tlim2.in diff --git a/Child/Releases/CHILDr100706/ChildExercises/UpliftRateMaps/myupliftmap001 b/misc/Releases/CHILDr100706/ChildExercises/UpliftRateMaps/myupliftmap001 similarity index 100% rename from Child/Releases/CHILDr100706/ChildExercises/UpliftRateMaps/myupliftmap001 rename to misc/Releases/CHILDr100706/ChildExercises/UpliftRateMaps/myupliftmap001 diff --git a/Child/Releases/CHILDr100706/ChildExercises/UpliftRateMaps/myupliftmap002 b/misc/Releases/CHILDr100706/ChildExercises/UpliftRateMaps/myupliftmap002 similarity index 100% rename from Child/Releases/CHILDr100706/ChildExercises/UpliftRateMaps/myupliftmap002 rename to misc/Releases/CHILDr100706/ChildExercises/UpliftRateMaps/myupliftmap002 diff --git a/Child/Releases/CHILDr100706/ChildExercises/UpliftRateMaps/myupmaptimes b/misc/Releases/CHILDr100706/ChildExercises/UpliftRateMaps/myupmaptimes similarity index 100% rename from Child/Releases/CHILDr100706/ChildExercises/UpliftRateMaps/myupmaptimes rename to misc/Releases/CHILDr100706/ChildExercises/UpliftRateMaps/myupmaptimes diff --git a/Child/Releases/CHILDr100706/ChildExercises/UpliftRateMaps/uplift_maps.in b/misc/Releases/CHILDr100706/ChildExercises/UpliftRateMaps/uplift_maps.in similarity index 100% rename from Child/Releases/CHILDr100706/ChildExercises/UpliftRateMaps/uplift_maps.in rename to misc/Releases/CHILDr100706/ChildExercises/UpliftRateMaps/uplift_maps.in diff --git a/Child/Releases/CHILDr100706/ChildExercises/UpliftRateMaps/uplift_maps2.in b/misc/Releases/CHILDr100706/ChildExercises/UpliftRateMaps/uplift_maps2.in similarity index 100% rename from Child/Releases/CHILDr100706/ChildExercises/UpliftRateMaps/uplift_maps2.in rename to misc/Releases/CHILDr100706/ChildExercises/UpliftRateMaps/uplift_maps2.in diff --git a/Child/Releases/CHILDr100706/ChildExercises/UpliftRateMaps/uplift_maps_pre.in b/misc/Releases/CHILDr100706/ChildExercises/UpliftRateMaps/uplift_maps_pre.in similarity index 100% rename from Child/Releases/CHILDr100706/ChildExercises/UpliftRateMaps/uplift_maps_pre.in rename to misc/Releases/CHILDr100706/ChildExercises/UpliftRateMaps/uplift_maps_pre.in diff --git a/Child/Releases/CHILDr100706/ChildExercises/exercises_from_davos.bbl b/misc/Releases/CHILDr100706/ChildExercises/exercises_from_davos.bbl similarity index 100% rename from Child/Releases/CHILDr100706/ChildExercises/exercises_from_davos.bbl rename to misc/Releases/CHILDr100706/ChildExercises/exercises_from_davos.bbl diff --git a/Child/Releases/CHILDr100706/ChildExercises/exercises_from_davos.pdf b/misc/Releases/CHILDr100706/ChildExercises/exercises_from_davos.pdf similarity index 100% rename from Child/Releases/CHILDr100706/ChildExercises/exercises_from_davos.pdf rename to misc/Releases/CHILDr100706/ChildExercises/exercises_from_davos.pdf diff --git a/Child/Releases/CHILDr100706/ChildExercises/exercises_from_davos.tex b/misc/Releases/CHILDr100706/ChildExercises/exercises_from_davos.tex similarity index 100% rename from Child/Releases/CHILDr100706/ChildExercises/exercises_from_davos.tex rename to misc/Releases/CHILDr100706/ChildExercises/exercises_from_davos.tex diff --git a/Child/Code/Classes.h b/misc/Releases/CHILDr100706/Code/Classes.h similarity index 100% rename from Child/Code/Classes.h rename to misc/Releases/CHILDr100706/Code/Classes.h diff --git a/Child/Releases/CHILDr100706/Code/Definitions.h b/misc/Releases/CHILDr100706/Code/Definitions.h similarity index 100% rename from Child/Releases/CHILDr100706/Code/Definitions.h rename to misc/Releases/CHILDr100706/Code/Definitions.h diff --git a/Child/Code/Inclusions.h b/misc/Releases/CHILDr100706/Code/Inclusions.h similarity index 100% rename from Child/Code/Inclusions.h rename to misc/Releases/CHILDr100706/Code/Inclusions.h diff --git a/Child/Code/Template_model.h b/misc/Releases/CHILDr100706/Code/Template_model.h similarity index 100% rename from Child/Code/Template_model.h rename to misc/Releases/CHILDr100706/Code/Template_model.h diff --git a/Child/Code/compiler.h b/misc/Releases/CHILDr100706/Code/compiler.h similarity index 100% rename from Child/Code/compiler.h rename to misc/Releases/CHILDr100706/Code/compiler.h diff --git a/Child/Releases/CHILDr100706/Code/globalFns.cpp b/misc/Releases/CHILDr100706/Code/globalFns.cpp similarity index 100% rename from Child/Releases/CHILDr100706/Code/globalFns.cpp rename to misc/Releases/CHILDr100706/Code/globalFns.cpp diff --git a/Child/Releases/CHILDr100706/Code/globalFns.h b/misc/Releases/CHILDr100706/Code/globalFns.h similarity index 100% rename from Child/Releases/CHILDr100706/Code/globalFns.h rename to misc/Releases/CHILDr100706/Code/globalFns.h diff --git a/Child/Code/trapfpe.h b/misc/Releases/CHILDr100706/Code/trapfpe.h similarity index 100% rename from Child/Code/trapfpe.h rename to misc/Releases/CHILDr100706/Code/trapfpe.h diff --git a/Child/Releases/CHILDr100706/Doc/child_users_guide.pdf b/misc/Releases/CHILDr100706/Doc/child_users_guide.pdf similarity index 100% rename from Child/Releases/CHILDr100706/Doc/child_users_guide.pdf rename to misc/Releases/CHILDr100706/Doc/child_users_guide.pdf diff --git a/Child/Releases/CHILDr100706/Viz/Mfiles/c2raster.m b/misc/Releases/CHILDr100706/Viz/Mfiles/c2raster.m similarity index 100% rename from Child/Releases/CHILDr100706/Viz/Mfiles/c2raster.m rename to misc/Releases/CHILDr100706/Viz/Mfiles/c2raster.m diff --git a/Child/Releases/CHILDr100706/Viz/Mfiles/ccalcerorate.m b/misc/Releases/CHILDr100706/Viz/Mfiles/ccalcerorate.m similarity index 100% rename from Child/Releases/CHILDr100706/Viz/Mfiles/ccalcerorate.m rename to misc/Releases/CHILDr100706/Viz/Mfiles/ccalcerorate.m diff --git a/Child/Releases/CHILDr100706/Viz/Mfiles/ccontour.m b/misc/Releases/CHILDr100706/Viz/Mfiles/ccontour.m similarity index 100% rename from Child/Releases/CHILDr100706/Viz/Mfiles/ccontour.m rename to misc/Releases/CHILDr100706/Viz/Mfiles/ccontour.m diff --git a/Child/Releases/CHILDr100706/ChildExercises/MatlabScripts/cfindstrmprofile.m b/misc/Releases/CHILDr100706/Viz/Mfiles/cfindstrmprofile.m similarity index 100% rename from Child/Releases/CHILDr100706/ChildExercises/MatlabScripts/cfindstrmprofile.m rename to misc/Releases/CHILDr100706/Viz/Mfiles/cfindstrmprofile.m diff --git a/Child/Releases/CHILDr100706/ChildExercises/MatlabScripts/cinterpedges.m b/misc/Releases/CHILDr100706/Viz/Mfiles/cinterpedges.m similarity index 100% rename from Child/Releases/CHILDr100706/ChildExercises/MatlabScripts/cinterpedges.m rename to misc/Releases/CHILDr100706/Viz/Mfiles/cinterpedges.m diff --git a/Child/Releases/CHILDr100706/ChildExercises/MatlabScripts/cmovie.m b/misc/Releases/CHILDr100706/Viz/Mfiles/cmovie.m similarity index 100% rename from Child/Releases/CHILDr100706/ChildExercises/MatlabScripts/cmovie.m rename to misc/Releases/CHILDr100706/Viz/Mfiles/cmovie.m diff --git a/Child/Releases/CHILDr100706/ChildExercises/MatlabScripts/cread.m b/misc/Releases/CHILDr100706/Viz/Mfiles/cread.m similarity index 100% rename from Child/Releases/CHILDr100706/ChildExercises/MatlabScripts/cread.m rename to misc/Releases/CHILDr100706/Viz/Mfiles/cread.m diff --git a/Child/Releases/CHILDr100706/Viz/Mfiles/creadlayers.m b/misc/Releases/CHILDr100706/Viz/Mfiles/creadlayers.m similarity index 100% rename from Child/Releases/CHILDr100706/Viz/Mfiles/creadlayers.m rename to misc/Releases/CHILDr100706/Viz/Mfiles/creadlayers.m diff --git a/Child/Releases/CHILDr100706/ChildExercises/MatlabScripts/creadxyz.m b/misc/Releases/CHILDr100706/Viz/Mfiles/creadxyz.m similarity index 100% rename from Child/Releases/CHILDr100706/ChildExercises/MatlabScripts/creadxyz.m rename to misc/Releases/CHILDr100706/Viz/Mfiles/creadxyz.m diff --git a/Child/Postproc/Matlab/creadxyzb.m b/misc/Releases/CHILDr100706/Viz/Mfiles/creadxyzb.m old mode 100644 new mode 100755 similarity index 100% rename from Child/Postproc/Matlab/creadxyzb.m rename to misc/Releases/CHILDr100706/Viz/Mfiles/creadxyzb.m diff --git a/Child/Releases/CHILDr100706/ChildExercises/MatlabScripts/csa.m b/misc/Releases/CHILDr100706/Viz/Mfiles/csa.m similarity index 100% rename from Child/Releases/CHILDr100706/ChildExercises/MatlabScripts/csa.m rename to misc/Releases/CHILDr100706/Viz/Mfiles/csa.m diff --git a/Child/Postproc/Matlab/csetlayerody.m b/misc/Releases/CHILDr100706/Viz/Mfiles/csetlayerody.m similarity index 100% rename from Child/Postproc/Matlab/csetlayerody.m rename to misc/Releases/CHILDr100706/Viz/Mfiles/csetlayerody.m diff --git a/Child/Releases/CHILDr100706/Viz/Mfiles/cstormplot.m b/misc/Releases/CHILDr100706/Viz/Mfiles/cstormplot.m similarity index 100% rename from Child/Releases/CHILDr100706/Viz/Mfiles/cstormplot.m rename to misc/Releases/CHILDr100706/Viz/Mfiles/cstormplot.m diff --git a/Child/Releases/CHILDr100706/Viz/Mfiles/cstrmproseries.m b/misc/Releases/CHILDr100706/Viz/Mfiles/cstrmproseries.m similarity index 100% rename from Child/Releases/CHILDr100706/Viz/Mfiles/cstrmproseries.m rename to misc/Releases/CHILDr100706/Viz/Mfiles/cstrmproseries.m diff --git a/Child/Releases/CHILDr100706/Viz/Mfiles/ctrisurf.m b/misc/Releases/CHILDr100706/Viz/Mfiles/ctrisurf.m similarity index 100% rename from Child/Releases/CHILDr100706/Viz/Mfiles/ctrisurf.m rename to misc/Releases/CHILDr100706/Viz/Mfiles/ctrisurf.m diff --git a/Child/Releases/CHILDr100706/Viz/Mfiles/cvolplot.m b/misc/Releases/CHILDr100706/Viz/Mfiles/cvolplot.m similarity index 100% rename from Child/Releases/CHILDr100706/Viz/Mfiles/cvolplot.m rename to misc/Releases/CHILDr100706/Viz/Mfiles/cvolplot.m diff --git a/Child/Releases/CHILDr100706/Viz/Mfiles/cvoronoi.m b/misc/Releases/CHILDr100706/Viz/Mfiles/cvoronoi.m similarity index 100% rename from Child/Releases/CHILDr100706/Viz/Mfiles/cvoronoi.m rename to misc/Releases/CHILDr100706/Viz/Mfiles/cvoronoi.m diff --git a/Child/Releases/CHILDr100706/Viz/Mfiles/cwritelayers.m b/misc/Releases/CHILDr100706/Viz/Mfiles/cwritelayers.m similarity index 100% rename from Child/Releases/CHILDr100706/Viz/Mfiles/cwritelayers.m rename to misc/Releases/CHILDr100706/Viz/Mfiles/cwritelayers.m diff --git a/Child/Bin/childir.mk b/misc/Releases/CHILDr111129/Bin/childir.mk similarity index 100% rename from Child/Bin/childir.mk rename to misc/Releases/CHILDr111129/Bin/childir.mk diff --git a/Child/Releases/CHILDr111129/Bin/childsharedlib.mk b/misc/Releases/CHILDr111129/Bin/childsharedlib.mk similarity index 100% rename from Child/Releases/CHILDr111129/Bin/childsharedlib.mk rename to misc/Releases/CHILDr111129/Bin/childsharedlib.mk diff --git a/Child/Releases/CHILDr111129/Bin/gcc.mk b/misc/Releases/CHILDr111129/Bin/gcc.mk similarity index 100% rename from Child/Releases/CHILDr111129/Bin/gcc.mk rename to misc/Releases/CHILDr111129/Bin/gcc.mk diff --git a/Child/Releases/CHILDr111129/Bin/gcclib.mk b/misc/Releases/CHILDr111129/Bin/gcclib.mk similarity index 100% rename from Child/Releases/CHILDr111129/Bin/gcclib.mk rename to misc/Releases/CHILDr111129/Bin/gcclib.mk diff --git a/Child/Releases/CHILDr111129/Bin/gccmac.mk b/misc/Releases/CHILDr111129/Bin/gccmac.mk similarity index 100% rename from Child/Releases/CHILDr111129/Bin/gccmac.mk rename to misc/Releases/CHILDr111129/Bin/gccmac.mk diff --git a/Child/Releases/CHILDr111129/ChildExercises/Dlim/dlim.in b/misc/Releases/CHILDr111129/ChildExercises/Dlim/dlim.in similarity index 100% rename from Child/Releases/CHILDr111129/ChildExercises/Dlim/dlim.in rename to misc/Releases/CHILDr111129/ChildExercises/Dlim/dlim.in diff --git a/Child/Releases/CHILDr111129/ChildExercises/Dlim/dlimC1.in b/misc/Releases/CHILDr111129/ChildExercises/Dlim/dlimC1.in similarity index 100% rename from Child/Releases/CHILDr111129/ChildExercises/Dlim/dlimC1.in rename to misc/Releases/CHILDr111129/ChildExercises/Dlim/dlimC1.in diff --git a/Child/Releases/CHILDr111129/ChildExercises/Dlim/dlim_small.in b/misc/Releases/CHILDr111129/ChildExercises/Dlim/dlim_small.in similarity index 100% rename from Child/Releases/CHILDr111129/ChildExercises/Dlim/dlim_small.in rename to misc/Releases/CHILDr111129/ChildExercises/Dlim/dlim_small.in diff --git a/Child/Releases/CHILDr111129/ChildExercises/Dlim/dlim_small2.in b/misc/Releases/CHILDr111129/ChildExercises/Dlim/dlim_small2.in similarity index 100% rename from Child/Releases/CHILDr111129/ChildExercises/Dlim/dlim_small2.in rename to misc/Releases/CHILDr111129/ChildExercises/Dlim/dlim_small2.in diff --git a/Child/Releases/CHILDr111129/ChildExercises/Executables/Cygwin/child.exe b/misc/Releases/CHILDr111129/ChildExercises/Executables/Cygwin/child.exe similarity index 100% rename from Child/Releases/CHILDr111129/ChildExercises/Executables/Cygwin/child.exe rename to misc/Releases/CHILDr111129/ChildExercises/Executables/Cygwin/child.exe diff --git a/Child/Releases/CHILDr111129/ChildExercises/Executables/IntelMacOS10.6/child b/misc/Releases/CHILDr111129/ChildExercises/Executables/IntelMacOS10.6/child similarity index 100% rename from Child/Releases/CHILDr111129/ChildExercises/Executables/IntelMacOS10.6/child rename to misc/Releases/CHILDr111129/ChildExercises/Executables/IntelMacOS10.6/child diff --git a/Child/Releases/CHILDr111129/ChildExercises/Executables/WIn32/child.exe b/misc/Releases/CHILDr111129/ChildExercises/Executables/WIn32/child.exe similarity index 100% rename from Child/Releases/CHILDr111129/ChildExercises/Executables/WIn32/child.exe rename to misc/Releases/CHILDr111129/ChildExercises/Executables/WIn32/child.exe diff --git a/Child/Releases/CHILDr111129/ChildExercises/Executables/WIn32/child2vtk.exe b/misc/Releases/CHILDr111129/ChildExercises/Executables/WIn32/child2vtk.exe similarity index 100% rename from Child/Releases/CHILDr111129/ChildExercises/Executables/WIn32/child2vtk.exe rename to misc/Releases/CHILDr111129/ChildExercises/Executables/WIn32/child2vtk.exe diff --git a/Child/Releases/CHILDr111129/ChildExercises/Hillslope1/hillslope1.in b/misc/Releases/CHILDr111129/ChildExercises/Hillslope1/hillslope1.in similarity index 100% rename from Child/Releases/CHILDr111129/ChildExercises/Hillslope1/hillslope1.in rename to misc/Releases/CHILDr111129/ChildExercises/Hillslope1/hillslope1.in diff --git a/Child/Releases/CHILDr111129/ChildExercises/Hillslope2/hillslope2.in b/misc/Releases/CHILDr111129/ChildExercises/Hillslope2/hillslope2.in similarity index 100% rename from Child/Releases/CHILDr111129/ChildExercises/Hillslope2/hillslope2.in rename to misc/Releases/CHILDr111129/ChildExercises/Hillslope2/hillslope2.in diff --git a/Child/Releases/CHILDr111129/ChildExercises/Hybrid/erodep1.in b/misc/Releases/CHILDr111129/ChildExercises/Hybrid/erodep1.in similarity index 100% rename from Child/Releases/CHILDr111129/ChildExercises/Hybrid/erodep1.in rename to misc/Releases/CHILDr111129/ChildExercises/Hybrid/erodep1.in diff --git a/Child/Releases/CHILDr100706/Viz/Mfiles/cfindstrmprofile.m b/misc/Releases/CHILDr111129/ChildExercises/MatlabScripts/cfindstrmprofile.m similarity index 100% rename from Child/Releases/CHILDr100706/Viz/Mfiles/cfindstrmprofile.m rename to misc/Releases/CHILDr111129/ChildExercises/MatlabScripts/cfindstrmprofile.m diff --git a/Child/Releases/CHILDr100706/Viz/Mfiles/cinterpedges.m b/misc/Releases/CHILDr111129/ChildExercises/MatlabScripts/cinterpedges.m similarity index 100% rename from Child/Releases/CHILDr100706/Viz/Mfiles/cinterpedges.m rename to misc/Releases/CHILDr111129/ChildExercises/MatlabScripts/cinterpedges.m diff --git a/Child/Releases/CHILDr100706/Viz/Mfiles/cmovie.m b/misc/Releases/CHILDr111129/ChildExercises/MatlabScripts/cmovie.m similarity index 100% rename from Child/Releases/CHILDr100706/Viz/Mfiles/cmovie.m rename to misc/Releases/CHILDr111129/ChildExercises/MatlabScripts/cmovie.m diff --git a/Child/Releases/CHILDr100706/Viz/Mfiles/cread.m b/misc/Releases/CHILDr111129/ChildExercises/MatlabScripts/cread.m similarity index 100% rename from Child/Releases/CHILDr100706/Viz/Mfiles/cread.m rename to misc/Releases/CHILDr111129/ChildExercises/MatlabScripts/cread.m diff --git a/Child/Releases/CHILDr100706/Viz/Mfiles/creadxyz.m b/misc/Releases/CHILDr111129/ChildExercises/MatlabScripts/creadxyz.m similarity index 100% rename from Child/Releases/CHILDr100706/Viz/Mfiles/creadxyz.m rename to misc/Releases/CHILDr111129/ChildExercises/MatlabScripts/creadxyz.m diff --git a/Child/Releases/CHILDr100706/Viz/Mfiles/csa.m b/misc/Releases/CHILDr111129/ChildExercises/MatlabScripts/csa.m similarity index 100% rename from Child/Releases/CHILDr100706/Viz/Mfiles/csa.m rename to misc/Releases/CHILDr111129/ChildExercises/MatlabScripts/csa.m diff --git a/Child/Releases/CHILDr111129/ChildExercises/MatlabScripts/cstormplot.m b/misc/Releases/CHILDr111129/ChildExercises/MatlabScripts/cstormplot.m similarity index 100% rename from Child/Releases/CHILDr111129/ChildExercises/MatlabScripts/cstormplot.m rename to misc/Releases/CHILDr111129/ChildExercises/MatlabScripts/cstormplot.m diff --git a/Child/Releases/CHILDr111129/ChildExercises/MatlabScripts/cstrmproseries.m b/misc/Releases/CHILDr111129/ChildExercises/MatlabScripts/cstrmproseries.m similarity index 100% rename from Child/Releases/CHILDr111129/ChildExercises/MatlabScripts/cstrmproseries.m rename to misc/Releases/CHILDr111129/ChildExercises/MatlabScripts/cstrmproseries.m diff --git a/Child/Releases/CHILDr111129/ChildExercises/MatlabScripts/ctrisurf.m b/misc/Releases/CHILDr111129/ChildExercises/MatlabScripts/ctrisurf.m similarity index 100% rename from Child/Releases/CHILDr111129/ChildExercises/MatlabScripts/ctrisurf.m rename to misc/Releases/CHILDr111129/ChildExercises/MatlabScripts/ctrisurf.m diff --git a/Child/Releases/CHILDr111129/ChildExercises/Network1/network1.in b/misc/Releases/CHILDr111129/ChildExercises/Network1/network1.in similarity index 100% rename from Child/Releases/CHILDr111129/ChildExercises/Network1/network1.in rename to misc/Releases/CHILDr111129/ChildExercises/Network1/network1.in diff --git a/Child/Releases/CHILDr111129/ChildExercises/Rainfall1/rainfall1.in b/misc/Releases/CHILDr111129/ChildExercises/Rainfall1/rainfall1.in similarity index 100% rename from Child/Releases/CHILDr111129/ChildExercises/Rainfall1/rainfall1.in rename to misc/Releases/CHILDr111129/ChildExercises/Rainfall1/rainfall1.in diff --git a/Child/Releases/CHILDr111129/ChildExercises/Tlim/tlim1.in b/misc/Releases/CHILDr111129/ChildExercises/Tlim/tlim1.in similarity index 100% rename from Child/Releases/CHILDr111129/ChildExercises/Tlim/tlim1.in rename to misc/Releases/CHILDr111129/ChildExercises/Tlim/tlim1.in diff --git a/Child/Releases/CHILDr111129/ChildExercises/Tlim/tlim2.in b/misc/Releases/CHILDr111129/ChildExercises/Tlim/tlim2.in similarity index 100% rename from Child/Releases/CHILDr111129/ChildExercises/Tlim/tlim2.in rename to misc/Releases/CHILDr111129/ChildExercises/Tlim/tlim2.in diff --git a/Child/Releases/CHILDr111129/ChildExercises/UpliftRateMaps/myupliftmap001 b/misc/Releases/CHILDr111129/ChildExercises/UpliftRateMaps/myupliftmap001 similarity index 100% rename from Child/Releases/CHILDr111129/ChildExercises/UpliftRateMaps/myupliftmap001 rename to misc/Releases/CHILDr111129/ChildExercises/UpliftRateMaps/myupliftmap001 diff --git a/Child/Releases/CHILDr111129/ChildExercises/UpliftRateMaps/myupliftmap002 b/misc/Releases/CHILDr111129/ChildExercises/UpliftRateMaps/myupliftmap002 similarity index 100% rename from Child/Releases/CHILDr111129/ChildExercises/UpliftRateMaps/myupliftmap002 rename to misc/Releases/CHILDr111129/ChildExercises/UpliftRateMaps/myupliftmap002 diff --git a/Child/Releases/CHILDr111129/ChildExercises/UpliftRateMaps/myupmaptimes b/misc/Releases/CHILDr111129/ChildExercises/UpliftRateMaps/myupmaptimes similarity index 100% rename from Child/Releases/CHILDr111129/ChildExercises/UpliftRateMaps/myupmaptimes rename to misc/Releases/CHILDr111129/ChildExercises/UpliftRateMaps/myupmaptimes diff --git a/Child/Releases/CHILDr111129/ChildExercises/UpliftRateMaps/uplift_maps.in b/misc/Releases/CHILDr111129/ChildExercises/UpliftRateMaps/uplift_maps.in similarity index 100% rename from Child/Releases/CHILDr111129/ChildExercises/UpliftRateMaps/uplift_maps.in rename to misc/Releases/CHILDr111129/ChildExercises/UpliftRateMaps/uplift_maps.in diff --git a/Child/Releases/CHILDr111129/ChildExercises/UpliftRateMaps/uplift_maps2.in b/misc/Releases/CHILDr111129/ChildExercises/UpliftRateMaps/uplift_maps2.in similarity index 100% rename from Child/Releases/CHILDr111129/ChildExercises/UpliftRateMaps/uplift_maps2.in rename to misc/Releases/CHILDr111129/ChildExercises/UpliftRateMaps/uplift_maps2.in diff --git a/Child/Releases/CHILDr111129/ChildExercises/UpliftRateMaps/uplift_maps_pre.in b/misc/Releases/CHILDr111129/ChildExercises/UpliftRateMaps/uplift_maps_pre.in similarity index 100% rename from Child/Releases/CHILDr111129/ChildExercises/UpliftRateMaps/uplift_maps_pre.in rename to misc/Releases/CHILDr111129/ChildExercises/UpliftRateMaps/uplift_maps_pre.in diff --git a/Child/Releases/CHILDr111129/ChildExercises/child_exercises_csdms_oct2011.pdf b/misc/Releases/CHILDr111129/ChildExercises/child_exercises_csdms_oct2011.pdf similarity index 100% rename from Child/Releases/CHILDr111129/ChildExercises/child_exercises_csdms_oct2011.pdf rename to misc/Releases/CHILDr111129/ChildExercises/child_exercises_csdms_oct2011.pdf diff --git a/Child/Releases/r081211/Bin/bcc.mk b/misc/Releases/r081211/Bin/bcc.mk similarity index 100% rename from Child/Releases/r081211/Bin/bcc.mk rename to misc/Releases/r081211/Bin/bcc.mk diff --git a/Child/Releases/r081211/Bin/childir.mk b/misc/Releases/r081211/Bin/childir.mk similarity index 100% rename from Child/Releases/r081211/Bin/childir.mk rename to misc/Releases/r081211/Bin/childir.mk diff --git a/Child/Releases/r081211/Bin/gcc.mk b/misc/Releases/r081211/Bin/gcc.mk similarity index 100% rename from Child/Releases/r081211/Bin/gcc.mk rename to misc/Releases/r081211/Bin/gcc.mk diff --git a/Child/Releases/r081211/Bin/gccmac.mk b/misc/Releases/r081211/Bin/gccmac.mk similarity index 100% rename from Child/Releases/r081211/Bin/gccmac.mk rename to misc/Releases/r081211/Bin/gccmac.mk diff --git a/Child/Releases/r081211/Bin/icc.mk b/misc/Releases/r081211/Bin/icc.mk similarity index 100% rename from Child/Releases/r081211/Bin/icc.mk rename to misc/Releases/r081211/Bin/icc.mk diff --git a/Child/Code/ChildRInterface/childRDriver.cpp b/misc/Releases/r081211/Code/ChildRInterface/childRDriver.cpp similarity index 100% rename from Child/Code/ChildRInterface/childRDriver.cpp rename to misc/Releases/r081211/Code/ChildRInterface/childRDriver.cpp diff --git a/Child/Releases/r081211/Code/ChildRInterface/childRInterface.cpp b/misc/Releases/r081211/Code/ChildRInterface/childRInterface.cpp similarity index 100% rename from Child/Releases/r081211/Code/ChildRInterface/childRInterface.cpp rename to misc/Releases/r081211/Code/ChildRInterface/childRInterface.cpp diff --git a/Child/Releases/r081211/Code/ChildRInterface/childRInterface.h b/misc/Releases/r081211/Code/ChildRInterface/childRInterface.h similarity index 100% rename from Child/Releases/r081211/Code/ChildRInterface/childRInterface.h rename to misc/Releases/r081211/Code/ChildRInterface/childRInterface.h diff --git a/Child/Releases/r081211/Code/Classes.h b/misc/Releases/r081211/Code/Classes.h similarity index 100% rename from Child/Releases/r081211/Code/Classes.h rename to misc/Releases/r081211/Code/Classes.h diff --git a/Child/Releases/r081211/Code/Definitions.h b/misc/Releases/r081211/Code/Definitions.h similarity index 100% rename from Child/Releases/r081211/Code/Definitions.h rename to misc/Releases/r081211/Code/Definitions.h diff --git a/Child/Releases/r081211/Code/Erosion/CVS/Entries b/misc/Releases/r081211/Code/Erosion/CVS/Entries similarity index 100% rename from Child/Releases/r081211/Code/Erosion/CVS/Entries rename to misc/Releases/r081211/Code/Erosion/CVS/Entries diff --git a/Child/Releases/r081211/Code/Erosion/CVS/Repository b/misc/Releases/r081211/Code/Erosion/CVS/Repository similarity index 100% rename from Child/Releases/r081211/Code/Erosion/CVS/Repository rename to misc/Releases/r081211/Code/Erosion/CVS/Repository diff --git a/Child/Releases/r081211/Code/Erosion/CVS/Root b/misc/Releases/r081211/Code/Erosion/CVS/Root similarity index 100% rename from Child/Releases/r081211/Code/Erosion/CVS/Root rename to misc/Releases/r081211/Code/Erosion/CVS/Root diff --git a/Child/Releases/r081211/Code/Erosion/erosion.cpp b/misc/Releases/r081211/Code/Erosion/erosion.cpp similarity index 100% rename from Child/Releases/r081211/Code/Erosion/erosion.cpp rename to misc/Releases/r081211/Code/Erosion/erosion.cpp diff --git a/Child/Releases/r081211/Code/Erosion/erosion.cpp.b b/misc/Releases/r081211/Code/Erosion/erosion.cpp.b similarity index 100% rename from Child/Releases/r081211/Code/Erosion/erosion.cpp.b rename to misc/Releases/r081211/Code/Erosion/erosion.cpp.b diff --git a/Child/Releases/r081211/Code/Erosion/erosion.cpp.bkp.cpp b/misc/Releases/r081211/Code/Erosion/erosion.cpp.bkp.cpp similarity index 100% rename from Child/Releases/r081211/Code/Erosion/erosion.cpp.bkp.cpp rename to misc/Releases/r081211/Code/Erosion/erosion.cpp.bkp.cpp diff --git a/Child/Releases/r081211/Code/Erosion/erosion.h b/misc/Releases/r081211/Code/Erosion/erosion.h similarity index 100% rename from Child/Releases/r081211/Code/Erosion/erosion.h rename to misc/Releases/r081211/Code/Erosion/erosion.h diff --git a/Child/Releases/r081211/Code/Erosion/erosion_homero0612.cpp b/misc/Releases/r081211/Code/Erosion/erosion_homero0612.cpp similarity index 100% rename from Child/Releases/r081211/Code/Erosion/erosion_homero0612.cpp rename to misc/Releases/r081211/Code/Erosion/erosion_homero0612.cpp diff --git a/Child/Releases/r081211/Code/Erosion/erosionlt.cpp b/misc/Releases/r081211/Code/Erosion/erosionlt.cpp similarity index 100% rename from Child/Releases/r081211/Code/Erosion/erosionlt.cpp rename to misc/Releases/r081211/Code/Erosion/erosionlt.cpp diff --git a/Child/Releases/r081211/Code/Erosion/erosionlt.h b/misc/Releases/r081211/Code/Erosion/erosionlt.h similarity index 100% rename from Child/Releases/r081211/Code/Erosion/erosionlt.h rename to misc/Releases/r081211/Code/Erosion/erosionlt.h diff --git a/Child/Releases/r081211/Code/Geometry/CVS/Entries b/misc/Releases/r081211/Code/Geometry/CVS/Entries similarity index 100% rename from Child/Releases/r081211/Code/Geometry/CVS/Entries rename to misc/Releases/r081211/Code/Geometry/CVS/Entries diff --git a/Child/Releases/r081211/Code/Geometry/CVS/Repository b/misc/Releases/r081211/Code/Geometry/CVS/Repository similarity index 100% rename from Child/Releases/r081211/Code/Geometry/CVS/Repository rename to misc/Releases/r081211/Code/Geometry/CVS/Repository diff --git a/Child/Releases/r081211/Code/Geometry/CVS/Root b/misc/Releases/r081211/Code/Geometry/CVS/Root similarity index 100% rename from Child/Releases/r081211/Code/Geometry/CVS/Root rename to misc/Releases/r081211/Code/Geometry/CVS/Root diff --git a/Child/Releases/r081211/Code/Geometry/geometry.h b/misc/Releases/r081211/Code/Geometry/geometry.h similarity index 100% rename from Child/Releases/r081211/Code/Geometry/geometry.h rename to misc/Releases/r081211/Code/Geometry/geometry.h diff --git a/Child/Releases/r081211/Code/Inclusions.h b/misc/Releases/r081211/Code/Inclusions.h similarity index 100% rename from Child/Releases/r081211/Code/Inclusions.h rename to misc/Releases/r081211/Code/Inclusions.h diff --git a/Child/Releases/r081211/Code/Mathutil/CVS/Entries b/misc/Releases/r081211/Code/Mathutil/CVS/Entries similarity index 100% rename from Child/Releases/r081211/Code/Mathutil/CVS/Entries rename to misc/Releases/r081211/Code/Mathutil/CVS/Entries diff --git a/Child/Releases/r081211/Code/Mathutil/CVS/Repository b/misc/Releases/r081211/Code/Mathutil/CVS/Repository similarity index 100% rename from Child/Releases/r081211/Code/Mathutil/CVS/Repository rename to misc/Releases/r081211/Code/Mathutil/CVS/Repository diff --git a/Child/Releases/r081211/Code/Mathutil/CVS/Root b/misc/Releases/r081211/Code/Mathutil/CVS/Root similarity index 100% rename from Child/Releases/r081211/Code/Mathutil/CVS/Root rename to misc/Releases/r081211/Code/Mathutil/CVS/Root diff --git a/Child/Releases/r081211/Code/Mathutil/mathutil.cpp b/misc/Releases/r081211/Code/Mathutil/mathutil.cpp similarity index 100% rename from Child/Releases/r081211/Code/Mathutil/mathutil.cpp rename to misc/Releases/r081211/Code/Mathutil/mathutil.cpp diff --git a/Child/Releases/r081211/Code/Mathutil/mathutil.h b/misc/Releases/r081211/Code/Mathutil/mathutil.h similarity index 100% rename from Child/Releases/r081211/Code/Mathutil/mathutil.h rename to misc/Releases/r081211/Code/Mathutil/mathutil.h diff --git a/Child/Code/Mathutil/mt19937ar-cok.cpp b/misc/Releases/r081211/Code/Mathutil/mt19937ar-cok.cpp similarity index 100% rename from Child/Code/Mathutil/mt19937ar-cok.cpp rename to misc/Releases/r081211/Code/Mathutil/mt19937ar-cok.cpp diff --git a/Child/Code/Mathutil/mt19937ar-cok.out b/misc/Releases/r081211/Code/Mathutil/mt19937ar-cok.out similarity index 100% rename from Child/Code/Mathutil/mt19937ar-cok.out rename to misc/Releases/r081211/Code/Mathutil/mt19937ar-cok.out diff --git a/Child/Code/Mathutil/readme-mt.txt b/misc/Releases/r081211/Code/Mathutil/readme-mt.txt similarity index 100% rename from Child/Code/Mathutil/readme-mt.txt rename to misc/Releases/r081211/Code/Mathutil/readme-mt.txt diff --git a/Child/Releases/r081211/Code/MeshElements/CVS/Entries b/misc/Releases/r081211/Code/MeshElements/CVS/Entries similarity index 100% rename from Child/Releases/r081211/Code/MeshElements/CVS/Entries rename to misc/Releases/r081211/Code/MeshElements/CVS/Entries diff --git a/Child/Releases/r081211/Code/MeshElements/CVS/Repository b/misc/Releases/r081211/Code/MeshElements/CVS/Repository similarity index 100% rename from Child/Releases/r081211/Code/MeshElements/CVS/Repository rename to misc/Releases/r081211/Code/MeshElements/CVS/Repository diff --git a/Child/Releases/r081211/Code/MeshElements/CVS/Root b/misc/Releases/r081211/Code/MeshElements/CVS/Root similarity index 100% rename from Child/Releases/r081211/Code/MeshElements/CVS/Root rename to misc/Releases/r081211/Code/MeshElements/CVS/Root diff --git a/Child/Releases/r081211/Code/MeshElements/meshElements.cpp b/misc/Releases/r081211/Code/MeshElements/meshElements.cpp similarity index 100% rename from Child/Releases/r081211/Code/MeshElements/meshElements.cpp rename to misc/Releases/r081211/Code/MeshElements/meshElements.cpp diff --git a/Child/Releases/r081211/Code/MeshElements/meshElements.h b/misc/Releases/r081211/Code/MeshElements/meshElements.h similarity index 100% rename from Child/Releases/r081211/Code/MeshElements/meshElements.h rename to misc/Releases/r081211/Code/MeshElements/meshElements.h diff --git a/Child/Releases/r081211/Code/Predicates/CVS/Entries b/misc/Releases/r081211/Code/Predicates/CVS/Entries similarity index 100% rename from Child/Releases/r081211/Code/Predicates/CVS/Entries rename to misc/Releases/r081211/Code/Predicates/CVS/Entries diff --git a/Child/Releases/r081211/Code/Predicates/CVS/Repository b/misc/Releases/r081211/Code/Predicates/CVS/Repository similarity index 100% rename from Child/Releases/r081211/Code/Predicates/CVS/Repository rename to misc/Releases/r081211/Code/Predicates/CVS/Repository diff --git a/Child/Releases/r081211/Code/Predicates/CVS/Root b/misc/Releases/r081211/Code/Predicates/CVS/Root similarity index 100% rename from Child/Releases/r081211/Code/Predicates/CVS/Root rename to misc/Releases/r081211/Code/Predicates/CVS/Root diff --git a/Child/Releases/r081211/Code/Predicates/predicates.cpp b/misc/Releases/r081211/Code/Predicates/predicates.cpp similarity index 100% rename from Child/Releases/r081211/Code/Predicates/predicates.cpp rename to misc/Releases/r081211/Code/Predicates/predicates.cpp diff --git a/Child/Releases/r081211/Code/Predicates/predicates.h b/misc/Releases/r081211/Code/Predicates/predicates.h similarity index 100% rename from Child/Releases/r081211/Code/Predicates/predicates.h rename to misc/Releases/r081211/Code/Predicates/predicates.h diff --git a/Child/Releases/r081211/Code/Special/CVS/Entries b/misc/Releases/r081211/Code/Special/CVS/Entries similarity index 100% rename from Child/Releases/r081211/Code/Special/CVS/Entries rename to misc/Releases/r081211/Code/Special/CVS/Entries diff --git a/Child/Releases/r081211/Code/Special/CVS/Repository b/misc/Releases/r081211/Code/Special/CVS/Repository similarity index 100% rename from Child/Releases/r081211/Code/Special/CVS/Repository rename to misc/Releases/r081211/Code/Special/CVS/Repository diff --git a/Child/Releases/r081211/Code/Special/CVS/Root b/misc/Releases/r081211/Code/Special/CVS/Root similarity index 100% rename from Child/Releases/r081211/Code/Special/CVS/Root rename to misc/Releases/r081211/Code/Special/CVS/Root diff --git a/Child/Releases/r081211/Code/Special/gamain1.cpp b/misc/Releases/r081211/Code/Special/gamain1.cpp similarity index 100% rename from Child/Releases/r081211/Code/Special/gamain1.cpp rename to misc/Releases/r081211/Code/Special/gamain1.cpp diff --git a/Child/Releases/CHILDr100706/Code/Template_model.h b/misc/Releases/r081211/Code/Template_model.h similarity index 100% rename from Child/Releases/CHILDr100706/Code/Template_model.h rename to misc/Releases/r081211/Code/Template_model.h diff --git a/Child/Releases/CHILDr100706/Code/compiler.h b/misc/Releases/r081211/Code/compiler.h similarity index 100% rename from Child/Releases/CHILDr100706/Code/compiler.h rename to misc/Releases/r081211/Code/compiler.h diff --git a/Child/Releases/r081211/Code/errors/CVS/Entries b/misc/Releases/r081211/Code/errors/CVS/Entries similarity index 100% rename from Child/Releases/r081211/Code/errors/CVS/Entries rename to misc/Releases/r081211/Code/errors/CVS/Entries diff --git a/Child/Releases/r081211/Code/errors/CVS/Repository b/misc/Releases/r081211/Code/errors/CVS/Repository similarity index 100% rename from Child/Releases/r081211/Code/errors/CVS/Repository rename to misc/Releases/r081211/Code/errors/CVS/Repository diff --git a/Child/Releases/r081211/Code/errors/CVS/Root b/misc/Releases/r081211/Code/errors/CVS/Root similarity index 100% rename from Child/Releases/r081211/Code/errors/CVS/Root rename to misc/Releases/r081211/Code/errors/CVS/Root diff --git a/Child/Releases/r081211/Code/errors/errors.cpp b/misc/Releases/r081211/Code/errors/errors.cpp similarity index 100% rename from Child/Releases/r081211/Code/errors/errors.cpp rename to misc/Releases/r081211/Code/errors/errors.cpp diff --git a/Child/Releases/r081211/Code/errors/errors.h b/misc/Releases/r081211/Code/errors/errors.h similarity index 100% rename from Child/Releases/r081211/Code/errors/errors.h rename to misc/Releases/r081211/Code/errors/errors.h diff --git a/Child/Releases/r081211/Code/globalFns.cpp b/misc/Releases/r081211/Code/globalFns.cpp similarity index 100% rename from Child/Releases/r081211/Code/globalFns.cpp rename to misc/Releases/r081211/Code/globalFns.cpp diff --git a/Child/Releases/r081211/Code/globalFns.h b/misc/Releases/r081211/Code/globalFns.h similarity index 100% rename from Child/Releases/r081211/Code/globalFns.h rename to misc/Releases/r081211/Code/globalFns.h diff --git a/Child/Releases/r081211/Code/tArray/CVS/Entries b/misc/Releases/r081211/Code/tArray/CVS/Entries similarity index 100% rename from Child/Releases/r081211/Code/tArray/CVS/Entries rename to misc/Releases/r081211/Code/tArray/CVS/Entries diff --git a/Child/Releases/r081211/Code/tArray/CVS/Repository b/misc/Releases/r081211/Code/tArray/CVS/Repository similarity index 100% rename from Child/Releases/r081211/Code/tArray/CVS/Repository rename to misc/Releases/r081211/Code/tArray/CVS/Repository diff --git a/Child/Releases/r081211/Code/tArray/CVS/Root b/misc/Releases/r081211/Code/tArray/CVS/Root similarity index 100% rename from Child/Releases/r081211/Code/tArray/CVS/Root rename to misc/Releases/r081211/Code/tArray/CVS/Root diff --git a/Child/Releases/r081211/Code/tArray/tArray.cpp b/misc/Releases/r081211/Code/tArray/tArray.cpp similarity index 100% rename from Child/Releases/r081211/Code/tArray/tArray.cpp rename to misc/Releases/r081211/Code/tArray/tArray.cpp diff --git a/Child/Releases/r081211/Code/tArray/tArray.h b/misc/Releases/r081211/Code/tArray/tArray.h similarity index 100% rename from Child/Releases/r081211/Code/tArray/tArray.h rename to misc/Releases/r081211/Code/tArray/tArray.h diff --git a/Child/Releases/r081211/Code/tArray/tArray2.h b/misc/Releases/r081211/Code/tArray/tArray2.h similarity index 100% rename from Child/Releases/r081211/Code/tArray/tArray2.h rename to misc/Releases/r081211/Code/tArray/tArray2.h diff --git a/Child/Releases/r081211/Code/tEolian/CVS/Entries b/misc/Releases/r081211/Code/tEolian/CVS/Entries similarity index 100% rename from Child/Releases/r081211/Code/tEolian/CVS/Entries rename to misc/Releases/r081211/Code/tEolian/CVS/Entries diff --git a/Child/Releases/r081211/Code/tEolian/CVS/Repository b/misc/Releases/r081211/Code/tEolian/CVS/Repository similarity index 100% rename from Child/Releases/r081211/Code/tEolian/CVS/Repository rename to misc/Releases/r081211/Code/tEolian/CVS/Repository diff --git a/Child/Releases/r081211/Code/tEolian/CVS/Root b/misc/Releases/r081211/Code/tEolian/CVS/Root similarity index 100% rename from Child/Releases/r081211/Code/tEolian/CVS/Root rename to misc/Releases/r081211/Code/tEolian/CVS/Root diff --git a/Child/Releases/r081211/Code/tEolian/tEolian.cpp b/misc/Releases/r081211/Code/tEolian/tEolian.cpp similarity index 100% rename from Child/Releases/r081211/Code/tEolian/tEolian.cpp rename to misc/Releases/r081211/Code/tEolian/tEolian.cpp diff --git a/Child/Releases/r081211/Code/tEolian/tEolian.h b/misc/Releases/r081211/Code/tEolian/tEolian.h similarity index 100% rename from Child/Releases/r081211/Code/tEolian/tEolian.h rename to misc/Releases/r081211/Code/tEolian/tEolian.h diff --git a/Child/Releases/r081211/Code/tFloodplain/CVS/Entries b/misc/Releases/r081211/Code/tFloodplain/CVS/Entries similarity index 100% rename from Child/Releases/r081211/Code/tFloodplain/CVS/Entries rename to misc/Releases/r081211/Code/tFloodplain/CVS/Entries diff --git a/Child/Releases/r081211/Code/tFloodplain/CVS/Repository b/misc/Releases/r081211/Code/tFloodplain/CVS/Repository similarity index 100% rename from Child/Releases/r081211/Code/tFloodplain/CVS/Repository rename to misc/Releases/r081211/Code/tFloodplain/CVS/Repository diff --git a/Child/Releases/r081211/Code/tFloodplain/CVS/Root b/misc/Releases/r081211/Code/tFloodplain/CVS/Root similarity index 100% rename from Child/Releases/r081211/Code/tFloodplain/CVS/Root rename to misc/Releases/r081211/Code/tFloodplain/CVS/Root diff --git a/Child/Releases/r081211/Code/tFloodplain/tFloodplain.cpp b/misc/Releases/r081211/Code/tFloodplain/tFloodplain.cpp similarity index 100% rename from Child/Releases/r081211/Code/tFloodplain/tFloodplain.cpp rename to misc/Releases/r081211/Code/tFloodplain/tFloodplain.cpp diff --git a/Child/Releases/r081211/Code/tFloodplain/tFloodplain.h b/misc/Releases/r081211/Code/tFloodplain/tFloodplain.h similarity index 100% rename from Child/Releases/r081211/Code/tFloodplain/tFloodplain.h rename to misc/Releases/r081211/Code/tFloodplain/tFloodplain.h diff --git a/Child/Releases/r081211/Code/tInputFile/CVS/Entries b/misc/Releases/r081211/Code/tInputFile/CVS/Entries similarity index 100% rename from Child/Releases/r081211/Code/tInputFile/CVS/Entries rename to misc/Releases/r081211/Code/tInputFile/CVS/Entries diff --git a/Child/Releases/r081211/Code/tInputFile/CVS/Repository b/misc/Releases/r081211/Code/tInputFile/CVS/Repository similarity index 100% rename from Child/Releases/r081211/Code/tInputFile/CVS/Repository rename to misc/Releases/r081211/Code/tInputFile/CVS/Repository diff --git a/Child/Releases/r081211/Code/tInputFile/CVS/Root b/misc/Releases/r081211/Code/tInputFile/CVS/Root similarity index 100% rename from Child/Releases/r081211/Code/tInputFile/CVS/Root rename to misc/Releases/r081211/Code/tInputFile/CVS/Root diff --git a/Child/Releases/r081211/Code/tInputFile/tInputFile.cpp b/misc/Releases/r081211/Code/tInputFile/tInputFile.cpp similarity index 100% rename from Child/Releases/r081211/Code/tInputFile/tInputFile.cpp rename to misc/Releases/r081211/Code/tInputFile/tInputFile.cpp diff --git a/Child/Releases/r081211/Code/tInputFile/tInputFile.h b/misc/Releases/r081211/Code/tInputFile/tInputFile.h similarity index 100% rename from Child/Releases/r081211/Code/tInputFile/tInputFile.h rename to misc/Releases/r081211/Code/tInputFile/tInputFile.h diff --git a/Child/Releases/r081211/Code/tLNode/CVS/Entries b/misc/Releases/r081211/Code/tLNode/CVS/Entries similarity index 100% rename from Child/Releases/r081211/Code/tLNode/CVS/Entries rename to misc/Releases/r081211/Code/tLNode/CVS/Entries diff --git a/Child/Releases/r081211/Code/tLNode/CVS/Repository b/misc/Releases/r081211/Code/tLNode/CVS/Repository similarity index 100% rename from Child/Releases/r081211/Code/tLNode/CVS/Repository rename to misc/Releases/r081211/Code/tLNode/CVS/Repository diff --git a/Child/Releases/r081211/Code/tLNode/CVS/Root b/misc/Releases/r081211/Code/tLNode/CVS/Root similarity index 100% rename from Child/Releases/r081211/Code/tLNode/CVS/Root rename to misc/Releases/r081211/Code/tLNode/CVS/Root diff --git a/Child/Releases/r081211/Code/tLNode/tLNode.cpp b/misc/Releases/r081211/Code/tLNode/tLNode.cpp similarity index 100% rename from Child/Releases/r081211/Code/tLNode/tLNode.cpp rename to misc/Releases/r081211/Code/tLNode/tLNode.cpp diff --git a/Child/Releases/r081211/Code/tLNode/tLNode.h b/misc/Releases/r081211/Code/tLNode/tLNode.h similarity index 100% rename from Child/Releases/r081211/Code/tLNode/tLNode.h rename to misc/Releases/r081211/Code/tLNode/tLNode.h diff --git a/Child/Releases/r081211/Code/tList/CVS/Entries b/misc/Releases/r081211/Code/tList/CVS/Entries similarity index 100% rename from Child/Releases/r081211/Code/tList/CVS/Entries rename to misc/Releases/r081211/Code/tList/CVS/Entries diff --git a/Child/Releases/r081211/Code/tList/CVS/Repository b/misc/Releases/r081211/Code/tList/CVS/Repository similarity index 100% rename from Child/Releases/r081211/Code/tList/CVS/Repository rename to misc/Releases/r081211/Code/tList/CVS/Repository diff --git a/Child/Releases/r081211/Code/tList/CVS/Root b/misc/Releases/r081211/Code/tList/CVS/Root similarity index 100% rename from Child/Releases/r081211/Code/tList/CVS/Root rename to misc/Releases/r081211/Code/tList/CVS/Root diff --git a/Child/Releases/r081211/Code/tList/tList.h b/misc/Releases/r081211/Code/tList/tList.h similarity index 100% rename from Child/Releases/r081211/Code/tList/tList.h rename to misc/Releases/r081211/Code/tList/tList.h diff --git a/Child/Releases/r081211/Code/tList/tListFwd.h b/misc/Releases/r081211/Code/tList/tListFwd.h similarity index 100% rename from Child/Releases/r081211/Code/tList/tListFwd.h rename to misc/Releases/r081211/Code/tList/tListFwd.h diff --git a/Child/Releases/r081211/Code/tListInputData/CVS/Entries b/misc/Releases/r081211/Code/tListInputData/CVS/Entries similarity index 100% rename from Child/Releases/r081211/Code/tListInputData/CVS/Entries rename to misc/Releases/r081211/Code/tListInputData/CVS/Entries diff --git a/Child/Releases/r081211/Code/tListInputData/CVS/Repository b/misc/Releases/r081211/Code/tListInputData/CVS/Repository similarity index 100% rename from Child/Releases/r081211/Code/tListInputData/CVS/Repository rename to misc/Releases/r081211/Code/tListInputData/CVS/Repository diff --git a/Child/Releases/r081211/Code/tListInputData/CVS/Root b/misc/Releases/r081211/Code/tListInputData/CVS/Root similarity index 100% rename from Child/Releases/r081211/Code/tListInputData/CVS/Root rename to misc/Releases/r081211/Code/tListInputData/CVS/Root diff --git a/Child/Releases/r081211/Code/tListInputData/tListInputData.cpp b/misc/Releases/r081211/Code/tListInputData/tListInputData.cpp similarity index 100% rename from Child/Releases/r081211/Code/tListInputData/tListInputData.cpp rename to misc/Releases/r081211/Code/tListInputData/tListInputData.cpp diff --git a/Child/Releases/r081211/Code/tListInputData/tListInputData.h b/misc/Releases/r081211/Code/tListInputData/tListInputData.h similarity index 100% rename from Child/Releases/r081211/Code/tListInputData/tListInputData.h rename to misc/Releases/r081211/Code/tListInputData/tListInputData.h diff --git a/Child/Releases/r081211/Code/tMatrix/CVS/Entries b/misc/Releases/r081211/Code/tMatrix/CVS/Entries similarity index 100% rename from Child/Releases/r081211/Code/tMatrix/CVS/Entries rename to misc/Releases/r081211/Code/tMatrix/CVS/Entries diff --git a/Child/Releases/r081211/Code/tMatrix/CVS/Repository b/misc/Releases/r081211/Code/tMatrix/CVS/Repository similarity index 100% rename from Child/Releases/r081211/Code/tMatrix/CVS/Repository rename to misc/Releases/r081211/Code/tMatrix/CVS/Repository diff --git a/Child/Releases/r081211/Code/tMatrix/CVS/Root b/misc/Releases/r081211/Code/tMatrix/CVS/Root similarity index 100% rename from Child/Releases/r081211/Code/tMatrix/CVS/Root rename to misc/Releases/r081211/Code/tMatrix/CVS/Root diff --git a/Child/Releases/r081211/Code/tMatrix/tMatrix.cpp b/misc/Releases/r081211/Code/tMatrix/tMatrix.cpp similarity index 100% rename from Child/Releases/r081211/Code/tMatrix/tMatrix.cpp rename to misc/Releases/r081211/Code/tMatrix/tMatrix.cpp diff --git a/Child/Releases/r081211/Code/tMatrix/tMatrix.h b/misc/Releases/r081211/Code/tMatrix/tMatrix.h similarity index 100% rename from Child/Releases/r081211/Code/tMatrix/tMatrix.h rename to misc/Releases/r081211/Code/tMatrix/tMatrix.h diff --git a/Child/Releases/r081211/Code/tMesh/CVS/Entries b/misc/Releases/r081211/Code/tMesh/CVS/Entries similarity index 100% rename from Child/Releases/r081211/Code/tMesh/CVS/Entries rename to misc/Releases/r081211/Code/tMesh/CVS/Entries diff --git a/Child/Releases/r081211/Code/tMesh/CVS/Repository b/misc/Releases/r081211/Code/tMesh/CVS/Repository similarity index 100% rename from Child/Releases/r081211/Code/tMesh/CVS/Repository rename to misc/Releases/r081211/Code/tMesh/CVS/Repository diff --git a/Child/Releases/r081211/Code/tMesh/CVS/Root b/misc/Releases/r081211/Code/tMesh/CVS/Root similarity index 100% rename from Child/Releases/r081211/Code/tMesh/CVS/Root rename to misc/Releases/r081211/Code/tMesh/CVS/Root diff --git a/Child/Releases/r081211/Code/tMesh/ParamMesh_t.cpp b/misc/Releases/r081211/Code/tMesh/ParamMesh_t.cpp similarity index 100% rename from Child/Releases/r081211/Code/tMesh/ParamMesh_t.cpp rename to misc/Releases/r081211/Code/tMesh/ParamMesh_t.cpp diff --git a/Child/Releases/r081211/Code/tMesh/ParamMesh_t.h b/misc/Releases/r081211/Code/tMesh/ParamMesh_t.h similarity index 100% rename from Child/Releases/r081211/Code/tMesh/ParamMesh_t.h rename to misc/Releases/r081211/Code/tMesh/ParamMesh_t.h diff --git a/Child/Releases/r081211/Code/tMesh/TipperTriangulator.cpp b/misc/Releases/r081211/Code/tMesh/TipperTriangulator.cpp similarity index 100% rename from Child/Releases/r081211/Code/tMesh/TipperTriangulator.cpp rename to misc/Releases/r081211/Code/tMesh/TipperTriangulator.cpp diff --git a/Child/Releases/r081211/Code/tMesh/TipperTriangulator.h b/misc/Releases/r081211/Code/tMesh/TipperTriangulator.h similarity index 100% rename from Child/Releases/r081211/Code/tMesh/TipperTriangulator.h rename to misc/Releases/r081211/Code/tMesh/TipperTriangulator.h diff --git a/Child/Code/tMesh/TipperTriangulatorError.cpp b/misc/Releases/r081211/Code/tMesh/TipperTriangulatorError.cpp similarity index 100% rename from Child/Code/tMesh/TipperTriangulatorError.cpp rename to misc/Releases/r081211/Code/tMesh/TipperTriangulatorError.cpp diff --git a/Child/Code/tMesh/TipperTriangulator_test.cpp b/misc/Releases/r081211/Code/tMesh/TipperTriangulator_test.cpp similarity index 100% rename from Child/Code/tMesh/TipperTriangulator_test.cpp rename to misc/Releases/r081211/Code/tMesh/TipperTriangulator_test.cpp diff --git a/Child/Code/tMesh/heapsort.h b/misc/Releases/r081211/Code/tMesh/heapsort.h similarity index 100% rename from Child/Code/tMesh/heapsort.h rename to misc/Releases/r081211/Code/tMesh/heapsort.h diff --git a/Child/Releases/r081211/Code/tMesh/tMesh.cpp b/misc/Releases/r081211/Code/tMesh/tMesh.cpp similarity index 100% rename from Child/Releases/r081211/Code/tMesh/tMesh.cpp rename to misc/Releases/r081211/Code/tMesh/tMesh.cpp diff --git a/Child/Releases/r081211/Code/tMesh/tMesh.h b/misc/Releases/r081211/Code/tMesh/tMesh.h similarity index 100% rename from Child/Releases/r081211/Code/tMesh/tMesh.h rename to misc/Releases/r081211/Code/tMesh/tMesh.h diff --git a/Child/Releases/r081211/Code/tMesh/tMesh2.cpp b/misc/Releases/r081211/Code/tMesh/tMesh2.cpp similarity index 100% rename from Child/Releases/r081211/Code/tMesh/tMesh2.cpp rename to misc/Releases/r081211/Code/tMesh/tMesh2.cpp diff --git a/Child/Releases/r081211/Code/tMeshList/CVS/Entries b/misc/Releases/r081211/Code/tMeshList/CVS/Entries similarity index 100% rename from Child/Releases/r081211/Code/tMeshList/CVS/Entries rename to misc/Releases/r081211/Code/tMeshList/CVS/Entries diff --git a/Child/Releases/r081211/Code/tMeshList/CVS/Repository b/misc/Releases/r081211/Code/tMeshList/CVS/Repository similarity index 100% rename from Child/Releases/r081211/Code/tMeshList/CVS/Repository rename to misc/Releases/r081211/Code/tMeshList/CVS/Repository diff --git a/Child/Releases/r081211/Code/tMeshList/CVS/Root b/misc/Releases/r081211/Code/tMeshList/CVS/Root similarity index 100% rename from Child/Releases/r081211/Code/tMeshList/CVS/Root rename to misc/Releases/r081211/Code/tMeshList/CVS/Root diff --git a/Child/Releases/r081211/Code/tMeshList/tMeshList.h b/misc/Releases/r081211/Code/tMeshList/tMeshList.h similarity index 100% rename from Child/Releases/r081211/Code/tMeshList/tMeshList.h rename to misc/Releases/r081211/Code/tMeshList/tMeshList.h diff --git a/Child/Releases/r081211/Code/tOption/CVS/Entries b/misc/Releases/r081211/Code/tOption/CVS/Entries similarity index 100% rename from Child/Releases/r081211/Code/tOption/CVS/Entries rename to misc/Releases/r081211/Code/tOption/CVS/Entries diff --git a/Child/Releases/r081211/Code/tOption/CVS/Repository b/misc/Releases/r081211/Code/tOption/CVS/Repository similarity index 100% rename from Child/Releases/r081211/Code/tOption/CVS/Repository rename to misc/Releases/r081211/Code/tOption/CVS/Repository diff --git a/Child/Releases/r081211/Code/tOption/CVS/Root b/misc/Releases/r081211/Code/tOption/CVS/Root similarity index 100% rename from Child/Releases/r081211/Code/tOption/CVS/Root rename to misc/Releases/r081211/Code/tOption/CVS/Root diff --git a/Child/Releases/r081211/Code/tOption/tOption.cpp b/misc/Releases/r081211/Code/tOption/tOption.cpp similarity index 100% rename from Child/Releases/r081211/Code/tOption/tOption.cpp rename to misc/Releases/r081211/Code/tOption/tOption.cpp diff --git a/Child/Releases/r081211/Code/tOption/tOption.h b/misc/Releases/r081211/Code/tOption/tOption.h similarity index 100% rename from Child/Releases/r081211/Code/tOption/tOption.h rename to misc/Releases/r081211/Code/tOption/tOption.h diff --git a/Child/Releases/r081211/Code/tOutput/CVS/Entries b/misc/Releases/r081211/Code/tOutput/CVS/Entries similarity index 100% rename from Child/Releases/r081211/Code/tOutput/CVS/Entries rename to misc/Releases/r081211/Code/tOutput/CVS/Entries diff --git a/Child/Releases/r081211/Code/tOutput/CVS/Repository b/misc/Releases/r081211/Code/tOutput/CVS/Repository similarity index 100% rename from Child/Releases/r081211/Code/tOutput/CVS/Repository rename to misc/Releases/r081211/Code/tOutput/CVS/Repository diff --git a/Child/Releases/r081211/Code/tOutput/CVS/Root b/misc/Releases/r081211/Code/tOutput/CVS/Root similarity index 100% rename from Child/Releases/r081211/Code/tOutput/CVS/Root rename to misc/Releases/r081211/Code/tOutput/CVS/Root diff --git a/Child/Releases/r081211/Code/tOutput/tOutput.cpp b/misc/Releases/r081211/Code/tOutput/tOutput.cpp similarity index 100% rename from Child/Releases/r081211/Code/tOutput/tOutput.cpp rename to misc/Releases/r081211/Code/tOutput/tOutput.cpp diff --git a/Child/Releases/r081211/Code/tOutput/tOutput.h b/misc/Releases/r081211/Code/tOutput/tOutput.h similarity index 100% rename from Child/Releases/r081211/Code/tOutput/tOutput.h rename to misc/Releases/r081211/Code/tOutput/tOutput.h diff --git a/Child/Releases/r081211/Code/tPtrList/CVS/Entries b/misc/Releases/r081211/Code/tPtrList/CVS/Entries similarity index 100% rename from Child/Releases/r081211/Code/tPtrList/CVS/Entries rename to misc/Releases/r081211/Code/tPtrList/CVS/Entries diff --git a/Child/Releases/r081211/Code/tPtrList/CVS/Repository b/misc/Releases/r081211/Code/tPtrList/CVS/Repository similarity index 100% rename from Child/Releases/r081211/Code/tPtrList/CVS/Repository rename to misc/Releases/r081211/Code/tPtrList/CVS/Repository diff --git a/Child/Releases/r081211/Code/tPtrList/CVS/Root b/misc/Releases/r081211/Code/tPtrList/CVS/Root similarity index 100% rename from Child/Releases/r081211/Code/tPtrList/CVS/Root rename to misc/Releases/r081211/Code/tPtrList/CVS/Root diff --git a/Child/Releases/r081211/Code/tPtrList/tPtrList.h b/misc/Releases/r081211/Code/tPtrList/tPtrList.h similarity index 100% rename from Child/Releases/r081211/Code/tPtrList/tPtrList.h rename to misc/Releases/r081211/Code/tPtrList/tPtrList.h diff --git a/Child/Releases/r081211/Code/tRunTimer/CVS/Entries b/misc/Releases/r081211/Code/tRunTimer/CVS/Entries similarity index 100% rename from Child/Releases/r081211/Code/tRunTimer/CVS/Entries rename to misc/Releases/r081211/Code/tRunTimer/CVS/Entries diff --git a/Child/Releases/r081211/Code/tRunTimer/CVS/Repository b/misc/Releases/r081211/Code/tRunTimer/CVS/Repository similarity index 100% rename from Child/Releases/r081211/Code/tRunTimer/CVS/Repository rename to misc/Releases/r081211/Code/tRunTimer/CVS/Repository diff --git a/Child/Releases/r081211/Code/tRunTimer/CVS/Root b/misc/Releases/r081211/Code/tRunTimer/CVS/Root similarity index 100% rename from Child/Releases/r081211/Code/tRunTimer/CVS/Root rename to misc/Releases/r081211/Code/tRunTimer/CVS/Root diff --git a/Child/Releases/r081211/Code/tRunTimer/tRunTimer.cpp b/misc/Releases/r081211/Code/tRunTimer/tRunTimer.cpp similarity index 100% rename from Child/Releases/r081211/Code/tRunTimer/tRunTimer.cpp rename to misc/Releases/r081211/Code/tRunTimer/tRunTimer.cpp diff --git a/Child/Releases/r081211/Code/tRunTimer/tRunTimer.h b/misc/Releases/r081211/Code/tRunTimer/tRunTimer.h similarity index 100% rename from Child/Releases/r081211/Code/tRunTimer/tRunTimer.h rename to misc/Releases/r081211/Code/tRunTimer/tRunTimer.h diff --git a/Child/Releases/r081211/Code/tStorm/CVS/Entries b/misc/Releases/r081211/Code/tStorm/CVS/Entries similarity index 100% rename from Child/Releases/r081211/Code/tStorm/CVS/Entries rename to misc/Releases/r081211/Code/tStorm/CVS/Entries diff --git a/Child/Releases/r081211/Code/tStorm/CVS/Repository b/misc/Releases/r081211/Code/tStorm/CVS/Repository similarity index 100% rename from Child/Releases/r081211/Code/tStorm/CVS/Repository rename to misc/Releases/r081211/Code/tStorm/CVS/Repository diff --git a/Child/Releases/r081211/Code/tStorm/CVS/Root b/misc/Releases/r081211/Code/tStorm/CVS/Root similarity index 100% rename from Child/Releases/r081211/Code/tStorm/CVS/Root rename to misc/Releases/r081211/Code/tStorm/CVS/Root diff --git a/Child/Releases/r081211/Code/tStorm/tStorm.cpp b/misc/Releases/r081211/Code/tStorm/tStorm.cpp similarity index 100% rename from Child/Releases/r081211/Code/tStorm/tStorm.cpp rename to misc/Releases/r081211/Code/tStorm/tStorm.cpp diff --git a/Child/Releases/r081211/Code/tStorm/tStorm.h b/misc/Releases/r081211/Code/tStorm/tStorm.h similarity index 100% rename from Child/Releases/r081211/Code/tStorm/tStorm.h rename to misc/Releases/r081211/Code/tStorm/tStorm.h diff --git a/Child/Releases/r081211/Code/tStratGrid/CVS/Entries b/misc/Releases/r081211/Code/tStratGrid/CVS/Entries similarity index 100% rename from Child/Releases/r081211/Code/tStratGrid/CVS/Entries rename to misc/Releases/r081211/Code/tStratGrid/CVS/Entries diff --git a/Child/Releases/r081211/Code/tStratGrid/CVS/Repository b/misc/Releases/r081211/Code/tStratGrid/CVS/Repository similarity index 100% rename from Child/Releases/r081211/Code/tStratGrid/CVS/Repository rename to misc/Releases/r081211/Code/tStratGrid/CVS/Repository diff --git a/Child/Releases/r081211/Code/tStratGrid/CVS/Root b/misc/Releases/r081211/Code/tStratGrid/CVS/Root similarity index 100% rename from Child/Releases/r081211/Code/tStratGrid/CVS/Root rename to misc/Releases/r081211/Code/tStratGrid/CVS/Root diff --git a/Child/Releases/r081211/Code/tStratGrid/tStratGrid.cpp b/misc/Releases/r081211/Code/tStratGrid/tStratGrid.cpp similarity index 100% rename from Child/Releases/r081211/Code/tStratGrid/tStratGrid.cpp rename to misc/Releases/r081211/Code/tStratGrid/tStratGrid.cpp diff --git a/Child/Releases/r081211/Code/tStratGrid/tStratGrid.h b/misc/Releases/r081211/Code/tStratGrid/tStratGrid.h similarity index 100% rename from Child/Releases/r081211/Code/tStratGrid/tStratGrid.h rename to misc/Releases/r081211/Code/tStratGrid/tStratGrid.h diff --git a/Child/Releases/r081211/Code/tStreamMeander/CVS/Entries b/misc/Releases/r081211/Code/tStreamMeander/CVS/Entries similarity index 100% rename from Child/Releases/r081211/Code/tStreamMeander/CVS/Entries rename to misc/Releases/r081211/Code/tStreamMeander/CVS/Entries diff --git a/Child/Releases/r081211/Code/tStreamMeander/CVS/Repository b/misc/Releases/r081211/Code/tStreamMeander/CVS/Repository similarity index 100% rename from Child/Releases/r081211/Code/tStreamMeander/CVS/Repository rename to misc/Releases/r081211/Code/tStreamMeander/CVS/Repository diff --git a/Child/Releases/r081211/Code/tStreamMeander/CVS/Root b/misc/Releases/r081211/Code/tStreamMeander/CVS/Root similarity index 100% rename from Child/Releases/r081211/Code/tStreamMeander/CVS/Root rename to misc/Releases/r081211/Code/tStreamMeander/CVS/Root diff --git a/Child/Releases/r081211/Code/tStreamMeander/meander.cpp b/misc/Releases/r081211/Code/tStreamMeander/meander.cpp similarity index 100% rename from Child/Releases/r081211/Code/tStreamMeander/meander.cpp rename to misc/Releases/r081211/Code/tStreamMeander/meander.cpp diff --git a/Child/Releases/r081211/Code/tStreamMeander/meander.f b/misc/Releases/r081211/Code/tStreamMeander/meander.f similarity index 100% rename from Child/Releases/r081211/Code/tStreamMeander/meander.f rename to misc/Releases/r081211/Code/tStreamMeander/meander.f diff --git a/Child/Code/tStreamMeander/meander.h b/misc/Releases/r081211/Code/tStreamMeander/meander.h similarity index 100% rename from Child/Code/tStreamMeander/meander.h rename to misc/Releases/r081211/Code/tStreamMeander/meander.h diff --git a/Child/Releases/r081211/Code/tStreamMeander/tStreamMeander.cpp b/misc/Releases/r081211/Code/tStreamMeander/tStreamMeander.cpp similarity index 100% rename from Child/Releases/r081211/Code/tStreamMeander/tStreamMeander.cpp rename to misc/Releases/r081211/Code/tStreamMeander/tStreamMeander.cpp diff --git a/Child/Releases/r081211/Code/tStreamMeander/tStreamMeander.h b/misc/Releases/r081211/Code/tStreamMeander/tStreamMeander.h similarity index 100% rename from Child/Releases/r081211/Code/tStreamMeander/tStreamMeander.h rename to misc/Releases/r081211/Code/tStreamMeander/tStreamMeander.h diff --git a/Child/Releases/r081211/Code/tStreamNet/CVS/Entries b/misc/Releases/r081211/Code/tStreamNet/CVS/Entries similarity index 100% rename from Child/Releases/r081211/Code/tStreamNet/CVS/Entries rename to misc/Releases/r081211/Code/tStreamNet/CVS/Entries diff --git a/Child/Releases/r081211/Code/tStreamNet/CVS/Repository b/misc/Releases/r081211/Code/tStreamNet/CVS/Repository similarity index 100% rename from Child/Releases/r081211/Code/tStreamNet/CVS/Repository rename to misc/Releases/r081211/Code/tStreamNet/CVS/Repository diff --git a/Child/Releases/r081211/Code/tStreamNet/CVS/Root b/misc/Releases/r081211/Code/tStreamNet/CVS/Root similarity index 100% rename from Child/Releases/r081211/Code/tStreamNet/CVS/Root rename to misc/Releases/r081211/Code/tStreamNet/CVS/Root diff --git a/Child/Releases/r081211/Code/tStreamNet/tStreamNet.cpp b/misc/Releases/r081211/Code/tStreamNet/tStreamNet.cpp similarity index 100% rename from Child/Releases/r081211/Code/tStreamNet/tStreamNet.cpp rename to misc/Releases/r081211/Code/tStreamNet/tStreamNet.cpp diff --git a/Child/Releases/r081211/Code/tStreamNet/tStreamNet.cpp.bkp b/misc/Releases/r081211/Code/tStreamNet/tStreamNet.cpp.bkp similarity index 100% rename from Child/Releases/r081211/Code/tStreamNet/tStreamNet.cpp.bkp rename to misc/Releases/r081211/Code/tStreamNet/tStreamNet.cpp.bkp diff --git a/Child/Releases/r081211/Code/tStreamNet/tStreamNet.h b/misc/Releases/r081211/Code/tStreamNet/tStreamNet.h similarity index 100% rename from Child/Releases/r081211/Code/tStreamNet/tStreamNet.h rename to misc/Releases/r081211/Code/tStreamNet/tStreamNet.h diff --git a/Child/Releases/r081211/Code/tStreamNet/tStreamNet.h.bkp b/misc/Releases/r081211/Code/tStreamNet/tStreamNet.h.bkp similarity index 100% rename from Child/Releases/r081211/Code/tStreamNet/tStreamNet.h.bkp rename to misc/Releases/r081211/Code/tStreamNet/tStreamNet.h.bkp diff --git a/Child/Releases/r081211/Code/tStreamNet/tStreamNet_MAfeb07.cpp b/misc/Releases/r081211/Code/tStreamNet/tStreamNet_MAfeb07.cpp similarity index 100% rename from Child/Releases/r081211/Code/tStreamNet/tStreamNet_MAfeb07.cpp rename to misc/Releases/r081211/Code/tStreamNet/tStreamNet_MAfeb07.cpp diff --git a/Child/Releases/r081211/Code/tStreamNet/tStreamNetlt.cpp b/misc/Releases/r081211/Code/tStreamNet/tStreamNetlt.cpp similarity index 100% rename from Child/Releases/r081211/Code/tStreamNet/tStreamNetlt.cpp rename to misc/Releases/r081211/Code/tStreamNet/tStreamNetlt.cpp diff --git a/Child/Releases/r081211/Code/tStreamNet/tStreamNetlt.h b/misc/Releases/r081211/Code/tStreamNet/tStreamNetlt.h similarity index 100% rename from Child/Releases/r081211/Code/tStreamNet/tStreamNetlt.h rename to misc/Releases/r081211/Code/tStreamNet/tStreamNetlt.h diff --git a/Child/Releases/r081211/Code/tTimeSeries/CVS/Entries b/misc/Releases/r081211/Code/tTimeSeries/CVS/Entries similarity index 100% rename from Child/Releases/r081211/Code/tTimeSeries/CVS/Entries rename to misc/Releases/r081211/Code/tTimeSeries/CVS/Entries diff --git a/Child/Releases/r081211/Code/tTimeSeries/CVS/Repository b/misc/Releases/r081211/Code/tTimeSeries/CVS/Repository similarity index 100% rename from Child/Releases/r081211/Code/tTimeSeries/CVS/Repository rename to misc/Releases/r081211/Code/tTimeSeries/CVS/Repository diff --git a/Child/Releases/r081211/Code/tTimeSeries/CVS/Root b/misc/Releases/r081211/Code/tTimeSeries/CVS/Root similarity index 100% rename from Child/Releases/r081211/Code/tTimeSeries/CVS/Root rename to misc/Releases/r081211/Code/tTimeSeries/CVS/Root diff --git a/Child/Releases/r081211/Code/tTimeSeries/tTimeSeries.cpp b/misc/Releases/r081211/Code/tTimeSeries/tTimeSeries.cpp similarity index 100% rename from Child/Releases/r081211/Code/tTimeSeries/tTimeSeries.cpp rename to misc/Releases/r081211/Code/tTimeSeries/tTimeSeries.cpp diff --git a/Child/Releases/r081211/Code/tTimeSeries/tTimeSeries.h b/misc/Releases/r081211/Code/tTimeSeries/tTimeSeries.h similarity index 100% rename from Child/Releases/r081211/Code/tTimeSeries/tTimeSeries.h rename to misc/Releases/r081211/Code/tTimeSeries/tTimeSeries.h diff --git a/Child/Releases/r081211/Code/tTimeSeries/tTimeSeries.txt b/misc/Releases/r081211/Code/tTimeSeries/tTimeSeries.txt similarity index 100% rename from Child/Releases/r081211/Code/tTimeSeries/tTimeSeries.txt rename to misc/Releases/r081211/Code/tTimeSeries/tTimeSeries.txt diff --git a/Child/Releases/r081211/Code/tUplift/CVS/Entries b/misc/Releases/r081211/Code/tUplift/CVS/Entries similarity index 100% rename from Child/Releases/r081211/Code/tUplift/CVS/Entries rename to misc/Releases/r081211/Code/tUplift/CVS/Entries diff --git a/Child/Releases/r081211/Code/tUplift/CVS/Repository b/misc/Releases/r081211/Code/tUplift/CVS/Repository similarity index 100% rename from Child/Releases/r081211/Code/tUplift/CVS/Repository rename to misc/Releases/r081211/Code/tUplift/CVS/Repository diff --git a/Child/Releases/r081211/Code/tUplift/CVS/Root b/misc/Releases/r081211/Code/tUplift/CVS/Root similarity index 100% rename from Child/Releases/r081211/Code/tUplift/CVS/Root rename to misc/Releases/r081211/Code/tUplift/CVS/Root diff --git a/Child/Releases/r081211/Code/tUplift/tUplift.cpp b/misc/Releases/r081211/Code/tUplift/tUplift.cpp similarity index 100% rename from Child/Releases/r081211/Code/tUplift/tUplift.cpp rename to misc/Releases/r081211/Code/tUplift/tUplift.cpp diff --git a/Child/Releases/r081211/Code/tUplift/tUplift.cpp.bkp.cpp b/misc/Releases/r081211/Code/tUplift/tUplift.cpp.bkp.cpp similarity index 100% rename from Child/Releases/r081211/Code/tUplift/tUplift.cpp.bkp.cpp rename to misc/Releases/r081211/Code/tUplift/tUplift.cpp.bkp.cpp diff --git a/Child/Releases/r081211/Code/tUplift/tUplift.h b/misc/Releases/r081211/Code/tUplift/tUplift.h similarity index 100% rename from Child/Releases/r081211/Code/tUplift/tUplift.h rename to misc/Releases/r081211/Code/tUplift/tUplift.h diff --git a/Child/Releases/r081211/Code/tUplift/tUplift.h.bkp.h b/misc/Releases/r081211/Code/tUplift/tUplift.h.bkp.h similarity index 100% rename from Child/Releases/r081211/Code/tUplift/tUplift.h.bkp.h rename to misc/Releases/r081211/Code/tUplift/tUplift.h.bkp.h diff --git a/Child/Releases/r081211/Code/tVegetation/CVS/Entries b/misc/Releases/r081211/Code/tVegetation/CVS/Entries similarity index 100% rename from Child/Releases/r081211/Code/tVegetation/CVS/Entries rename to misc/Releases/r081211/Code/tVegetation/CVS/Entries diff --git a/Child/Releases/r081211/Code/tVegetation/CVS/Repository b/misc/Releases/r081211/Code/tVegetation/CVS/Repository similarity index 100% rename from Child/Releases/r081211/Code/tVegetation/CVS/Repository rename to misc/Releases/r081211/Code/tVegetation/CVS/Repository diff --git a/Child/Releases/r081211/Code/tVegetation/CVS/Root b/misc/Releases/r081211/Code/tVegetation/CVS/Root similarity index 100% rename from Child/Releases/r081211/Code/tVegetation/CVS/Root rename to misc/Releases/r081211/Code/tVegetation/CVS/Root diff --git a/Child/Releases/r081211/Code/tVegetation/tVegetation.cpp b/misc/Releases/r081211/Code/tVegetation/tVegetation.cpp similarity index 100% rename from Child/Releases/r081211/Code/tVegetation/tVegetation.cpp rename to misc/Releases/r081211/Code/tVegetation/tVegetation.cpp diff --git a/Child/Releases/r081211/Code/tVegetation/tVegetation.h b/misc/Releases/r081211/Code/tVegetation/tVegetation.h similarity index 100% rename from Child/Releases/r081211/Code/tVegetation/tVegetation.h rename to misc/Releases/r081211/Code/tVegetation/tVegetation.h diff --git a/Child/Releases/CHILDr100706/Code/trapfpe.h b/misc/Releases/r081211/Code/trapfpe.h similarity index 100% rename from Child/Releases/CHILDr100706/Code/trapfpe.h rename to misc/Releases/r081211/Code/trapfpe.h diff --git a/Child/Releases/r081211/Doc/child_users_guide.pdf b/misc/Releases/r081211/Doc/child_users_guide.pdf similarity index 100% rename from Child/Releases/r081211/Doc/child_users_guide.pdf rename to misc/Releases/r081211/Doc/child_users_guide.pdf diff --git a/Child/Releases/r081211/Examples/ridge_valley_ex1coarse.in b/misc/Releases/r081211/Examples/ridge_valley_ex1coarse.in similarity index 100% rename from Child/Releases/r081211/Examples/ridge_valley_ex1coarse.in rename to misc/Releases/r081211/Examples/ridge_valley_ex1coarse.in diff --git a/Child/Releases/r081211/Examples/ridge_valley_ex1coarse_a.in b/misc/Releases/r081211/Examples/ridge_valley_ex1coarse_a.in similarity index 100% rename from Child/Releases/r081211/Examples/ridge_valley_ex1coarse_a.in rename to misc/Releases/r081211/Examples/ridge_valley_ex1coarse_a.in diff --git a/Child/Releases/r081211/Examples/ridge_valley_example1.in b/misc/Releases/r081211/Examples/ridge_valley_example1.in similarity index 100% rename from Child/Releases/r081211/Examples/ridge_valley_example1.in rename to misc/Releases/r081211/Examples/ridge_valley_example1.in diff --git a/Child/Releases/r081211/Viz/Mfiles/binavg.m b/misc/Releases/r081211/Viz/Mfiles/binavg.m similarity index 100% rename from Child/Releases/r081211/Viz/Mfiles/binavg.m rename to misc/Releases/r081211/Viz/Mfiles/binavg.m diff --git a/Child/Releases/r081211/Viz/Mfiles/c2raster.m b/misc/Releases/r081211/Viz/Mfiles/c2raster.m similarity index 100% rename from Child/Releases/r081211/Viz/Mfiles/c2raster.m rename to misc/Releases/r081211/Viz/Mfiles/c2raster.m diff --git a/Child/Postproc/Matlab/ccalcdz.m b/misc/Releases/r081211/Viz/Mfiles/ccalcdz.m similarity index 100% rename from Child/Postproc/Matlab/ccalcdz.m rename to misc/Releases/r081211/Viz/Mfiles/ccalcdz.m diff --git a/Child/Releases/r081211/Viz/Mfiles/ccalcerorate.m b/misc/Releases/r081211/Viz/Mfiles/ccalcerorate.m similarity index 100% rename from Child/Releases/r081211/Viz/Mfiles/ccalcerorate.m rename to misc/Releases/r081211/Viz/Mfiles/ccalcerorate.m diff --git a/Child/Postproc/Matlab/cchangeparam.m b/misc/Releases/r081211/Viz/Mfiles/cchangeparam.m similarity index 100% rename from Child/Postproc/Matlab/cchangeparam.m rename to misc/Releases/r081211/Viz/Mfiles/cchangeparam.m diff --git a/Child/Postproc/Matlab/ccontour.m b/misc/Releases/r081211/Viz/Mfiles/ccontour.m old mode 100644 new mode 100755 similarity index 100% rename from Child/Postproc/Matlab/ccontour.m rename to misc/Releases/r081211/Viz/Mfiles/ccontour.m diff --git a/Child/Releases/CHILDr111129/ChildExercises/MatlabScripts/cfindstrmprofile.m b/misc/Releases/r081211/Viz/Mfiles/cfindstrmprofile.m similarity index 100% rename from Child/Releases/CHILDr111129/ChildExercises/MatlabScripts/cfindstrmprofile.m rename to misc/Releases/r081211/Viz/Mfiles/cfindstrmprofile.m diff --git a/Child/Releases/r081211/Viz/Mfiles/cgenoffsetgrid.m b/misc/Releases/r081211/Viz/Mfiles/cgenoffsetgrid.m similarity index 100% rename from Child/Releases/r081211/Viz/Mfiles/cgenoffsetgrid.m rename to misc/Releases/r081211/Viz/Mfiles/cgenoffsetgrid.m diff --git a/Child/Releases/r081211/Viz/Mfiles/cinterpclosededges.m b/misc/Releases/r081211/Viz/Mfiles/cinterpclosededges.m similarity index 100% rename from Child/Releases/r081211/Viz/Mfiles/cinterpclosededges.m rename to misc/Releases/r081211/Viz/Mfiles/cinterpclosededges.m diff --git a/Child/Releases/CHILDr111129/ChildExercises/MatlabScripts/cinterpedges.m b/misc/Releases/r081211/Viz/Mfiles/cinterpedges.m similarity index 100% rename from Child/Releases/CHILDr111129/ChildExercises/MatlabScripts/cinterpedges.m rename to misc/Releases/r081211/Viz/Mfiles/cinterpedges.m diff --git a/Child/Releases/r081211/Viz/Mfiles/cmovie.m b/misc/Releases/r081211/Viz/Mfiles/cmovie.m similarity index 100% rename from Child/Releases/r081211/Viz/Mfiles/cmovie.m rename to misc/Releases/r081211/Viz/Mfiles/cmovie.m diff --git a/Child/Postproc/Matlab/cplotarea.m b/misc/Releases/r081211/Viz/Mfiles/cplotarea.m old mode 100644 new mode 100755 similarity index 100% rename from Child/Postproc/Matlab/cplotarea.m rename to misc/Releases/r081211/Viz/Mfiles/cplotarea.m diff --git a/Child/Releases/r081211/Viz/Mfiles/cplotmesh.m b/misc/Releases/r081211/Viz/Mfiles/cplotmesh.m similarity index 100% rename from Child/Releases/r081211/Viz/Mfiles/cplotmesh.m rename to misc/Releases/r081211/Viz/Mfiles/cplotmesh.m diff --git a/Child/Postproc/Matlab/cpointelevtseries.m b/misc/Releases/r081211/Viz/Mfiles/cpointelevtseries.m similarity index 100% rename from Child/Postproc/Matlab/cpointelevtseries.m rename to misc/Releases/r081211/Viz/Mfiles/cpointelevtseries.m diff --git a/Child/Releases/CHILDr111129/ChildExercises/MatlabScripts/cread.m b/misc/Releases/r081211/Viz/Mfiles/cread.m similarity index 100% rename from Child/Releases/CHILDr111129/ChildExercises/MatlabScripts/cread.m rename to misc/Releases/r081211/Viz/Mfiles/cread.m diff --git a/Child/Releases/r081211/Viz/Mfiles/cread2.m b/misc/Releases/r081211/Viz/Mfiles/cread2.m similarity index 100% rename from Child/Releases/r081211/Viz/Mfiles/cread2.m rename to misc/Releases/r081211/Viz/Mfiles/cread2.m diff --git a/Child/Postproc/Matlab/creadinfile.m b/misc/Releases/r081211/Viz/Mfiles/creadinfile.m similarity index 100% rename from Child/Postproc/Matlab/creadinfile.m rename to misc/Releases/r081211/Viz/Mfiles/creadinfile.m diff --git a/Child/Releases/r081211/Viz/Mfiles/creadlayers.m b/misc/Releases/r081211/Viz/Mfiles/creadlayers.m similarity index 100% rename from Child/Releases/r081211/Viz/Mfiles/creadlayers.m rename to misc/Releases/r081211/Viz/Mfiles/creadlayers.m diff --git a/Child/Postproc/Matlab/creadpointsfile.m b/misc/Releases/r081211/Viz/Mfiles/creadpointsfile.m similarity index 100% rename from Child/Postproc/Matlab/creadpointsfile.m rename to misc/Releases/r081211/Viz/Mfiles/creadpointsfile.m diff --git a/Child/Releases/CHILDr111129/ChildExercises/MatlabScripts/creadxyz.m b/misc/Releases/r081211/Viz/Mfiles/creadxyz.m similarity index 100% rename from Child/Releases/CHILDr111129/ChildExercises/MatlabScripts/creadxyz.m rename to misc/Releases/r081211/Viz/Mfiles/creadxyz.m diff --git a/Child/Releases/r081211/Viz/Mfiles/creadxyzb.m b/misc/Releases/r081211/Viz/Mfiles/creadxyzb.m similarity index 100% rename from Child/Releases/r081211/Viz/Mfiles/creadxyzb.m rename to misc/Releases/r081211/Viz/Mfiles/creadxyzb.m diff --git a/Child/Releases/r081211/Viz/Mfiles/csa.m b/misc/Releases/r081211/Viz/Mfiles/csa.m similarity index 100% rename from Child/Releases/r081211/Viz/Mfiles/csa.m rename to misc/Releases/r081211/Viz/Mfiles/csa.m diff --git a/Child/Releases/r081211/Viz/Mfiles/csectioncoords.m b/misc/Releases/r081211/Viz/Mfiles/csectioncoords.m similarity index 100% rename from Child/Releases/r081211/Viz/Mfiles/csectioncoords.m rename to misc/Releases/r081211/Viz/Mfiles/csectioncoords.m diff --git a/Child/Releases/r081211/Viz/Mfiles/csectioncoords2.m b/misc/Releases/r081211/Viz/Mfiles/csectioncoords2.m similarity index 100% rename from Child/Releases/r081211/Viz/Mfiles/csectioncoords2.m rename to misc/Releases/r081211/Viz/Mfiles/csectioncoords2.m diff --git a/Child/Postproc/Matlab/cstrmprofile.m b/misc/Releases/r081211/Viz/Mfiles/cstrmprofile.m old mode 100644 new mode 100755 similarity index 100% rename from Child/Postproc/Matlab/cstrmprofile.m rename to misc/Releases/r081211/Viz/Mfiles/cstrmprofile.m diff --git a/Child/Releases/r081211/Viz/Mfiles/cstrmprofilexy.m b/misc/Releases/r081211/Viz/Mfiles/cstrmprofilexy.m similarity index 100% rename from Child/Releases/r081211/Viz/Mfiles/cstrmprofilexy.m rename to misc/Releases/r081211/Viz/Mfiles/cstrmprofilexy.m diff --git a/Child/Releases/r081211/Viz/Mfiles/cstrmproseries.m b/misc/Releases/r081211/Viz/Mfiles/cstrmproseries.m similarity index 100% rename from Child/Releases/r081211/Viz/Mfiles/cstrmproseries.m rename to misc/Releases/r081211/Viz/Mfiles/cstrmproseries.m diff --git a/Child/Releases/r081211/Viz/Mfiles/ctrisurf.m b/misc/Releases/r081211/Viz/Mfiles/ctrisurf.m similarity index 100% rename from Child/Releases/r081211/Viz/Mfiles/ctrisurf.m rename to misc/Releases/r081211/Viz/Mfiles/ctrisurf.m diff --git a/Child/Releases/r081211/Viz/Mfiles/cvolplot.m b/misc/Releases/r081211/Viz/Mfiles/cvolplot.m similarity index 100% rename from Child/Releases/r081211/Viz/Mfiles/cvolplot.m rename to misc/Releases/r081211/Viz/Mfiles/cvolplot.m diff --git a/Child/Postproc/Matlab/cwriteinfile.m b/misc/Releases/r081211/Viz/Mfiles/cwriteinfile.m similarity index 100% rename from Child/Postproc/Matlab/cwriteinfile.m rename to misc/Releases/r081211/Viz/Mfiles/cwriteinfile.m diff --git a/Child/Releases/r081211/Viz/Mfiles/logbinavg.m b/misc/Releases/r081211/Viz/Mfiles/logbinavg.m similarity index 100% rename from Child/Releases/r081211/Viz/Mfiles/logbinavg.m rename to misc/Releases/r081211/Viz/Mfiles/logbinavg.m diff --git a/Child/Releases/r081211/Viz/Mfiles/readarc.m b/misc/Releases/r081211/Viz/Mfiles/readarc.m similarity index 100% rename from Child/Releases/r081211/Viz/Mfiles/readarc.m rename to misc/Releases/r081211/Viz/Mfiles/readarc.m diff --git a/Child/Releases/r081211/Viz/Mfiles/xysort.m b/misc/Releases/r081211/Viz/Mfiles/xysort.m similarity index 100% rename from Child/Releases/r081211/Viz/Mfiles/xysort.m rename to misc/Releases/r081211/Viz/Mfiles/xysort.m diff --git a/Child/Releases/r081211/Viz/Mfiles/xysortv.m b/misc/Releases/r081211/Viz/Mfiles/xysortv.m similarity index 100% rename from Child/Releases/r081211/Viz/Mfiles/xysortv.m rename to misc/Releases/r081211/Viz/Mfiles/xysortv.m diff --git a/Child/Sunbin/.cvsignore b/misc/Sunbin/.cvsignore similarity index 100% rename from Child/Sunbin/.cvsignore rename to misc/Sunbin/.cvsignore diff --git a/Child/Sunbin/toddler.mk b/misc/Sunbin/toddler.mk similarity index 100% rename from Child/Sunbin/toddler.mk rename to misc/Sunbin/toddler.mk diff --git a/Child/child_dev_log.tex b/misc/child_dev_log.tex similarity index 100% rename from Child/child_dev_log.tex rename to misc/child_dev_log.tex diff --git a/Child/create_cvs_repository.txt b/misc/create_cvs_repository.txt similarity index 100% rename from Child/create_cvs_repository.txt rename to misc/create_cvs_repository.txt diff --git a/Child/get_snapshot.txt b/misc/get_snapshot.txt similarity index 100% rename from Child/get_snapshot.txt rename to misc/get_snapshot.txt diff --git a/Child/module/MODULES b/misc/module/MODULES similarity index 100% rename from Child/module/MODULES rename to misc/module/MODULES diff --git a/Child/module/README.txt b/misc/module/README.txt similarity index 100% rename from Child/module/README.txt rename to misc/module/README.txt diff --git a/Child/module/ReadChild.cpp b/misc/module/ReadChild.cpp similarity index 100% rename from Child/module/ReadChild.cpp rename to misc/module/ReadChild.cpp diff --git a/Child/module/ReadChild.doc b/misc/module/ReadChild.doc similarity index 100% rename from Child/module/ReadChild.doc rename to misc/module/ReadChild.doc diff --git a/Child/module/ReadChild.mres b/misc/module/ReadChild.mres similarity index 100% rename from Child/module/ReadChild.mres rename to misc/module/ReadChild.mres diff --git a/Child/module/ReadChild_demo.map b/misc/module/ReadChild_demo.map similarity index 100% rename from Child/module/ReadChild_demo.map rename to misc/module/ReadChild_demo.map diff --git a/Child/module/cxSmartPtr.h b/misc/module/cxSmartPtr.h similarity index 100% rename from Child/module/cxSmartPtr.h rename to misc/module/cxSmartPtr.h diff --git a/Child/module/readChildData.cpp b/misc/module/readChildData.cpp similarity index 100% rename from Child/module/readChildData.cpp rename to misc/module/readChildData.cpp diff --git a/Child/module/readChildData.h b/misc/module/readChildData.h similarity index 100% rename from Child/module/readChildData.h rename to misc/module/readChildData.h diff --git a/Child/module/readChildDataUnitTest.cpp b/misc/module/readChildDataUnitTest.cpp similarity index 100% rename from Child/module/readChildDataUnitTest.cpp rename to misc/module/readChildDataUnitTest.cpp diff --git a/Child/Code/.cvsignore b/src/.cvsignore similarity index 100% rename from Child/Code/.cvsignore rename to src/.cvsignore diff --git a/Child/Code/CMakeLists.txt b/src/CMakeLists.txt similarity index 100% rename from Child/Code/CMakeLists.txt rename to src/CMakeLists.txt diff --git a/Child/Code/CTestConfig.cmake b/src/CTestConfig.cmake similarity index 100% rename from Child/Code/CTestConfig.cmake rename to src/CTestConfig.cmake diff --git a/Child/Code/ChildInterface/bmi_model_child.cpp b/src/ChildInterface/bmi_model_child.cpp similarity index 100% rename from Child/Code/ChildInterface/bmi_model_child.cpp rename to src/ChildInterface/bmi_model_child.cpp diff --git a/Child/Code/ChildInterface/bmi_model_child.h b/src/ChildInterface/bmi_model_child.h similarity index 100% rename from Child/Code/ChildInterface/bmi_model_child.h rename to src/ChildInterface/bmi_model_child.h diff --git a/Child/Code/ChildInterface/child.cpp b/src/ChildInterface/child.cpp similarity index 100% rename from Child/Code/ChildInterface/child.cpp rename to src/ChildInterface/child.cpp diff --git a/Child/Code/ChildInterface/child.h b/src/ChildInterface/child.h similarity index 100% rename from Child/Code/ChildInterface/child.h rename to src/ChildInterface/child.h diff --git a/Child/Code/ChildInterface/childDriver.cpp b/src/ChildInterface/childDriver.cpp similarity index 100% rename from Child/Code/ChildInterface/childDriver.cpp rename to src/ChildInterface/childDriver.cpp diff --git a/Child/Code/ChildInterface/childDriver_test_ielement.cpp b/src/ChildInterface/childDriver_test_ielement.cpp similarity index 100% rename from Child/Code/ChildInterface/childDriver_test_ielement.cpp rename to src/ChildInterface/childDriver_test_ielement.cpp diff --git a/Child/Code/ChildInterface/childInterface.cpp b/src/ChildInterface/childInterface.cpp similarity index 100% rename from Child/Code/ChildInterface/childInterface.cpp rename to src/ChildInterface/childInterface.cpp diff --git a/Child/Code/ChildInterface/childInterface.h b/src/ChildInterface/childInterface.h similarity index 100% rename from Child/Code/ChildInterface/childInterface.h rename to src/ChildInterface/childInterface.h diff --git a/Child/Code/ChildInterface/childTestDriver.cpp b/src/ChildInterface/childTestDriver.cpp similarity index 100% rename from Child/Code/ChildInterface/childTestDriver.cpp rename to src/ChildInterface/childTestDriver.cpp diff --git a/Child/Code/ChildInterface/testChildAsSharedLibrary.cpp b/src/ChildInterface/testChildAsSharedLibrary.cpp similarity index 100% rename from Child/Code/ChildInterface/testChildAsSharedLibrary.cpp rename to src/ChildInterface/testChildAsSharedLibrary.cpp diff --git a/Child/Code/ChildInterface/test_ielement.in b/src/ChildInterface/test_ielement.in similarity index 100% rename from Child/Code/ChildInterface/test_ielement.in rename to src/ChildInterface/test_ielement.in diff --git a/Child/Code/ChildInterface/tests/bmi_model_child_test.cpp b/src/ChildInterface/tests/bmi_model_child_test.cpp similarity index 100% rename from Child/Code/ChildInterface/tests/bmi_model_child_test.cpp rename to src/ChildInterface/tests/bmi_model_child_test.cpp diff --git a/Child/Code/ChildInterface/tests/test_ielement.in b/src/ChildInterface/tests/test_ielement.in similarity index 100% rename from Child/Code/ChildInterface/tests/test_ielement.in rename to src/ChildInterface/tests/test_ielement.in diff --git a/Child/Code/ChildInterface/tests/test_input_files.txt.cmake b/src/ChildInterface/tests/test_input_files.txt.cmake similarity index 100% rename from Child/Code/ChildInterface/tests/test_input_files.txt.cmake rename to src/ChildInterface/tests/test_input_files.txt.cmake diff --git a/Child/Releases/r081211/Code/ChildRInterface/childRDriver.cpp b/src/ChildRInterface/childRDriver.cpp similarity index 100% rename from Child/Releases/r081211/Code/ChildRInterface/childRDriver.cpp rename to src/ChildRInterface/childRDriver.cpp diff --git a/Child/Code/ChildRInterface/childRInterface.cpp b/src/ChildRInterface/childRInterface.cpp similarity index 100% rename from Child/Code/ChildRInterface/childRInterface.cpp rename to src/ChildRInterface/childRInterface.cpp diff --git a/Child/Code/ChildRInterface/childRInterface.h b/src/ChildRInterface/childRInterface.h similarity index 100% rename from Child/Code/ChildRInterface/childRInterface.h rename to src/ChildRInterface/childRInterface.h diff --git a/Child/Releases/CHILDr100706/Code/Classes.h b/src/Classes.h similarity index 100% rename from Child/Releases/CHILDr100706/Code/Classes.h rename to src/Classes.h diff --git a/Child/Code/Definitions.h b/src/Definitions.h similarity index 100% rename from Child/Code/Definitions.h rename to src/Definitions.h diff --git a/Child/Code/Doxyfile b/src/Doxyfile similarity index 100% rename from Child/Code/Doxyfile rename to src/Doxyfile diff --git a/Child/Code/Erosion/erosion.cpp b/src/Erosion/erosion.cpp similarity index 100% rename from Child/Code/Erosion/erosion.cpp rename to src/Erosion/erosion.cpp diff --git a/Child/Code/Erosion/erosion.h b/src/Erosion/erosion.h similarity index 100% rename from Child/Code/Erosion/erosion.h rename to src/Erosion/erosion.h diff --git a/Child/Code/Geometry/geometry.h b/src/Geometry/geometry.h similarity index 100% rename from Child/Code/Geometry/geometry.h rename to src/Geometry/geometry.h diff --git a/Child/Releases/CHILDr100706/Code/Inclusions.h b/src/Inclusions.h similarity index 100% rename from Child/Releases/CHILDr100706/Code/Inclusions.h rename to src/Inclusions.h diff --git a/Child/Code/Mathutil/mathutil.cpp b/src/Mathutil/mathutil.cpp similarity index 100% rename from Child/Code/Mathutil/mathutil.cpp rename to src/Mathutil/mathutil.cpp diff --git a/Child/Code/Mathutil/mathutil.h b/src/Mathutil/mathutil.h similarity index 100% rename from Child/Code/Mathutil/mathutil.h rename to src/Mathutil/mathutil.h diff --git a/Child/Releases/r081211/Code/Mathutil/mt19937ar-cok.cpp b/src/Mathutil/mt19937ar-cok.cpp similarity index 100% rename from Child/Releases/r081211/Code/Mathutil/mt19937ar-cok.cpp rename to src/Mathutil/mt19937ar-cok.cpp diff --git a/Child/Releases/r081211/Code/Mathutil/mt19937ar-cok.out b/src/Mathutil/mt19937ar-cok.out similarity index 100% rename from Child/Releases/r081211/Code/Mathutil/mt19937ar-cok.out rename to src/Mathutil/mt19937ar-cok.out diff --git a/Child/Releases/r081211/Code/Mathutil/readme-mt.txt b/src/Mathutil/readme-mt.txt similarity index 100% rename from Child/Releases/r081211/Code/Mathutil/readme-mt.txt rename to src/Mathutil/readme-mt.txt diff --git a/Child/Code/MeshElements/meshElements.cpp b/src/MeshElements/meshElements.cpp similarity index 100% rename from Child/Code/MeshElements/meshElements.cpp rename to src/MeshElements/meshElements.cpp diff --git a/Child/Code/MeshElements/meshElements.h b/src/MeshElements/meshElements.h similarity index 100% rename from Child/Code/MeshElements/meshElements.h rename to src/MeshElements/meshElements.h diff --git a/Child/Code/Predicates/predicates.cpp b/src/Predicates/predicates.cpp similarity index 100% rename from Child/Code/Predicates/predicates.cpp rename to src/Predicates/predicates.cpp diff --git a/Child/Code/Predicates/predicates.h b/src/Predicates/predicates.h similarity index 100% rename from Child/Code/Predicates/predicates.h rename to src/Predicates/predicates.h diff --git a/Child/Code/Special/gamain1.cpp b/src/Special/gamain1.cpp similarity index 100% rename from Child/Code/Special/gamain1.cpp rename to src/Special/gamain1.cpp diff --git a/Child/Releases/r081211/Code/Template_model.h b/src/Template_model.h similarity index 100% rename from Child/Releases/r081211/Code/Template_model.h rename to src/Template_model.h diff --git a/Child/Code/child.pc.cmake b/src/child.pc.cmake similarity index 100% rename from Child/Code/child.pc.cmake rename to src/child.pc.cmake diff --git a/Child/Code/childmain.cpp b/src/childmain.cpp similarity index 100% rename from Child/Code/childmain.cpp rename to src/childmain.cpp diff --git a/Child/Code/childrmain.cpp b/src/childrmain.cpp similarity index 100% rename from Child/Code/childrmain.cpp rename to src/childrmain.cpp diff --git a/Child/Releases/r081211/Code/compiler.h b/src/compiler.h similarity index 100% rename from Child/Releases/r081211/Code/compiler.h rename to src/compiler.h diff --git a/Child/Code/errors/errors.cpp b/src/errors/errors.cpp similarity index 100% rename from Child/Code/errors/errors.cpp rename to src/errors/errors.cpp diff --git a/Child/Code/errors/errors.h b/src/errors/errors.h similarity index 100% rename from Child/Code/errors/errors.h rename to src/errors/errors.h diff --git a/Child/Code/globalFns.cpp b/src/globalFns.cpp similarity index 100% rename from Child/Code/globalFns.cpp rename to src/globalFns.cpp diff --git a/Child/Code/globalFns.h b/src/globalFns.h similarity index 100% rename from Child/Code/globalFns.h rename to src/globalFns.h diff --git a/Child/Code/tArray/tArray.cpp b/src/tArray/tArray.cpp similarity index 100% rename from Child/Code/tArray/tArray.cpp rename to src/tArray/tArray.cpp diff --git a/Child/Code/tArray/tArray.h b/src/tArray/tArray.h similarity index 100% rename from Child/Code/tArray/tArray.h rename to src/tArray/tArray.h diff --git a/Child/Code/tArray/tArray2.h b/src/tArray/tArray2.h similarity index 100% rename from Child/Code/tArray/tArray2.h rename to src/tArray/tArray2.h diff --git a/Child/Code/tEolian/tEolian.cpp b/src/tEolian/tEolian.cpp similarity index 100% rename from Child/Code/tEolian/tEolian.cpp rename to src/tEolian/tEolian.cpp diff --git a/Child/Code/tEolian/tEolian.h b/src/tEolian/tEolian.h similarity index 100% rename from Child/Code/tEolian/tEolian.h rename to src/tEolian/tEolian.h diff --git a/Child/Code/tFloodplain/tFloodplain.cpp b/src/tFloodplain/tFloodplain.cpp similarity index 100% rename from Child/Code/tFloodplain/tFloodplain.cpp rename to src/tFloodplain/tFloodplain.cpp diff --git a/Child/Code/tFloodplain/tFloodplain.h b/src/tFloodplain/tFloodplain.h similarity index 100% rename from Child/Code/tFloodplain/tFloodplain.h rename to src/tFloodplain/tFloodplain.h diff --git a/Child/Code/tIDGenerator/tIDGenerator.cpp b/src/tIDGenerator/tIDGenerator.cpp similarity index 100% rename from Child/Code/tIDGenerator/tIDGenerator.cpp rename to src/tIDGenerator/tIDGenerator.cpp diff --git a/Child/Code/tIDGenerator/tIDGenerator.h b/src/tIDGenerator/tIDGenerator.h similarity index 100% rename from Child/Code/tIDGenerator/tIDGenerator.h rename to src/tIDGenerator/tIDGenerator.h diff --git a/Child/Code/tInputFile/tInputFile.cpp b/src/tInputFile/tInputFile.cpp similarity index 100% rename from Child/Code/tInputFile/tInputFile.cpp rename to src/tInputFile/tInputFile.cpp diff --git a/Child/Code/tInputFile/tInputFile.h b/src/tInputFile/tInputFile.h similarity index 100% rename from Child/Code/tInputFile/tInputFile.h rename to src/tInputFile/tInputFile.h diff --git a/Child/Code/tInputFile/test_input_file.cpp b/src/tInputFile/test_input_file.cpp similarity index 100% rename from Child/Code/tInputFile/test_input_file.cpp rename to src/tInputFile/test_input_file.cpp diff --git a/Child/Code/tInputFile/test_input_file.in b/src/tInputFile/test_input_file.in similarity index 100% rename from Child/Code/tInputFile/test_input_file.in rename to src/tInputFile/test_input_file.in diff --git a/Child/Code/tLNode/tLNode.cpp b/src/tLNode/tLNode.cpp similarity index 100% rename from Child/Code/tLNode/tLNode.cpp rename to src/tLNode/tLNode.cpp diff --git a/Child/Code/tLNode/tLNode.h b/src/tLNode/tLNode.h similarity index 100% rename from Child/Code/tLNode/tLNode.h rename to src/tLNode/tLNode.h diff --git a/Child/Code/tList/tList.h b/src/tList/tList.h similarity index 100% rename from Child/Code/tList/tList.h rename to src/tList/tList.h diff --git a/Child/Code/tList/tListFwd.h b/src/tList/tListFwd.h similarity index 100% rename from Child/Code/tList/tListFwd.h rename to src/tList/tListFwd.h diff --git a/Child/Code/tListInputData/tListInputData.cpp b/src/tListInputData/tListInputData.cpp similarity index 100% rename from Child/Code/tListInputData/tListInputData.cpp rename to src/tListInputData/tListInputData.cpp diff --git a/Child/Code/tListInputData/tListInputData.h b/src/tListInputData/tListInputData.h similarity index 100% rename from Child/Code/tListInputData/tListInputData.h rename to src/tListInputData/tListInputData.h diff --git a/Child/Code/tLithologyManager/childLithTestDriver.cpp b/src/tLithologyManager/childLithTestDriver.cpp similarity index 100% rename from Child/Code/tLithologyManager/childLithTestDriver.cpp rename to src/tLithologyManager/childLithTestDriver.cpp diff --git a/Child/Code/tLithologyManager/tLithologyManager.cpp b/src/tLithologyManager/tLithologyManager.cpp similarity index 100% rename from Child/Code/tLithologyManager/tLithologyManager.cpp rename to src/tLithologyManager/tLithologyManager.cpp diff --git a/Child/Code/tLithologyManager/tLithologyManager.h b/src/tLithologyManager/tLithologyManager.h similarity index 100% rename from Child/Code/tLithologyManager/tLithologyManager.h rename to src/tLithologyManager/tLithologyManager.h diff --git a/Child/Code/tMatrix/tMatrix.cpp b/src/tMatrix/tMatrix.cpp similarity index 100% rename from Child/Code/tMatrix/tMatrix.cpp rename to src/tMatrix/tMatrix.cpp diff --git a/Child/Code/tMatrix/tMatrix.h b/src/tMatrix/tMatrix.h similarity index 100% rename from Child/Code/tMatrix/tMatrix.h rename to src/tMatrix/tMatrix.h diff --git a/Child/Code/tMesh/ParamMesh_t.cpp b/src/tMesh/ParamMesh_t.cpp similarity index 100% rename from Child/Code/tMesh/ParamMesh_t.cpp rename to src/tMesh/ParamMesh_t.cpp diff --git a/Child/Code/tMesh/ParamMesh_t.h b/src/tMesh/ParamMesh_t.h similarity index 100% rename from Child/Code/tMesh/ParamMesh_t.h rename to src/tMesh/ParamMesh_t.h diff --git a/Child/Code/tMesh/TipperTriangulator.cpp b/src/tMesh/TipperTriangulator.cpp similarity index 100% rename from Child/Code/tMesh/TipperTriangulator.cpp rename to src/tMesh/TipperTriangulator.cpp diff --git a/Child/Code/tMesh/TipperTriangulator.h b/src/tMesh/TipperTriangulator.h similarity index 100% rename from Child/Code/tMesh/TipperTriangulator.h rename to src/tMesh/TipperTriangulator.h diff --git a/Child/Releases/r081211/Code/tMesh/TipperTriangulatorError.cpp b/src/tMesh/TipperTriangulatorError.cpp similarity index 100% rename from Child/Releases/r081211/Code/tMesh/TipperTriangulatorError.cpp rename to src/tMesh/TipperTriangulatorError.cpp diff --git a/Child/Releases/r081211/Code/tMesh/TipperTriangulator_test.cpp b/src/tMesh/TipperTriangulator_test.cpp similarity index 100% rename from Child/Releases/r081211/Code/tMesh/TipperTriangulator_test.cpp rename to src/tMesh/TipperTriangulator_test.cpp diff --git a/Child/Releases/r081211/Code/tMesh/heapsort.h b/src/tMesh/heapsort.h similarity index 100% rename from Child/Releases/r081211/Code/tMesh/heapsort.h rename to src/tMesh/heapsort.h diff --git a/Child/Code/tMesh/tMesh.cpp b/src/tMesh/tMesh.cpp similarity index 100% rename from Child/Code/tMesh/tMesh.cpp rename to src/tMesh/tMesh.cpp diff --git a/Child/Code/tMesh/tMesh.h b/src/tMesh/tMesh.h similarity index 100% rename from Child/Code/tMesh/tMesh.h rename to src/tMesh/tMesh.h diff --git a/Child/Code/tMesh/tMesh2.cpp b/src/tMesh/tMesh2.cpp similarity index 100% rename from Child/Code/tMesh/tMesh2.cpp rename to src/tMesh/tMesh2.cpp diff --git a/Child/Code/tMeshList/tMeshList.h b/src/tMeshList/tMeshList.h similarity index 100% rename from Child/Code/tMeshList/tMeshList.h rename to src/tMeshList/tMeshList.h diff --git a/Child/Code/tOption/tOption.cpp b/src/tOption/tOption.cpp similarity index 100% rename from Child/Code/tOption/tOption.cpp rename to src/tOption/tOption.cpp diff --git a/Child/Code/tOption/tOption.h b/src/tOption/tOption.h similarity index 100% rename from Child/Code/tOption/tOption.h rename to src/tOption/tOption.h diff --git a/Child/Code/tOutput/tOutput.cpp b/src/tOutput/tOutput.cpp similarity index 100% rename from Child/Code/tOutput/tOutput.cpp rename to src/tOutput/tOutput.cpp diff --git a/Child/Code/tOutput/tOutput.h b/src/tOutput/tOutput.h similarity index 100% rename from Child/Code/tOutput/tOutput.h rename to src/tOutput/tOutput.h diff --git a/Child/Code/tPtrList/tPtrList.h b/src/tPtrList/tPtrList.h similarity index 100% rename from Child/Code/tPtrList/tPtrList.h rename to src/tPtrList/tPtrList.h diff --git a/Child/Code/tRunTimer/tRunTimer.cpp b/src/tRunTimer/tRunTimer.cpp similarity index 100% rename from Child/Code/tRunTimer/tRunTimer.cpp rename to src/tRunTimer/tRunTimer.cpp diff --git a/Child/Code/tRunTimer/tRunTimer.h b/src/tRunTimer/tRunTimer.h similarity index 100% rename from Child/Code/tRunTimer/tRunTimer.h rename to src/tRunTimer/tRunTimer.h diff --git a/Child/Code/tStorm/tStorm.cpp b/src/tStorm/tStorm.cpp similarity index 100% rename from Child/Code/tStorm/tStorm.cpp rename to src/tStorm/tStorm.cpp diff --git a/Child/Code/tStorm/tStorm.h b/src/tStorm/tStorm.h similarity index 100% rename from Child/Code/tStorm/tStorm.h rename to src/tStorm/tStorm.h diff --git a/Child/Code/tStratGrid/tStratGrid.cpp b/src/tStratGrid/tStratGrid.cpp similarity index 100% rename from Child/Code/tStratGrid/tStratGrid.cpp rename to src/tStratGrid/tStratGrid.cpp diff --git a/Child/Code/tStratGrid/tStratGrid.h b/src/tStratGrid/tStratGrid.h similarity index 100% rename from Child/Code/tStratGrid/tStratGrid.h rename to src/tStratGrid/tStratGrid.h diff --git a/Child/Code/tStreamMeander/meander.cpp b/src/tStreamMeander/meander.cpp similarity index 100% rename from Child/Code/tStreamMeander/meander.cpp rename to src/tStreamMeander/meander.cpp diff --git a/Child/Code/tStreamMeander/meander.f b/src/tStreamMeander/meander.f similarity index 100% rename from Child/Code/tStreamMeander/meander.f rename to src/tStreamMeander/meander.f diff --git a/Child/Releases/r081211/Code/tStreamMeander/meander.h b/src/tStreamMeander/meander.h similarity index 100% rename from Child/Releases/r081211/Code/tStreamMeander/meander.h rename to src/tStreamMeander/meander.h diff --git a/Child/Code/tStreamMeander/tStreamMeander.cpp b/src/tStreamMeander/tStreamMeander.cpp similarity index 100% rename from Child/Code/tStreamMeander/tStreamMeander.cpp rename to src/tStreamMeander/tStreamMeander.cpp diff --git a/Child/Code/tStreamMeander/tStreamMeander.h b/src/tStreamMeander/tStreamMeander.h similarity index 100% rename from Child/Code/tStreamMeander/tStreamMeander.h rename to src/tStreamMeander/tStreamMeander.h diff --git a/Child/Code/tStreamNet/tStreamNet.cpp b/src/tStreamNet/tStreamNet.cpp similarity index 100% rename from Child/Code/tStreamNet/tStreamNet.cpp rename to src/tStreamNet/tStreamNet.cpp diff --git a/Child/Code/tStreamNet/tStreamNet.h b/src/tStreamNet/tStreamNet.h similarity index 100% rename from Child/Code/tStreamNet/tStreamNet.h rename to src/tStreamNet/tStreamNet.h diff --git a/Child/Code/tTimeSeries/tTimeSeries.cpp b/src/tTimeSeries/tTimeSeries.cpp similarity index 100% rename from Child/Code/tTimeSeries/tTimeSeries.cpp rename to src/tTimeSeries/tTimeSeries.cpp diff --git a/Child/Code/tTimeSeries/tTimeSeries.h b/src/tTimeSeries/tTimeSeries.h similarity index 100% rename from Child/Code/tTimeSeries/tTimeSeries.h rename to src/tTimeSeries/tTimeSeries.h diff --git a/Child/Code/tTimeSeries/tTimeSeries.txt b/src/tTimeSeries/tTimeSeries.txt similarity index 100% rename from Child/Code/tTimeSeries/tTimeSeries.txt rename to src/tTimeSeries/tTimeSeries.txt diff --git a/Child/Code/tUplift/tUplift.cpp b/src/tUplift/tUplift.cpp similarity index 100% rename from Child/Code/tUplift/tUplift.cpp rename to src/tUplift/tUplift.cpp diff --git a/Child/Code/tUplift/tUplift.h b/src/tUplift/tUplift.h similarity index 100% rename from Child/Code/tUplift/tUplift.h rename to src/tUplift/tUplift.h diff --git a/Child/Code/tVegetation/tVegetation.cpp b/src/tVegetation/tVegetation.cpp similarity index 100% rename from Child/Code/tVegetation/tVegetation.cpp rename to src/tVegetation/tVegetation.cpp diff --git a/Child/Code/tVegetation/tVegetation.h b/src/tVegetation/tVegetation.h similarity index 100% rename from Child/Code/tVegetation/tVegetation.h rename to src/tVegetation/tVegetation.h diff --git a/Child/Code/tWaterSedTracker/tWaterSedTracker.cpp b/src/tWaterSedTracker/tWaterSedTracker.cpp similarity index 100% rename from Child/Code/tWaterSedTracker/tWaterSedTracker.cpp rename to src/tWaterSedTracker/tWaterSedTracker.cpp diff --git a/Child/Code/tWaterSedTracker/tWaterSedTracker.h b/src/tWaterSedTracker/tWaterSedTracker.h similarity index 100% rename from Child/Code/tWaterSedTracker/tWaterSedTracker.h rename to src/tWaterSedTracker/tWaterSedTracker.h diff --git a/Child/Code/toddlermain.cpp b/src/toddlermain.cpp similarity index 100% rename from Child/Code/toddlermain.cpp rename to src/toddlermain.cpp diff --git a/Child/Releases/r081211/Code/trapfpe.h b/src/trapfpe.h similarity index 100% rename from Child/Releases/r081211/Code/trapfpe.h rename to src/trapfpe.h diff --git a/Child/Postproc/Child2vtk/README b/tools/Child2vtk/README similarity index 100% rename from Child/Postproc/Child2vtk/README rename to tools/Child2vtk/README diff --git a/Child/Postproc/Child2vtk/child2vtk.f95 b/tools/Child2vtk/child2vtk.f95 similarity index 100% rename from Child/Postproc/Child2vtk/child2vtk.f95 rename to tools/Child2vtk/child2vtk.f95 diff --git a/Child/Chintz/chintz b/tools/Chintz/chintz similarity index 100% rename from Child/Chintz/chintz rename to tools/Chintz/chintz diff --git a/Child/Chintz/chintz-0.2/ReadChildControlFile.cpp b/tools/Chintz/chintz-0.2/ReadChildControlFile.cpp similarity index 100% rename from Child/Chintz/chintz-0.2/ReadChildControlFile.cpp rename to tools/Chintz/chintz-0.2/ReadChildControlFile.cpp diff --git a/Child/Chintz/chintz-0.2/back.xpm b/tools/Chintz/chintz-0.2/back.xpm similarity index 100% rename from Child/Chintz/chintz-0.2/back.xpm rename to tools/Chintz/chintz-0.2/back.xpm diff --git a/Child/Chintz/chintz-0.2/chintz.cpp b/tools/Chintz/chintz-0.2/chintz.cpp similarity index 100% rename from Child/Chintz/chintz-0.2/chintz.cpp rename to tools/Chintz/chintz-0.2/chintz.cpp diff --git a/Child/Chintz/chintz-0.2/chintz_base.cpp b/tools/Chintz/chintz-0.2/chintz_base.cpp similarity index 100% rename from Child/Chintz/chintz-0.2/chintz_base.cpp rename to tools/Chintz/chintz-0.2/chintz_base.cpp diff --git a/Child/Chintz/chintz-0.2/chintz_base.h b/tools/Chintz/chintz-0.2/chintz_base.h similarity index 100% rename from Child/Chintz/chintz-0.2/chintz_base.h rename to tools/Chintz/chintz-0.2/chintz_base.h diff --git a/Child/Chintz/chintz-0.2/chintz_base_header.bottom b/tools/Chintz/chintz-0.2/chintz_base_header.bottom similarity index 100% rename from Child/Chintz/chintz-0.2/chintz_base_header.bottom rename to tools/Chintz/chintz-0.2/chintz_base_header.bottom diff --git a/Child/Chintz/chintz-0.2/chintz_base_header.top b/tools/Chintz/chintz-0.2/chintz_base_header.top similarity index 100% rename from Child/Chintz/chintz-0.2/chintz_base_header.top rename to tools/Chintz/chintz-0.2/chintz_base_header.top diff --git a/Child/Chintz/chintz-0.2/diff.in b/tools/Chintz/chintz-0.2/diff.in similarity index 100% rename from Child/Chintz/chintz-0.2/diff.in rename to tools/Chintz/chintz-0.2/diff.in diff --git a/Child/Chintz/chintz-0.2/difftest1.in b/tools/Chintz/chintz-0.2/difftest1.in similarity index 100% rename from Child/Chintz/chintz-0.2/difftest1.in rename to tools/Chintz/chintz-0.2/difftest1.in diff --git a/Child/Chintz/chintz-0.2/docs/childprogdesc.html b/tools/Chintz/chintz-0.2/docs/childprogdesc.html similarity index 100% rename from Child/Chintz/chintz-0.2/docs/childprogdesc.html rename to tools/Chintz/chintz-0.2/docs/childprogdesc.html diff --git a/Child/Chintz/chintz-0.2/docs/childuguide.html b/tools/Chintz/chintz-0.2/docs/childuguide.html similarity index 100% rename from Child/Chintz/chintz-0.2/docs/childuguide.html rename to tools/Chintz/chintz-0.2/docs/childuguide.html diff --git a/Child/Chintz/chintz-0.2/docs/chintz.html b/tools/Chintz/chintz-0.2/docs/chintz.html similarity index 100% rename from Child/Chintz/chintz-0.2/docs/chintz.html rename to tools/Chintz/chintz-0.2/docs/chintz.html diff --git a/Child/Chintz/chintz-0.2/docs/index.html b/tools/Chintz/chintz-0.2/docs/index.html similarity index 100% rename from Child/Chintz/chintz-0.2/docs/index.html rename to tools/Chintz/chintz-0.2/docs/index.html diff --git a/Child/Chintz/chintz-0.2/docs/smudge.html b/tools/Chintz/chintz-0.2/docs/smudge.html similarity index 100% rename from Child/Chintz/chintz-0.2/docs/smudge.html rename to tools/Chintz/chintz-0.2/docs/smudge.html diff --git a/Child/Chintz/chintz-0.2/docs/smudgebili.html b/tools/Chintz/chintz-0.2/docs/smudgebili.html similarity index 100% rename from Child/Chintz/chintz-0.2/docs/smudgebili.html rename to tools/Chintz/chintz-0.2/docs/smudgebili.html diff --git a/Child/Chintz/chintz-0.2/docs/smudgebold.html b/tools/Chintz/chintz-0.2/docs/smudgebold.html similarity index 100% rename from Child/Chintz/chintz-0.2/docs/smudgebold.html rename to tools/Chintz/chintz-0.2/docs/smudgebold.html diff --git a/Child/Chintz/chintz-0.2/docs/smudgebox.html b/tools/Chintz/chintz-0.2/docs/smudgebox.html similarity index 100% rename from Child/Chintz/chintz-0.2/docs/smudgebox.html rename to tools/Chintz/chintz-0.2/docs/smudgebox.html diff --git a/Child/Chintz/chintz-0.2/docs/smudgebrowse.html b/tools/Chintz/chintz-0.2/docs/smudgebrowse.html similarity index 100% rename from Child/Chintz/chintz-0.2/docs/smudgebrowse.html rename to tools/Chintz/chintz-0.2/docs/smudgebrowse.html diff --git a/Child/Chintz/chintz-0.2/docs/smudgebutt.html b/tools/Chintz/chintz-0.2/docs/smudgebutt.html similarity index 100% rename from Child/Chintz/chintz-0.2/docs/smudgebutt.html rename to tools/Chintz/chintz-0.2/docs/smudgebutt.html diff --git a/Child/Chintz/chintz-0.2/docs/smudgecheckb.html b/tools/Chintz/chintz-0.2/docs/smudgecheckb.html similarity index 100% rename from Child/Chintz/chintz-0.2/docs/smudgecheckb.html rename to tools/Chintz/chintz-0.2/docs/smudgecheckb.html diff --git a/Child/Chintz/chintz-0.2/docs/smudgechek.html b/tools/Chintz/chintz-0.2/docs/smudgechek.html similarity index 100% rename from Child/Chintz/chintz-0.2/docs/smudgechek.html rename to tools/Chintz/chintz-0.2/docs/smudgechek.html diff --git a/Child/Chintz/chintz-0.2/docs/smudgeenabled.html b/tools/Chintz/chintz-0.2/docs/smudgeenabled.html similarity index 100% rename from Child/Chintz/chintz-0.2/docs/smudgeenabled.html rename to tools/Chintz/chintz-0.2/docs/smudgeenabled.html diff --git a/Child/Chintz/chintz-0.2/docs/smudgefiles.html b/tools/Chintz/chintz-0.2/docs/smudgefiles.html similarity index 100% rename from Child/Chintz/chintz-0.2/docs/smudgefiles.html rename to tools/Chintz/chintz-0.2/docs/smudgefiles.html diff --git a/Child/Chintz/chintz-0.2/docs/smudgeframe.html b/tools/Chintz/chintz-0.2/docs/smudgeframe.html similarity index 100% rename from Child/Chintz/chintz-0.2/docs/smudgeframe.html rename to tools/Chintz/chintz-0.2/docs/smudgeframe.html diff --git a/Child/Chintz/chintz-0.2/docs/smudgegeometry.html b/tools/Chintz/chintz-0.2/docs/smudgegeometry.html similarity index 100% rename from Child/Chintz/chintz-0.2/docs/smudgegeometry.html rename to tools/Chintz/chintz-0.2/docs/smudgegeometry.html diff --git a/Child/Chintz/chintz-0.2/docs/smudgeline.html b/tools/Chintz/chintz-0.2/docs/smudgeline.html similarity index 100% rename from Child/Chintz/chintz-0.2/docs/smudgeline.html rename to tools/Chintz/chintz-0.2/docs/smudgeline.html diff --git a/Child/Chintz/chintz-0.2/docs/smudgeorigin.html b/tools/Chintz/chintz-0.2/docs/smudgeorigin.html similarity index 100% rename from Child/Chintz/chintz-0.2/docs/smudgeorigin.html rename to tools/Chintz/chintz-0.2/docs/smudgeorigin.html diff --git a/Child/Chintz/chintz-0.2/docs/smudgepage.html b/tools/Chintz/chintz-0.2/docs/smudgepage.html similarity index 100% rename from Child/Chintz/chintz-0.2/docs/smudgepage.html rename to tools/Chintz/chintz-0.2/docs/smudgepage.html diff --git a/Child/Chintz/chintz-0.2/docs/smudgeradio.html b/tools/Chintz/chintz-0.2/docs/smudgeradio.html similarity index 100% rename from Child/Chintz/chintz-0.2/docs/smudgeradio.html rename to tools/Chintz/chintz-0.2/docs/smudgeradio.html diff --git a/Child/Chintz/chintz-0.2/docs/smudgerun.html b/tools/Chintz/chintz-0.2/docs/smudgerun.html similarity index 100% rename from Child/Chintz/chintz-0.2/docs/smudgerun.html rename to tools/Chintz/chintz-0.2/docs/smudgerun.html diff --git a/Child/Chintz/chintz-0.2/docs/smudgestyle.html b/tools/Chintz/chintz-0.2/docs/smudgestyle.html similarity index 100% rename from Child/Chintz/chintz-0.2/docs/smudgestyle.html rename to tools/Chintz/chintz-0.2/docs/smudgestyle.html diff --git a/Child/Chintz/chintz-0.2/docs/smudgeswitch.html b/tools/Chintz/chintz-0.2/docs/smudgeswitch.html similarity index 100% rename from Child/Chintz/chintz-0.2/docs/smudgeswitch.html rename to tools/Chintz/chintz-0.2/docs/smudgeswitch.html diff --git a/Child/Chintz/chintz-0.2/docs/smudgetagdefs.html b/tools/Chintz/chintz-0.2/docs/smudgetagdefs.html similarity index 100% rename from Child/Chintz/chintz-0.2/docs/smudgetagdefs.html rename to tools/Chintz/chintz-0.2/docs/smudgetagdefs.html diff --git a/Child/Chintz/chintz-0.2/docs/smudgetags.html b/tools/Chintz/chintz-0.2/docs/smudgetags.html similarity index 100% rename from Child/Chintz/chintz-0.2/docs/smudgetags.html rename to tools/Chintz/chintz-0.2/docs/smudgetags.html diff --git a/Child/Chintz/chintz-0.2/docs/smudgetitle.html b/tools/Chintz/chintz-0.2/docs/smudgetitle.html similarity index 100% rename from Child/Chintz/chintz-0.2/docs/smudgetitle.html rename to tools/Chintz/chintz-0.2/docs/smudgetitle.html diff --git a/Child/Chintz/chintz-0.2/docs/smudgetrouble.html b/tools/Chintz/chintz-0.2/docs/smudgetrouble.html similarity index 100% rename from Child/Chintz/chintz-0.2/docs/smudgetrouble.html rename to tools/Chintz/chintz-0.2/docs/smudgetrouble.html diff --git a/Child/Chintz/chintz-0.2/filenew.xpm b/tools/Chintz/chintz-0.2/filenew.xpm similarity index 100% rename from Child/Chintz/chintz-0.2/filenew.xpm rename to tools/Chintz/chintz-0.2/filenew.xpm diff --git a/Child/Chintz/chintz-0.2/fileopen.xpm b/tools/Chintz/chintz-0.2/fileopen.xpm similarity index 100% rename from Child/Chintz/chintz-0.2/fileopen.xpm rename to tools/Chintz/chintz-0.2/fileopen.xpm diff --git a/Child/Chintz/chintz-0.2/fileprint.xpm b/tools/Chintz/chintz-0.2/fileprint.xpm similarity index 100% rename from Child/Chintz/chintz-0.2/fileprint.xpm rename to tools/Chintz/chintz-0.2/fileprint.xpm diff --git a/Child/Chintz/chintz-0.2/filesave.xpm b/tools/Chintz/chintz-0.2/filesave.xpm similarity index 100% rename from Child/Chintz/chintz-0.2/filesave.xpm rename to tools/Chintz/chintz-0.2/filesave.xpm diff --git a/Child/Chintz/chintz-0.2/forward.xpm b/tools/Chintz/chintz-0.2/forward.xpm similarity index 100% rename from Child/Chintz/chintz-0.2/forward.xpm rename to tools/Chintz/chintz-0.2/forward.xpm diff --git a/Child/Chintz/chintz-0.2/generated_blankcode b/tools/Chintz/chintz-0.2/generated_blankcode similarity index 100% rename from Child/Chintz/chintz-0.2/generated_blankcode rename to tools/Chintz/chintz-0.2/generated_blankcode diff --git a/Child/Chintz/chintz-0.2/generated_child_outputcode b/tools/Chintz/chintz-0.2/generated_child_outputcode similarity index 100% rename from Child/Chintz/chintz-0.2/generated_child_outputcode rename to tools/Chintz/chintz-0.2/generated_child_outputcode diff --git a/Child/Chintz/chintz-0.2/generated_child_readcode b/tools/Chintz/chintz-0.2/generated_child_readcode similarity index 100% rename from Child/Chintz/chintz-0.2/generated_child_readcode rename to tools/Chintz/chintz-0.2/generated_child_readcode diff --git a/Child/Chintz/chintz-0.2/generated_chintz_base_constructor_insert b/tools/Chintz/chintz-0.2/generated_chintz_base_constructor_insert similarity index 100% rename from Child/Chintz/chintz-0.2/generated_chintz_base_constructor_insert rename to tools/Chintz/chintz-0.2/generated_chintz_base_constructor_insert diff --git a/Child/Chintz/chintz-0.2/generated_chintz_base_header_insert b/tools/Chintz/chintz-0.2/generated_chintz_base_header_insert similarity index 100% rename from Child/Chintz/chintz-0.2/generated_chintz_base_header_insert rename to tools/Chintz/chintz-0.2/generated_chintz_base_header_insert diff --git a/Child/Chintz/chintz-0.2/generated_extra_readcode b/tools/Chintz/chintz-0.2/generated_extra_readcode similarity index 100% rename from Child/Chintz/chintz-0.2/generated_extra_readcode rename to tools/Chintz/chintz-0.2/generated_extra_readcode diff --git a/Child/Chintz/chintz-0.2/generated_slot_header_insert b/tools/Chintz/chintz-0.2/generated_slot_header_insert similarity index 100% rename from Child/Chintz/chintz-0.2/generated_slot_header_insert rename to tools/Chintz/chintz-0.2/generated_slot_header_insert diff --git a/Child/Chintz/chintz-0.2/generated_slotcode b/tools/Chintz/chintz-0.2/generated_slotcode similarity index 100% rename from Child/Chintz/chintz-0.2/generated_slotcode rename to tools/Chintz/chintz-0.2/generated_slotcode diff --git a/Child/Chintz/chintz-0.2/helpwindow.cpp b/tools/Chintz/chintz-0.2/helpwindow.cpp similarity index 100% rename from Child/Chintz/chintz-0.2/helpwindow.cpp rename to tools/Chintz/chintz-0.2/helpwindow.cpp diff --git a/Child/Chintz/chintz-0.2/helpwindow.h b/tools/Chintz/chintz-0.2/helpwindow.h similarity index 100% rename from Child/Chintz/chintz-0.2/helpwindow.h rename to tools/Chintz/chintz-0.2/helpwindow.h diff --git a/Child/Chintz/chintz-0.2/home.xpm b/tools/Chintz/chintz-0.2/home.xpm similarity index 100% rename from Child/Chintz/chintz-0.2/home.xpm rename to tools/Chintz/chintz-0.2/home.xpm diff --git a/Child/Chintz/chintz-0.2/moc_chintz_base.cpp b/tools/Chintz/chintz-0.2/moc_chintz_base.cpp similarity index 100% rename from Child/Chintz/chintz-0.2/moc_chintz_base.cpp rename to tools/Chintz/chintz-0.2/moc_chintz_base.cpp diff --git a/Child/Chintz/chintz-0.2/moc_helpwindow.cpp b/tools/Chintz/chintz-0.2/moc_helpwindow.cpp similarity index 100% rename from Child/Chintz/chintz-0.2/moc_helpwindow.cpp rename to tools/Chintz/chintz-0.2/moc_helpwindow.cpp diff --git a/Child/Chintz/chintz-0.2/smudge.defaults_ui b/tools/Chintz/chintz-0.2/smudge.defaults_ui similarity index 100% rename from Child/Chintz/chintz-0.2/smudge.defaults_ui rename to tools/Chintz/chintz-0.2/smudge.defaults_ui diff --git a/Child/Chintz/chintz-0.2/smudge.ui b/tools/Chintz/chintz-0.2/smudge.ui similarity index 100% rename from Child/Chintz/chintz-0.2/smudge.ui rename to tools/Chintz/chintz-0.2/smudge.ui diff --git a/Child/Chintz/chintz-0.2/smudge_exec.cpp b/tools/Chintz/chintz-0.2/smudge_exec.cpp similarity index 100% rename from Child/Chintz/chintz-0.2/smudge_exec.cpp rename to tools/Chintz/chintz-0.2/smudge_exec.cpp diff --git a/Child/Postproc/grass/dem2child.py b/tools/Grass/dem2child.py similarity index 100% rename from Child/Postproc/grass/dem2child.py rename to tools/Grass/dem2child.py diff --git a/Child/Postproc/Matlab/arc2child.m b/tools/Matlab/arc2child.m similarity index 100% rename from Child/Postproc/Matlab/arc2child.m rename to tools/Matlab/arc2child.m diff --git a/Child/Postproc/Matlab/c2raster.m b/tools/Matlab/c2raster.m similarity index 100% rename from Child/Postproc/Matlab/c2raster.m rename to tools/Matlab/c2raster.m diff --git a/Child/Postproc/Matlab/cagectr.m b/tools/Matlab/cagectr.m similarity index 100% rename from Child/Postproc/Matlab/cagectr.m rename to tools/Matlab/cagectr.m diff --git a/Child/Postproc/Matlab/cagedepdist.m b/tools/Matlab/cagedepdist.m similarity index 100% rename from Child/Postproc/Matlab/cagedepdist.m rename to tools/Matlab/cagedepdist.m diff --git a/Child/Postproc/Matlab/cagedepplot.m b/tools/Matlab/cagedepplot.m similarity index 100% rename from Child/Postproc/Matlab/cagedepplot.m rename to tools/Matlab/cagedepplot.m diff --git a/Child/Postproc/Matlab/careaindex.m b/tools/Matlab/careaindex.m similarity index 100% rename from Child/Postproc/Matlab/careaindex.m rename to tools/Matlab/careaindex.m diff --git a/Child/Postproc/Matlab/cbasectr.m b/tools/Matlab/cbasectr.m similarity index 100% rename from Child/Postproc/Matlab/cbasectr.m rename to tools/Matlab/cbasectr.m diff --git a/Child/Releases/r081211/Viz/Mfiles/ccalcdz.m b/tools/Matlab/ccalcdz.m similarity index 100% rename from Child/Releases/r081211/Viz/Mfiles/ccalcdz.m rename to tools/Matlab/ccalcdz.m diff --git a/Child/Postproc/Matlab/ccalcero.m b/tools/Matlab/ccalcero.m similarity index 100% rename from Child/Postproc/Matlab/ccalcero.m rename to tools/Matlab/ccalcero.m diff --git a/Child/Releases/r081211/Viz/Mfiles/cchangeparam.m b/tools/Matlab/cchangeparam.m similarity index 100% rename from Child/Releases/r081211/Viz/Mfiles/cchangeparam.m rename to tools/Matlab/cchangeparam.m diff --git a/Child/Postproc/Matlab/cclickstrat.m b/tools/Matlab/cclickstrat.m similarity index 100% rename from Child/Postproc/Matlab/cclickstrat.m rename to tools/Matlab/cclickstrat.m diff --git a/Child/Releases/r081211/Viz/Mfiles/ccontour.m b/tools/Matlab/ccontour.m old mode 100755 new mode 100644 similarity index 100% rename from Child/Releases/r081211/Viz/Mfiles/ccontour.m rename to tools/Matlab/ccontour.m diff --git a/Child/Postproc/Matlab/ccontourxyc.m b/tools/Matlab/ccontourxyc.m similarity index 100% rename from Child/Postproc/Matlab/ccontourxyc.m rename to tools/Matlab/ccontourxyc.m diff --git a/Child/Postproc/Matlab/cdatectr.m b/tools/Matlab/cdatectr.m similarity index 100% rename from Child/Postproc/Matlab/cdatectr.m rename to tools/Matlab/cdatectr.m diff --git a/Child/Postproc/Matlab/cdepthdate.m b/tools/Matlab/cdepthdate.m similarity index 100% rename from Child/Postproc/Matlab/cdepthdate.m rename to tools/Matlab/cdepthdate.m diff --git a/Child/Postproc/Matlab/cdepthexp.m b/tools/Matlab/cdepthexp.m similarity index 100% rename from Child/Postproc/Matlab/cdepthexp.m rename to tools/Matlab/cdepthexp.m diff --git a/Child/Postproc/Matlab/cdvoldtplot.m b/tools/Matlab/cdvoldtplot.m similarity index 100% rename from Child/Postproc/Matlab/cdvoldtplot.m rename to tools/Matlab/cdvoldtplot.m diff --git a/Child/Postproc/Matlab/cexpctr.m b/tools/Matlab/cexpctr.m similarity index 100% rename from Child/Postproc/Matlab/cexpctr.m rename to tools/Matlab/cexpctr.m diff --git a/Child/Postproc/Matlab/cfindlayerbase.m b/tools/Matlab/cfindlayerbase.m similarity index 100% rename from Child/Postproc/Matlab/cfindlayerbase.m rename to tools/Matlab/cfindlayerbase.m diff --git a/Child/Releases/r081211/Viz/Mfiles/cfindstrmprofile.m b/tools/Matlab/cfindstrmprofile.m old mode 100755 new mode 100644 similarity index 100% rename from Child/Releases/r081211/Viz/Mfiles/cfindstrmprofile.m rename to tools/Matlab/cfindstrmprofile.m diff --git a/Child/Postproc/Matlab/chsa.m b/tools/Matlab/chsa.m similarity index 100% rename from Child/Postproc/Matlab/chsa.m rename to tools/Matlab/chsa.m diff --git a/Child/Postproc/Matlab/chypsometry.m b/tools/Matlab/chypsometry.m similarity index 100% rename from Child/Postproc/Matlab/chypsometry.m rename to tools/Matlab/chypsometry.m diff --git a/Child/Releases/r081211/Viz/Mfiles/cinterpedges.m b/tools/Matlab/cinterpedges.m similarity index 100% rename from Child/Releases/r081211/Viz/Mfiles/cinterpedges.m rename to tools/Matlab/cinterpedges.m diff --git a/Child/Postproc/Matlab/clayerthick.m b/tools/Matlab/clayerthick.m similarity index 100% rename from Child/Postproc/Matlab/clayerthick.m rename to tools/Matlab/clayerthick.m diff --git a/Child/Postproc/Matlab/cmeshnet.m b/tools/Matlab/cmeshnet.m similarity index 100% rename from Child/Postproc/Matlab/cmeshnet.m rename to tools/Matlab/cmeshnet.m diff --git a/Child/Postproc/Matlab/cmeshstrm.m b/tools/Matlab/cmeshstrm.m similarity index 100% rename from Child/Postproc/Matlab/cmeshstrm.m rename to tools/Matlab/cmeshstrm.m diff --git a/Child/Releases/CHILDr111129/ChildExercises/MatlabScripts/cmovie.m b/tools/Matlab/cmovie.m old mode 100755 new mode 100644 similarity index 100% rename from Child/Releases/CHILDr111129/ChildExercises/MatlabScripts/cmovie.m rename to tools/Matlab/cmovie.m diff --git a/Child/Postproc/Matlab/cmoviedz.m b/tools/Matlab/cmoviedz.m similarity index 100% rename from Child/Postproc/Matlab/cmoviedz.m rename to tools/Matlab/cmoviedz.m diff --git a/Child/Postproc/Matlab/cmoviedz2.m b/tools/Matlab/cmoviedz2.m similarity index 100% rename from Child/Postproc/Matlab/cmoviedz2.m rename to tools/Matlab/cmoviedz2.m diff --git a/Child/Postproc/Matlab/cmovieq.m b/tools/Matlab/cmovieq.m similarity index 100% rename from Child/Postproc/Matlab/cmovieq.m rename to tools/Matlab/cmovieq.m diff --git a/Child/Postproc/Matlab/cmoviet.m b/tools/Matlab/cmoviet.m similarity index 100% rename from Child/Postproc/Matlab/cmoviet.m rename to tools/Matlab/cmoviet.m diff --git a/Child/Releases/r081211/Viz/Mfiles/cplotarea.m b/tools/Matlab/cplotarea.m old mode 100755 new mode 100644 similarity index 100% rename from Child/Releases/r081211/Viz/Mfiles/cplotarea.m rename to tools/Matlab/cplotarea.m diff --git a/Child/Postproc/Matlab/cplotmesh.m b/tools/Matlab/cplotmesh.m similarity index 100% rename from Child/Postproc/Matlab/cplotmesh.m rename to tools/Matlab/cplotmesh.m diff --git a/Child/Releases/r081211/Viz/Mfiles/cpointelevtseries.m b/tools/Matlab/cpointelevtseries.m similarity index 100% rename from Child/Releases/r081211/Viz/Mfiles/cpointelevtseries.m rename to tools/Matlab/cpointelevtseries.m diff --git a/Child/Releases/r081211/Viz/Mfiles/cread.m b/tools/Matlab/cread.m old mode 100755 new mode 100644 similarity index 100% rename from Child/Releases/r081211/Viz/Mfiles/cread.m rename to tools/Matlab/cread.m diff --git a/Child/Releases/r081211/Viz/Mfiles/creadinfile.m b/tools/Matlab/creadinfile.m similarity index 100% rename from Child/Releases/r081211/Viz/Mfiles/creadinfile.m rename to tools/Matlab/creadinfile.m diff --git a/Child/Postproc/Matlab/creadlayers.m b/tools/Matlab/creadlayers.m similarity index 100% rename from Child/Postproc/Matlab/creadlayers.m rename to tools/Matlab/creadlayers.m diff --git a/Child/Releases/r081211/Viz/Mfiles/creadpointsfile.m b/tools/Matlab/creadpointsfile.m similarity index 100% rename from Child/Releases/r081211/Viz/Mfiles/creadpointsfile.m rename to tools/Matlab/creadpointsfile.m diff --git a/Child/Releases/r081211/Viz/Mfiles/creadxyz.m b/tools/Matlab/creadxyz.m old mode 100755 new mode 100644 similarity index 100% rename from Child/Releases/r081211/Viz/Mfiles/creadxyz.m rename to tools/Matlab/creadxyz.m diff --git a/Child/Releases/CHILDr100706/Viz/Mfiles/creadxyzb.m b/tools/Matlab/creadxyzb.m old mode 100755 new mode 100644 similarity index 100% rename from Child/Releases/CHILDr100706/Viz/Mfiles/creadxyzb.m rename to tools/Matlab/creadxyzb.m diff --git a/Child/Postproc/Matlab/creadxyzbe.m b/tools/Matlab/creadxyzbe.m similarity index 100% rename from Child/Postproc/Matlab/creadxyzbe.m rename to tools/Matlab/creadxyzbe.m diff --git a/Child/Postproc/Matlab/cregthick.m b/tools/Matlab/cregthick.m similarity index 100% rename from Child/Postproc/Matlab/cregthick.m rename to tools/Matlab/cregthick.m diff --git a/Child/Releases/CHILDr111129/ChildExercises/MatlabScripts/csa.m b/tools/Matlab/csa.m old mode 100755 new mode 100644 similarity index 100% rename from Child/Releases/CHILDr111129/ChildExercises/MatlabScripts/csa.m rename to tools/Matlab/csa.m diff --git a/Child/Postproc/Matlab/csection.m b/tools/Matlab/csection.m similarity index 100% rename from Child/Postproc/Matlab/csection.m rename to tools/Matlab/csection.m diff --git a/Child/Postproc/Matlab/csectioncoords.m b/tools/Matlab/csectioncoords.m similarity index 100% rename from Child/Postproc/Matlab/csectioncoords.m rename to tools/Matlab/csectioncoords.m diff --git a/Child/Postproc/Matlab/csectioncoords2.m b/tools/Matlab/csectioncoords2.m similarity index 100% rename from Child/Postproc/Matlab/csectioncoords2.m rename to tools/Matlab/csectioncoords2.m diff --git a/Child/Releases/CHILDr100706/Viz/Mfiles/csetlayerody.m b/tools/Matlab/csetlayerody.m similarity index 100% rename from Child/Releases/CHILDr100706/Viz/Mfiles/csetlayerody.m rename to tools/Matlab/csetlayerody.m diff --git a/Child/Postproc/Matlab/cstormplot.m b/tools/Matlab/cstormplot.m similarity index 100% rename from Child/Postproc/Matlab/cstormplot.m rename to tools/Matlab/cstormplot.m diff --git a/Child/Postproc/Matlab/cstratcol.m b/tools/Matlab/cstratcol.m similarity index 100% rename from Child/Postproc/Matlab/cstratcol.m rename to tools/Matlab/cstratcol.m diff --git a/Child/Releases/r081211/Viz/Mfiles/cstrmprofile.m b/tools/Matlab/cstrmprofile.m old mode 100755 new mode 100644 similarity index 100% rename from Child/Releases/r081211/Viz/Mfiles/cstrmprofile.m rename to tools/Matlab/cstrmprofile.m diff --git a/Child/Postproc/Matlab/cstrmprofilexy.m b/tools/Matlab/cstrmprofilexy.m similarity index 100% rename from Child/Postproc/Matlab/cstrmprofilexy.m rename to tools/Matlab/cstrmprofilexy.m diff --git a/Child/Postproc/Matlab/cstrmproseries.m b/tools/Matlab/cstrmproseries.m similarity index 100% rename from Child/Postproc/Matlab/cstrmproseries.m rename to tools/Matlab/cstrmproseries.m diff --git a/Child/Postproc/Matlab/cterracetest.m b/tools/Matlab/cterracetest.m similarity index 100% rename from Child/Postproc/Matlab/cterracetest.m rename to tools/Matlab/cterracetest.m diff --git a/Child/Postproc/Matlab/ctrimesh.m b/tools/Matlab/ctrimesh.m similarity index 100% rename from Child/Postproc/Matlab/ctrimesh.m rename to tools/Matlab/ctrimesh.m diff --git a/Child/Postproc/Matlab/ctrisurf.m b/tools/Matlab/ctrisurf.m similarity index 100% rename from Child/Postproc/Matlab/ctrisurf.m rename to tools/Matlab/ctrisurf.m diff --git a/Child/Postproc/Matlab/ctrisurftxa.m b/tools/Matlab/ctrisurftxa.m similarity index 100% rename from Child/Postproc/Matlab/ctrisurftxa.m rename to tools/Matlab/ctrisurftxa.m diff --git a/Child/Postproc/Matlab/ctvegplot.m b/tools/Matlab/ctvegplot.m similarity index 100% rename from Child/Postproc/Matlab/ctvegplot.m rename to tools/Matlab/ctvegplot.m diff --git a/Child/Postproc/Matlab/cvolplot.m b/tools/Matlab/cvolplot.m similarity index 100% rename from Child/Postproc/Matlab/cvolplot.m rename to tools/Matlab/cvolplot.m diff --git a/Child/Postproc/Matlab/cvoronoi.m b/tools/Matlab/cvoronoi.m similarity index 100% rename from Child/Postproc/Matlab/cvoronoi.m rename to tools/Matlab/cvoronoi.m diff --git a/Child/Postproc/Matlab/cwidthfn.m b/tools/Matlab/cwidthfn.m similarity index 100% rename from Child/Postproc/Matlab/cwidthfn.m rename to tools/Matlab/cwidthfn.m diff --git a/Child/Releases/r081211/Viz/Mfiles/cwriteinfile.m b/tools/Matlab/cwriteinfile.m similarity index 100% rename from Child/Releases/r081211/Viz/Mfiles/cwriteinfile.m rename to tools/Matlab/cwriteinfile.m diff --git a/Child/Postproc/Matlab/cwritelayers.m b/tools/Matlab/cwritelayers.m similarity index 100% rename from Child/Postproc/Matlab/cwritelayers.m rename to tools/Matlab/cwritelayers.m diff --git a/Child/Postproc/Matlab/cwritenodefile.m b/tools/Matlab/cwritenodefile.m similarity index 100% rename from Child/Postproc/Matlab/cwritenodefile.m rename to tools/Matlab/cwritenodefile.m diff --git a/Child/Postproc/Matlab/cwriteupliftfile.m b/tools/Matlab/cwriteupliftfile.m similarity index 100% rename from Child/Postproc/Matlab/cwriteupliftfile.m rename to tools/Matlab/cwriteupliftfile.m diff --git a/Child/Postproc/Matlab/cwritezfile.m b/tools/Matlab/cwritezfile.m similarity index 100% rename from Child/Postproc/Matlab/cwritezfile.m rename to tools/Matlab/cwritezfile.m diff --git a/Child/Postproc/childtools/__init__.py b/tools/PythonScripts/__init__.py similarity index 100% rename from Child/Postproc/childtools/__init__.py rename to tools/PythonScripts/__init__.py diff --git a/Child/Postproc/childtools/child2vtk.py b/tools/PythonScripts/child2vtk.py similarity index 100% rename from Child/Postproc/childtools/child2vtk.py rename to tools/PythonScripts/child2vtk.py diff --git a/Child/Postproc/childtools/readchild.py b/tools/PythonScripts/readchild.py similarity index 100% rename from Child/Postproc/childtools/readchild.py rename to tools/PythonScripts/readchild.py