jdeldre / ViscousStreaming.jl

computational tools for viscous streaming flows
1 stars 2 forks source link

Failure to precompile ViscousStreaming #2

Closed quasarsrus closed 3 years ago

quasarsrus commented 3 years ago

Executing 'using ViscousStreaming' results in the following error:

┌ Info: Precompiling ViscousStreaming [103da179-b3e4-57c1-99a4-586354eb2c5a] └ @ Base loading.jl:1278 ERROR: LoadError: LoadError: LoadError: TypeError: in PointForce, in type definition, expected Type, got a value of type typeof(CartesianGrids.PulseField)

jdeldre commented 3 years ago

Duplicate of JuliaIBPM/ViscousFlow.jl#56. See response there.

quasarsrus commented 3 years ago

Thank You!