Skip to content

Commit

Permalink
Updated NAMESPACE
Browse files Browse the repository at this point in the history
  • Loading branch information
aldoclemente committed Nov 30, 2023
1 parent d9380ac commit bb2601f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions NAMESPACE
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
# Generated by roxygen2: do not edit by hand

S3method("st_crs<-",DomainObject)
S3method(plot,FunctionObject)
S3method(plot,MeshObject)
S3method(st_as_sf,DomainObject)
S3method(st_as_sfc,DomainObject)
S3method(st_as_sfc,MeshObject)
S3method(st_crs,DomainObject)
export("%X%")
export("st_crs<-.DomainObject")
export(Domain)
export(Function)
export(FunctionSpace)
Expand All @@ -15,10 +19,6 @@ export(dot)
export(grad)
export(laplace)
export(read_mesh)
export(st_as_sf.DomainObject)
export(st_as_sfc.DomainObject)
export(st_as_sfc.MeshObject)
export(st_crs.DomainObject)
exportMethods("*")
exportMethods("+")
exportMethods("-")
Expand Down

0 comments on commit bb2601f

Please sign in to comment.