diff --git a/R/r_fork_functions.R b/R/r_fork_functions.R index a717950..f901108 100644 --- a/R/r_fork_functions.R +++ b/R/r_fork_functions.R @@ -39,7 +39,7 @@ get_end_fork_function_list <- function() { } #' is_cluster_function -#' @description Returns bool for if function listed as for type of [fork, psock] function +#' @description Returns bool for if function listed as for type of (fork, psock) function #' @param func_ptr Function to check #' @param fork_cluster True if checking for fork function, else check for psock #' @return Boolean - true if fork/psock function, else false @@ -162,7 +162,7 @@ body_end_fork_function <- function(func_ptr, regionRef){ } #' get_new_function_body -#' @description Returns instrumented body for function type [fork, end fork, default] +#' @description Returns instrumented body for function type (fork, end fork, default) #' @param func_ptr Pointer to function #' @param func_name Char[] - Name of function, only used for debugging #' @param regionRef Int - OTF2 regionRef for function diff --git a/man/get_new_function_body.Rd b/man/get_new_function_body.Rd index a2d2934..c21f98a 100644 --- a/man/get_new_function_body.Rd +++ b/man/get_new_function_body.Rd @@ -17,5 +17,5 @@ get_new_function_body(func_ptr, func_name, regionRef) type(as.call) Updated function body } \description{ -Returns instrumented body for function type {fork, end fork, default} +Returns instrumented body for function type (fork, end fork, default) } diff --git a/man/is_cluster_function.Rd b/man/is_cluster_function.Rd index a50afb8..4f27461 100644 --- a/man/is_cluster_function.Rd +++ b/man/is_cluster_function.Rd @@ -15,5 +15,5 @@ is_cluster_function(func_ptr, fork_cluster = F) Boolean - true if fork/psock function, else false } \description{ -Returns bool for if function listed as for type of {fork, psock} function +Returns bool for if function listed as for type of (fork, psock) function } diff --git a/src/pmpmeas b/src/pmpmeas index 3db9557..c8fcc05 160000 --- a/src/pmpmeas +++ b/src/pmpmeas @@ -1 +1 @@ -Subproject commit 3db9557a922621e5b137815cacad8abce8640277 +Subproject commit c8fcc05544ae9b2e3710f325a95489beb060df43