framework
framework copied to clipboard
Move all classes/types from namespace `Arccore` in namespace `Arcane`
Even if Arccore remains an independent component, this will reduce complexity for new users and help moving some classes from Arcane to Arccore.
- [x] Move
using Arccore::*defined in Arcane components inArccoreheader files to make them usable by Arccore users- #1963
- #1967
- [ ] Move types from
Arccore::MessagePassing::MpitoArcane::MessagePassing::Mpi- #1974
- [ ] Move types from
Arccore::MessagePassingtoArcane::MessagePassing.