Last change
on this file since 224 was
211,
checked in by raasch, 16 years ago
|
user interface was split into one single file per subroutine
|
-
Property svn:keywords set to
Id
|
File size:
650 bytes
|
Rev | Line | |
---|
[211] | 1 | SUBROUTINE user_init_particles |
---|
| 2 | |
---|
| 3 | !------------------------------------------------------------------------------! |
---|
| 4 | ! Actual revisions: |
---|
| 5 | ! ----------------- |
---|
| 6 | ! Former file user_interface.f90 split into one file per subroutine |
---|
| 7 | ! |
---|
| 8 | ! Former revisions: |
---|
| 9 | ! ----------------- |
---|
| 10 | ! $Id: user_init_particles.f90 211 2008-11-11 04:46:24Z letzel $ |
---|
| 11 | ! |
---|
| 12 | ! Description: |
---|
| 13 | ! ------------ |
---|
| 14 | ! Modification of initial particles by the user. |
---|
| 15 | !------------------------------------------------------------------------------! |
---|
| 16 | |
---|
| 17 | USE particle_attributes |
---|
| 18 | USE user |
---|
| 19 | |
---|
| 20 | IMPLICIT NONE |
---|
| 21 | |
---|
| 22 | INTEGER :: n |
---|
| 23 | |
---|
| 24 | ! |
---|
| 25 | !-- Here the user-defined actions follow |
---|
| 26 | ! DO n = 1, number_of_initial_particles |
---|
| 27 | ! ENDDO |
---|
| 28 | |
---|
| 29 | END SUBROUTINE user_init_particles |
---|
| 30 | |
---|
Note: See
TracBrowser
for help on using the repository browser.