Skip to content

Commit

Permalink
y-out definition
Browse files Browse the repository at this point in the history
  • Loading branch information
time-trader committed May 14, 2021
1 parent 21952d5 commit ce182a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api.f90
Original file line number Diff line number Diff line change
Expand Up @@ -494,7 +494,7 @@ subroutine get_cp(x_out, y_out, cp_out, n_points) bind(c, name='get_cp')
implicit none

integer(c_int), intent(in) :: n_points
real(c_float), dimension(n_points), intent(inout) :: x_out, cp_out
real(c_float), dimension(n_points), intent(inout) :: x_out, y_out, cp_out

real :: beta, bfac, cpcom, cpinc, den
integer :: i
Expand Down

0 comments on commit ce182a0

Please sign in to comment.