source: PSPA/madxPSPA/libs/ptc/src/Sb_sagan_pol_arbitrary.f90 @ 430

Last change on this file since 430 was 430, checked in by touze, 11 years ago

import madx-5.01.00

File size: 560 bytes
Line 
1!The Polymorphic Tracking Code
2!Copyright (C) Etienne Forest and CERN
3
4module S_pol_sagan
5  !  use precision_constants
6  use  definition
7  implicit none
8  public
9  private bLPOL2_0
10
11  INTERFACE ASSIGNMENT (=)
12     MODULE PROCEDURE bLPOL2_0
13  END INTERFACE
14
15
16
17
18contains
19
20
21
22
23  SUBROUTINE  bLPOL2_0(S2,S1)
24    implicit none
25    type (POL_BLOCK_sagan),INTENT(inOUT):: S2
26    INTEGER,INTENT(IN):: S1
27
28    S2%SInternal=1.0_dp
29    S2%Iinternal=0
30    S2%w%Sa=1.0_dp
31    S2%w%ia=0
32
33  END SUBROUTINE bLPOL2_0
34
35
36end module S_pol_sagan
Note: See TracBrowser for help on using the repository browser.