Skip to content

Commit

Permalink
Update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
loumalouomega authored Apr 19, 2024
1 parent f28cf74 commit 1c5179d
Showing 1 changed file with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,8 @@ The selected lambda function is then applied to calculate the distances for all
"distance_database" : "nodal_historical",
"save_max_distance_in_skin" : false,
"distance_variable" : "DISTANCE",
"skin_distance_variable" : "DISTANCE"
"skin_distance_variable" : "DISTANCE",
"visited_skin_flag" : "VISITED"
}
```

Expand All @@ -93,4 +94,7 @@ This flag indicates if the distance is going to be saved in the skin. By default
Denotes the variable for applying the process, with `DISTANCE` set as the default value.

##### `skin_distance_variable`
Denotes the variable sved into the skin if `save_max_distance_in_skin` is active, with `DISTANCE` set as the default value.
Denotes the variable saved into the skin if `save_max_distance_in_skin` is active, with `DISTANCE` set as the default value.

##### `visited_skin_flag`
Denotes the flag to set when saving a value into the skin. Default is `VISITED`.

0 comments on commit 1c5179d

Please sign in to comment.