source: trunk/NS3D/SRC/JMFFT-8.0/src/jmgetcode.f90 @ 8

Last change on this file since 8 was 8, checked in by xlvlod, 17 years ago

Import code JM chomaz

File size: 613 bytes
Line 
1! $Header: /opt/cvsroot/jmfft/lib/jmgetcode.f90,v 1.2 2004/04/01 15:48:31 teuler v8 $
2! JMFFTLIB : A library of portable fourier transform subroutines
3!            emulating Cray SciLib
4! Author   : Jean-Marie Teuler, CNRS, teuler@lcp.u-psud.fr
5!
6! Permission is granted to copy and distribute this file or modified
7! versions of this file for no fee, provided the copyright notice and
8! this permission notice are preserved on all copies.
9
10subroutine jmgetcode(code)
11
12  implicit none
13
14  ! Arguments
15  integer, intent(inout) :: code
16
17  ! Variables locales
18
19  call jmgetsetcode(code,'g')
20
21end subroutine jmgetcode
Note: See TracBrowser for help on using the repository browser.