~ubuntu-branches/ubuntu/wily/eso-midas/wily-proposed

« back to all changes in this revision

Viewing changes to libsrc/idi/fidi/newdev/mxwc.for

  • Committer: Package Import Robot
  • Author(s): Ole Streicher
  • Date: 2014-04-22 14:44:58 UTC
  • Revision ID: package-import@ubuntu.com-20140422144458-okiwi1assxkkiz39
Tags: upstream-13.09pl1.2+dfsg
ImportĀ upstreamĀ versionĀ 13.09pl1.2+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
C @(#)mxwc.for  19.1 (ES0-DMD) 02/25/03 13:55:18
 
2
C===========================================================================
 
3
C Copyright (C) 1995 European Southern Observatory (ESO)
 
4
C
 
5
C This program is free software; you can redistribute it and/or 
 
6
C modify it under the terms of the GNU General Public License as 
 
7
C published by the Free Software Foundation; either version 2 of 
 
8
C the License, or (at your option) any later version.
 
9
C
 
10
C This program is distributed in the hope that it will be useful,
 
11
C but WITHOUT ANY WARRANTY; without even the implied warranty of
 
12
C MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
13
C GNU General Public License for more details.
 
14
C
 
15
C You should have received a copy of the GNU General Public 
 
16
C License along with this program; if not, write to the Free 
 
17
C Software Foundation, Inc., 675 Massachusetss Ave, Cambridge, 
 
18
C MA 02139, USA.
 
19
C
 
20
C Corresponding concerning ESO-MIDAS should be addressed as follows:
 
21
C       Internet e-mail: midas@eso.org
 
22
C       Postal address: European Southern Observatory
 
23
C                       Data Management Division 
 
24
C                       Karl-Schwarzschild-Strasse 2
 
25
C                       D 85748 Garching bei Muenchen 
 
26
C                       GERMANY
 
27
C===========================================================================
 
28
C
 
29
      SUBROUTINE MXW029(DSPLAY,CHAN,CURSNO,SHAPE,COLOUR,XC,YC,IDST)
 
30
C
 
31
      IMPLICIT NONE
 
32
C      
 
33
      INTEGER      DSPLAY,CHAN,CURSNO,SHAPE,COLOUR,XC,YC,IDST
 
34
 
35
      IDST = 0
 
36
      RETURN
 
37
      END
 
38
 
 
39
      SUBROUTINE MXW030(DSPLAY,CURSNO,VIS,IDST)
 
40
C
 
41
      IMPLICIT NONE
 
42
C      
 
43
      INTEGER      DSPLAY,CURSNO,VIS,IDST
 
44
 
45
      IDST = 0
 
46
      RETURN
 
47
      END
 
48
 
 
49
      SUBROUTINE MXW032(DSPLAY,CHAN,CURSNO,XC,YC,IDST)
 
50
C
 
51
      IMPLICIT NONE
 
52
C      
 
53
      INTEGER      DSPLAY,CHAN,CURSNO,XC,YC,IDST
 
54
 
55
      IDST = 0
 
56
      RETURN
 
57
      END
 
58
 
 
59
      SUBROUTINE MXW031(DSPLAY,CHAN,CURSNO,XC,YC,MEMO,IDST)
 
60
C
 
61
      IMPLICIT NONE
 
62
C      
 
63
      INTEGER      DSPLAY,CHAN,CURSNO,XC,YC,MEMO,IDST
 
64
 
65
      IDST = 0
 
66
      RETURN
 
67
      END