Last change
on this file since 805 was
484,
checked in by raasch, 15 years ago
|
typo in file headers removed
|
-
Property svn:keywords set to
Id
|
File size:
540 bytes
|
Rev | Line | |
---|
[211] | 1 | SUBROUTINE user_dummy |
---|
| 2 | |
---|
| 3 | !------------------------------------------------------------------------------! |
---|
[484] | 4 | ! Current revisions: |
---|
[211] | 5 | ! ----------------- |
---|
[226] | 6 | ! |
---|
[211] | 7 | ! |
---|
| 8 | ! Former revisions: |
---|
| 9 | ! ----------------- |
---|
| 10 | ! $Id: user_additional_routines.f90 484 2010-02-05 07:36:54Z franke $ |
---|
| 11 | ! |
---|
[226] | 12 | ! 211 2008-11-11 04:46:24Z raasch |
---|
| 13 | ! Initial version |
---|
| 14 | ! |
---|
[211] | 15 | ! Description: |
---|
| 16 | ! ------------ |
---|
| 17 | ! This file may contain additional user-defined routines. |
---|
| 18 | !------------------------------------------------------------------------------! |
---|
| 19 | |
---|
| 20 | USE user |
---|
| 21 | |
---|
| 22 | IMPLICIT NONE |
---|
| 23 | |
---|
| 24 | ! |
---|
| 25 | !-- Here comes the code of the user-defined routine |
---|
| 26 | |
---|
| 27 | END SUBROUTINE user_dummy |
---|
| 28 | |
---|
Note: See
TracBrowser
for help on using the repository browser.