OndrejKincl

Results 1 issues of OndrejKincl

Isn't it strange that in this code, the function `test1()` raises MethodError, but `test2()` works normally? I would expect them to do the same thing. ``` module simple_test using WriteVTK...