Changeset 2597 for LMDZ5/trunk/libf/dyn3d_common/inter_barxy_m.F90
- Timestamp:
- Jul 22, 2016, 8:44:47 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ5/trunk/libf/dyn3d_common/inter_barxy_m.F90
r1952 r2597 374 374 375 375 use assert_eq_m, only: assert_eq 376 use comconst_mod, only: pi 376 377 377 378 IMPLICIT NONE 378 379 include "comconst.h"380 ! (for "pi")381 379 382 380 REAL, intent(in):: xi(:) … … 431 429 ! order. 432 430 431 use comconst_mod, only: pi 432 433 433 IMPLICIT NONE 434 435 include "comconst.h"436 ! (for "pi")437 434 438 435 REAL, intent(in):: xi(:) ! angle, in rad or degrees
Note: See TracChangeset
for help on using the changeset viewer.