[FLASH-USERS] Particle_specifyMethods compile error

Klaus Weide klaus at flash.uchicago.edu
Wed Aug 30 15:45:56 EDT 2017


On Wed, 30 Aug 2017, Joshua Wall wrote:

> Hello Users,
> 
>     I'm looking at porting some code over to Flash 4.4, and today while
> compiling got the following error:
> 
> Particles_specifyMethods.F90:53:27:
> 
>    particleAdvVect(n) = NONE
>                            1
> Error: Symbol ‘none’ at (1) has no IMPLICIT type

Joshua,

That file is automatically generated at setup time (based on the template 
bin/Particles_specifyMethods.F90.tpl).

The statements that get written to Particles_specifyMethods.F90 are based 
on words from

  PARTICLETYPE ...

statements in Config files.

So what do your PARTICLETYPE lines look like?

Klaus


More information about the flash-users mailing list