Ignore:
Timestamp:
Mar 18, 2007 11:46:30 PM (17 years ago)
Author:
raasch
Message:

bugs fixed for particle code and bc-scheme

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SOURCE/palm.f90

    r57 r70  
    44! Actual revisions:
    55! -----------------
    6 ! __vtk directives removed, open unit 9 for debug output
     6! __vtk directives removed, write_particles is called only in case of particle
     7! advection switched on, open unit 9 for debug output
    78!
    89! Former revisions:
     
    141142!
    142143!-- If required, write binary particle data
    143     CALL write_particles
     144    IF ( particle_advection )  CALL write_particles
    144145
    145146!
Note: See TracChangeset for help on using the changeset viewer.