Branch: refs/heads/master
Home:
https://github.com/pencil-code/pencil-code
Commit: 48d16af07ba81db642cc807142bd2e7d96ccc250
https://github.com/pencil-code/pencil-code/commit/48d16af07ba81db642cc807142bd2e7d96ccc250
Author: Kishore Gopalakrishnan <
kish...@gmail.com>
Date: 2024-12-07 (Sat, 07 Dec 2024)
Changed paths:
M src/boundcond.f90
Log Message:
-----------
boundcond/bc_ss_flux_x: fix type of cp
No longer a pointer
Commit: d62b055df9e06083a9aebcf2d6578b3b52b8ed53
https://github.com/pencil-code/pencil-code/commit/d62b055df9e06083a9aebcf2d6578b3b52b8ed53
Author: Kishore Gopalakrishnan <
kish...@gmail.com>
Date: 2024-12-07 (Sat, 07 Dec 2024)
Changed paths:
M src/density.f90
Log Message:
-----------
density.f90: cp, gamma etc are no longer module-wide
Declaring them only in the subroutines which need them makes it easier
to track which parts of the code assume cp,cv,gamma are constant.
These are now initialized as needed using the subroutine get_gamma_etc.
Hopefully I have not missed initializing them anywhere.
Commit: 6349f4eb600728a3d466e6c73b8b6ace061b9437
https://github.com/pencil-code/pencil-code/commit/6349f4eb600728a3d466e6c73b8b6ace061b9437
Author: Kishore Gopalakrishnan <
kish...@gmail.com>
Date: 2024-12-07 (Sat, 07 Dec 2024)
Changed paths:
M src/entropy.f90
Log Message:
-----------
entropy.f90: cp, gamma etc are no longer module-wide
Declaring them only in the subroutines which need them makes it easier
to track which parts of the code assume cp,cv,gamma are constant.
These are now initialized as needed using the subroutine get_gamma_etc.
Hopefully I have not missed initializing them anywhere.
Compare:
https://github.com/pencil-code/pencil-code/compare/dbecdb1132f9...6349f4eb6007
To unsubscribe from these emails, change your notification settings at
https://github.com/pencil-code/pencil-code/settings/notifications