Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: construct string_t objects from logical & complex arguments #30

Merged
merged 1 commit into from
Jan 4, 2025

Conversation

rouson
Copy link

@rouson rouson commented Jan 4, 2025

This commit adds specific procedures supporting the string_t generic interface. The new procedures take dummy arguments of the following types and kinds:

  1. logical: default-kind and `c_bool
  2. complex: default-kind and double precision

This commit also includes unit tests for each of the above four type/kind combinations.

This commit adds specific procedures supporting the string_t
generic interface.  The new procedures take dummy arguments of
1. logical: default-kind and c_bool
2. complex: default-kind and double-precision

The commit also includes unit tests for each of the above
four type/kind combinations.
@rouson rouson merged commit b78112a into main Jan 4, 2025
8 checks passed
@rouson rouson deleted the more-string_t-constructors branch January 4, 2025 23:25
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.

1 participant