Skip to content

Commit

Permalink
PunctureTracker: remove unused parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
lwJi committed Jun 28, 2024
1 parent dddf97c commit 963c05b
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions PunctureTracker/param.ccl
Original file line number Diff line number Diff line change
Expand Up @@ -27,32 +27,11 @@ REAL initial_z[10] "Initial z coordinate positions of punctures"
*:* :: ""
} 0.0

INT modify_puncture[2] "Punctures to use for modification criteria"
{
-1:9 :: "One of the tracking punctures or negative for no modification"
} -1

REAL modify_distance "Modify levels when the distance is less than this"
{
0.0:* :: "zero or positive"
} 0.0

INT new_reflevel_number[2] "The new number of refinement levels"
{
-1:* :: "Negative for no change"
} -1

INT interp_order "Shift interpolation order"
{
0:* :: ""
} 1

INT which_surface_to_store_info[10] "A spherical surface index where we can store the puncture location"
{
-1 :: "don't store puncture location"
0:* :: "any spherical surface index"
} -1

REAL shift_limit "Shift components must be less than this in magnitude"
{
0.0:* :: "zero or positive"
Expand Down

0 comments on commit 963c05b

Please sign in to comment.