Skip to content
Snippets Groups Projects
Commit a47ef06d authored by Ruben Heinrich's avatar Ruben Heinrich
Browse files

[docs] fixed indentation in prj_vtkdiff

parent fe65c652
No related branches found
No related tags found
1 merge request!20Resolve "Prepare package for installation"
......@@ -13,28 +13,28 @@
#' @example man/examples/ex_prj_vtkdiff.R
#' @export
prj_vtkdiff <- function(field,
absolute_tolerance,
relative_tolerance,
file = NULL,
regex = NULL) {
absolute_tolerance,
relative_tolerance,
file = NULL,
regex = NULL) {
#Coerce input
absolute_tolerance <- coerce_string_to_numeric(absolute_tolerance)
relative_tolerance <- coerce_string_to_numeric(relative_tolerance)
new_prj_vtkdiff(field,
absolute_tolerance,
relative_tolerance,
file,
regex)
absolute_tolerance,
relative_tolerance,
file,
regex)
}
new_prj_vtkdiff <- function(field,
absolute_tolerance,
relative_tolerance,
file = NULL,
regex = NULL) {
absolute_tolerance,
relative_tolerance,
file = NULL,
regex = NULL) {
assertthat::assert_that(assertthat::is.string(field))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment