clean_rkeops: Clean build directory

Description Usage Details Value Author(s) See Also Examples

View source: R/utils.R

Description

Remove all dll files generated from compilations of user-defined operators.

Usage

1

Details

When compiling a user-defined operators, a shared object (so) library (or dynamic link library, dll) file is created in the directory build_dir specified in compile options of rkeops. For every new operators, such a file is created.

Calling clean_rkeops() allows you to empty the directory build_dir.

Value

None

Author(s)

Ghislain Durif

See Also

compile_options(), set_rkeops_option()

Examples

1
2

rkeops documentation built on Feb. 17, 2021, 5:08 p.m.