RobinHankin / stokes

methods for exterior calculus
https://robinhankin.github.io/stokes/
3 stars 0 forks source link

bug in coeffs set method #56

Closed RobinHankin closed 2 years ago

RobinHankin commented 2 years ago
> a <- rform()
> class(a)
[1] "kform" "spray"
> coeffs(a) <- 1
> class(a)
[1] "spray"
> 

Above, the class of a changes and loses thekform attribute.

RobinHankin commented 2 years ago

These functions modelled on coeffs<-.weyl() which operate similarly.