-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
API refactoring The API has been refactored: all objects (alpha, beta, kappa, interpolations and weights) now compute their values into volatile buffers thus the interpolator can be defined as `intent(in)` when used for computing an interpolation. Why: Efficiency reasons: now an interpolator can be defined as a member of user derived type and used to interpolate values even into procedure where the user derived type is defined as `intent(in)` without the unnecessary re-initialization or unsafe *global* definition. This change addresses the need by: API of all objects has been changed. Side effects: Backward compatibility lost.
- Loading branch information
Showing
32 changed files
with
1,280 additions
and
1,333 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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
Oops, something went wrong.