Skip to content
This repository has been archived by the owner on Oct 12, 2019. It is now read-only.

ERROR: no method procVox(...) #26

Closed
ryaninvents opened this issue Sep 26, 2014 · 3 comments
Closed

ERROR: no method procVox(...) #26

ryaninvents opened this issue Sep 26, 2014 · 3 comments

Comments

@ryaninvents
Copy link
Contributor

I tried to use Meshes.jl in a project and got an ERROR: no method. To make sure I was using the library correctly, I cloned the repo and ran test_meshes.jl from the master branch and got the same error.

ryan@bowdoin [07:53:54] [~/code/Meshes.jl/test] [master]
-> % julia test_meshes.jl 
ERROR: no method procVox(Array{Float64,1},Float64,Int32,Int32,Int32,Int32,Int32,Dict{Int64,Vector3{Float64}},Array{Face,1},Float64)
 in marchingTetrahedra at /home/ryan/.julia/v0.2/Meshes/src/isosurface.jl:241
 in isosurface at /home/ryan/.julia/v0.2/Meshes/src/isosurface.jl:250
 in isosurface at /home/ryan/.julia/v0.2/Meshes/src/isosurface.jl:267
 in include at boot.jl:238
 in include_from_node1 at loading.jl:114
 in process_options at client.jl:303
 in _start at client.jl:389
at /home/ryan/projects/Meshes.jl/test/test_meshes.jl:23
@sjkelly
Copy link
Member

sjkelly commented Sep 29, 2014

@BaconScript it looks like you are on Julia 0.2, can you confirm with versioninfo()? Try updating to 0.3.

@sjkelly
Copy link
Member

sjkelly commented Sep 29, 2014

Oh hey Ryan! Didn't notice you changed your github handle. I like it!

@ryaninvents
Copy link
Contributor Author

Haha thanks! I don't really juggle anymore so I figured it was time for a change.

Confirmed that I was on Julia v0.2.1 because I forgot to go to the PPA.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants