Skip to content

Commit

Permalink
Re-organize repository (part 1)
Browse files Browse the repository at this point in the history
- addressing #89

- `git mv previous_path target_path` to "rename" folders and files without losing git history

- external: googletest and pcg submodules
- src: SOILWAT2 source code
- include: SOILWAT2 header files
- tests/example: example inputs for a SOILWAT2 run, previously "testing"
- tests/gtests: unit tests based on googletest, previously "test"

- note: additional commits to complete #89 will need to update file path names, makefile, etc.
  • Loading branch information
dschlaep committed Dec 21, 2022
1 parent a6c367a commit 90b1741
Show file tree
Hide file tree
Showing 126 changed files with 6 additions and 5 deletions.
7 changes: 4 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@
/Debug/

# Test project output
/testing/Output/*
/testing/Output_*
/tests/example/Output/*
/tests/example/Output_*


# Figures created by scripts in tools/
/tools/Fig*
Expand All @@ -39,7 +40,7 @@ doc/Doxyfile.bak

# Binary files
SOILWAT2
testing/SOILWAT2
tests/example/SOILWAT2
libSOILWAT2*
libcovSOILWAT2*

4 changes: 2 additions & 2 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[submodule "googletest"]
path = googletest
path = external/googletest
url = https://github.com/google/googletest
branch = main
[submodule "pcg"]
path = pcg
path = external/pcg
url = https://github.com/imneme/pcg-c-basic
branch = master
Submodule pcg updated from 000000 to bc39cd
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 90b1741

Please sign in to comment.