Skip to content

Conversation

@smiet
Copy link
Collaborator

@smiet smiet commented Oct 30, 2025

Response to issue #228

alog10 is currently only used in printing screen output, and is rigidly typed. This causes error on intel compilers when type promotion -real-size 64 is used.

log10 is the generic function introduced in fortran90. Only reason to keep alog is for f77 compatibility, but that ship has long sailed for SPEC.

@mbkumar let me know if this works

alog10 only used in printing screen output, and is rigidly typed.
This causes error on intel compilers when type promotion -real-size 64
is used.
alog10 should be used when fortran77 support is desired, but that ship
has long sailed for SPEC. log10 does not error.
@smiet smiet requested a review from mbkumar October 30, 2025 09:52
Copy link
Collaborator

@mbkumar mbkumar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The fix worked.

@mbkumar mbkumar merged commit c72925a into master Oct 30, 2025
10 checks passed
@mbkumar mbkumar deleted the remove_alog branch October 30, 2025 11:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants