[julia-users] Error when assigning values to an object

2016-09-16 Thread Lutfullah Tomak
It is related to the `importall` part of code. It can be that the files are not in the same directory but I'm not sure. Also, [] creates an Array with element type of Any. Giving it a type annotation may help peeformance ei TypeofArray[].

[julia-users] Error when assigning values to an object

2016-09-16 Thread varun7rs
Hello, I have some trouble using types in Julia. Thanks to some earlier help, I was able to define type Physical Node and save it in a file MyClasses.jl module MyClasses using DataArrays type PhyNode{T} ID::Int64 name::AbstractString x::Float64 y::Float64 inEdges::Vector{T}