Last change
on this file since 2759 was
2759,
checked in by aslmd, 2 years ago
|
adding unmodified code from WRFV3.0.1.1, expurged from useless data +1M size
|
File size:
376 bytes
|
Line | |
---|
1 | #ifndef CRAY |
---|
2 | # ifdef NOUNDERSCORE |
---|
3 | # define GET_REGION_CENTER get_region_center |
---|
4 | # define GET_LL_LATLON get_ll_latlon |
---|
5 | # else |
---|
6 | # ifdef F2CSTYLE |
---|
7 | # define GET_REGION_CENTER get_region_center__ |
---|
8 | # define GET_LL_LATLON get_ll_latlon__ |
---|
9 | # else |
---|
10 | # define GET_REGION_CENTER get_region_center_ |
---|
11 | # define GET_LL_LATLON get_ll_latlon_ |
---|
12 | # endif |
---|
13 | # endif |
---|
14 | #endif |
---|
Note: See
TracBrowser
for help on using the repository browser.