Skip to content

Commit

Permalink
Fixing master merge error
Browse files Browse the repository at this point in the history
  • Loading branch information
thompsonphys committed Apr 1, 2019
1 parent 526be58 commit 4c3d279
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ReggeWheelerRadial.m
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

Begin["`Private`"];

Options[ReggeWheelerRadial] = {Method -> {"NumericalIntegration", "rmin" -> 4, "rmax" -> 20};
Options[ReggeWheelerRadial] = {Method -> {"NumericalIntegration", "rmin" -> 4, "rmax" -> 20}, "BoundaryConditions" -> {"In","Up"}};

ReggeWheelerRadial[s_Integer, l_Integer, \[Omega]_, OptionsPattern[]] :=
Module[{assoc, solFuncs, method},
Expand Down

0 comments on commit 4c3d279

Please sign in to comment.