-
Notifications
You must be signed in to change notification settings - Fork 23
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
Lf main #47
Conversation
This reverts commit 6f0270f.
@@ -7,8 +7,6 @@ module special | |||
use utils, only: stop_error | |||
use optimize, only: bisect | |||
implicit none | |||
private | |||
public spherical_bessel_jn, spherical_bessel_jn_zeros, SPHY |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@@ -5,8 +5,6 @@ module optimize | |||
use types, only: dp | |||
use utils, only: stop_error | |||
implicit none | |||
private | |||
public bisect |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
!open(newunit(u), file="density.txt", status="replace") | ||
!write(u, "((es23.16, ' ', es23.16, ' ', es23.16))") (R(i), density(i), V_h(i), & | ||
! i=1, size(R)) | ||
!close(u) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed in main, but prints to stdout: lfortran/lfortran#2720
@@ -1,4 +1,4 @@ | |||
add_subdirectory(mixings) | |||
#add_subdirectory(mixings) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed in main.
Closing in favor of #48. |
No description provided.