source: palm/trunk/SOURCE/user_additional_routines.f90 @ 225

Last change on this file since 225 was 211, checked in by raasch, 15 years ago

user interface was split into one single file per subroutine

  • Property svn:keywords set to Id
File size: 500 bytes
Line 
1 SUBROUTINE user_dummy
2
3!------------------------------------------------------------------------------!
4! Actual revisions:
5! -----------------
6! Initial version
7!
8! Former revisions:
9! -----------------
10! $Id: user_additional_routines.f90 211 2008-11-11 04:46:24Z raasch $
11!
12! Description:
13! ------------
14! This file may contain additional user-defined routines.
15!------------------------------------------------------------------------------!
16
17    USE user
18
19    IMPLICIT NONE
20
21!
22!-- Here comes the code of the user-defined routine
23
24 END SUBROUTINE user_dummy
25
Note: See TracBrowser for help on using the repository browser.