Last change
on this file since 123 was
109,
checked in by slebonnois, 14 years ago
|
SLebonnois: discretisation verticale: cohabitation entre
la methode Terre et les autres.
|
File size:
483 bytes
|
Rev | Line | |
---|
[1] | 1 | ! |
---|
[109] | 2 | ! $Id: comvert.h 1279 2009-12-10 09:02:56Z fairhead $ |
---|
[1] | 3 | ! |
---|
| 4 | !----------------------------------------------------------------------- |
---|
| 5 | ! INCLUDE 'comvert.h' |
---|
| 6 | |
---|
[109] | 7 | COMMON/comvert/ap(llm+1),bp(llm+1),presnivs(llm),dpres(llm), & |
---|
| 8 | & pa,preff,nivsigs(llm),nivsig(llm+1), & |
---|
| 9 | & aps(llm),bps(llm) |
---|
[1] | 10 | |
---|
[109] | 11 | REAL ap,bp,presnivs,dpres,pa,preff,nivsigs,nivsig,aps,bps |
---|
[1] | 12 | |
---|
[109] | 13 | !----------------------------------------------------------------------- |
---|
Note: See
TracBrowser
for help on using the repository browser.