-
Notifications
You must be signed in to change notification settings - Fork 199
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
WarpX class: moving initialization of warning manager to WarpXInit (#…
…5579) This PR moves the initialization of the warning manager from the very large `ReadParameters` function of the WarpX class to a free function inside `WarpXInit.H/cpp` . This function is now called by the constructor of the WarpX class. The final goal is to simplify the WarpX class.
- Loading branch information
1 parent
daabdd6
commit bc936fe
Showing
3 changed files
with
43 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters