Closed paraynaud closed 1 year ago
Conflicts to resolve here.
I manually added the internal files. Some fixes are still needed. I will fix it in the day. I will do the same for the factorization #31 .
Next time I will have to save functionnailities in branch, I will proceed with an other strategy.
It should have been enough to create branches off of master
with git checkout -b internal master
and git checkout -b factorization master
to save the functionality, and then open a PR to delete the files from `master.
I did git checkout -b factoritzation
and git checkout -b internal
from the master branch.
But it didn't work.
Is master
at the end of the line changing anything?
If you're already on master
when you issue those commands, it's the same thing.
Actually, note that there is no master
here. It's called main
. Is that the problem?
No, I was on main
.
Ok. I'm confused now. This PR seems to be adding the internal variables stuff to main
. What we want to do is remove it.
The internal structures are already out of the main
branch.
By merging #29, it deleted the internal structures files of the previous pull request (I don't know why).
This pull request is not meant to be accepted but rather to save the changes incorporing internal-structure files.
This time the code is in the PR