sysdep.f90

Path: src/sysdep.f90
Last Update: Thu Sep 22 00:39:31 JST 2005

sysdep.f90 - module providing interface for system dependent procedures Copyright (C) GFD Dennou Club, 2004. All rights reserved

begin

module sysdep

It provides interface for system dependent procedures. In other words, there is interface declaration of a function and subroutines whose feature is regarded as system dependent. Implementation of these procedures are given in files with corresponding name (i.e. that begins with (({sysdep}))-).

Note that a procedure with one name may have several implementations.

The (({sysdep})) has no dependence to other modules.

end

[Validate]