IAP GITLAB

Update Refactory2020 authored by Ralf Ulrich's avatar Ralf Ulrich
...@@ -26,7 +26,10 @@ The refactory 2020 needs further work to be finished. Here is the task list: ...@@ -26,7 +26,10 @@ The refactory 2020 needs further work to be finished. Here is the task list:
- Edit this Wiki page here and indicate progress! Also add your name identifier to the task accomplished - Edit this Wiki page here and indicate progress! Also add your name identifier to the task accomplished
- We need collaborators doing actual code migration, but we need also collaborators to do code review of the MRs, see [Code Approval Procedure](https://gitlab.ikp.kit.edu/AirShowerPhysics/corsika/-/wikis/Code-Approval-Procedure) - We need collaborators doing actual code migration, but we need also collaborators to do code review of the MRs, see [Code Approval Procedure](https://gitlab.ikp.kit.edu/AirShowerPhysics/corsika/-/wikis/Code-Approval-Procedure)
# Files and directories: # Files and directories, Issues etc:
- Ongoing "refactory" MRs: https://gitlab.ikp.kit.edu/AirShowerPhysics/corsika/-/merge_requests?label_name%5B%5D=Refactory
- Ongoing "refactory" Issues: https://gitlab.ikp.kit.edu/AirShowerPhysics/corsika/-/issues?label_name%5B%5D=Refactory
Running: Running:
```find . -name "*.[h,cc]" | grep -v PROPOSAL | grep -v inexlib | grep -v build | grep -v ThirdParty``` ```find . -name "*.[h,cc]" | grep -v PROPOSAL | grep -v inexlib | grep -v build | grep -v ThirdParty```
... ...
......