IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 19, 2007, 4:20:07 PM (19 years ago)
Author:
magnier
Message:

use named sockets for pmKapaPlots

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/extras/pmKapaPlots.c

    r13473 r13896  
    77 *  @author EAM, IfA
    88 *
    9  *  @version $Revision: 1.11 $ $Name: not supported by cvs2svn $
    10  *  @date $Date: 2007-05-22 21:45:48 $
     9 *  @version $Revision: 1.12 $ $Name: not supported by cvs2svn $
     10 *  @date $Date: 2007-06-20 02:20:07 $
    1111 *
    1212 *  Copyright 2006 Institute for Astronomy, University of Hawaii
     
    4141
    4242    if (kapa_fd == -1) {
    43         kapa_fd = KapaOpen (kapa, "psphot");
     43        // kapa_fd = KapaOpen (kapa, "psphot");
     44        kapa_fd = KapaOpenNamedSocket (kapa, "psphot");
    4445    }
    4546    return kapa_fd;
Note: See TracChangeset for help on using the changeset viewer.