forked from dealii/dealii
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request dealii#17890 from marcfehling/changelog
Fix some changelog entries.
- Loading branch information
Showing
4 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
File renamed without changes.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
Made `mapping` variables `const` in example files. | ||
New: Made `mapping` variables `const` in example files. | ||
<br> | ||
(Lóránt Hadnagy, 2024/07/25) | ||
(Lóránt Hadnagy, 2024/07/25) |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Uniformly apply the practice of importing the 'dealii' namespace | ||
New: Uniformly apply the practice of importing the 'dealii' namespace | ||
only within the StepXX namespace across all tutorial programs, | ||
except for step-49 and step-50. These steps will be handled separately | ||
to ensure proper integration and testing. | ||
<br> | ||
(Lóránt Hadnagy, 2024/07/30) | ||
(Lóránt Hadnagy, 2024/07/30) |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
Apply the 'dealii' namespace import change to step-49 and step-50, | ||
New: Apply the 'dealii' namespace import change to step-49 and step-50, | ||
ensuring consistency with the other tutorial programs. | ||
<br> | ||
(Lóránt Hadnagy, 2024/08/08) | ||
(Lóránt Hadnagy, 2024/08/08) |