Skip to content

Commit

Permalink
Update src/fokker_planck_calculus.jl
Browse files Browse the repository at this point in the history
Co-authored-by: John Omotani <[email protected]>
  • Loading branch information
mrhardman and johnomotani authored Dec 11, 2023
1 parent 5c8b3ee commit 4ffe729
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/fokker_planck_calculus.jl
Original file line number Diff line number Diff line change
Expand Up @@ -605,7 +605,6 @@ function get_scaled_x_w!(x_scaled, w_scaled, x_legendre, w_legendre, x_laguerre,
end

function get_scaled_x_w_no_divergences!(x_scaled, w_scaled, x_legendre, w_legendre, node_min, node_max)
zero = 1.0e-6
@. x_scaled = 0.0
@. w_scaled = 0.0
#println("coord: ",coord_val," node_max: ",node_max," node_min: ",node_min)
Expand Down

0 comments on commit 4ffe729

Please sign in to comment.