source: trunk/src/gcx2.h @ 6

Last change on this file since 6 was 1, checked in by jbrlod, 13 years ago

Import initial

  • Property svn:eol-style set to native
File size: 838 bytes
Line 
1
2/***************************************************************************
3                 module classe gcxx.h  -  description
4***************************************************************************/
5// Mohamed Berrada
6// locean-ipsl.upmc, Paris, April 28, 2009
7//===========================================================================
8//                          methode forward
9forward ()
10{ 
11  /* YS1  */
12  /*     A
13         R */ 
14  if(Yt==TU){
15     YS1=gcx_at_TU(Yi,Yj);
16   //    YS1=0.;
17  }
18  else
19    YS1=gcx(Yi,Yj);
20  //
21}
22
23//===========================================================================
24//                         methode  backward
25
26backward ()
27{
28 
29}
30
31  //===========================================================================
32//*************************  FIN DU MODULE gcxx   *************************
33
Note: See TracBrowser for help on using the repository browser.