IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 6, 2006, 11:03:25 AM (20 years ago)
Author:
gusciora
Message:

These changes mostly reflect the new psStats SDRS changes.

However, pmObject.c will fail any real test because the call
to psMinimizeLMM() was commented out due to SDRS changes there.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/config/pmConfig.c

    r6297 r6325  
    33 *  @author PAP, IfA
    44 *
    5  *  @version $Revision: 1.6 $ $Name: not supported by cvs2svn $
    6  *  @date $Date: 2006-02-02 04:51:14 $
     5 *  @version $Revision: 1.7 $ $Name: not supported by cvs2svn $
     6 *  @date $Date: 2006-02-06 21:03:23 $
    77 *
    88 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    449449    }
    450450
    451     dbh = psDBInit(dbServer, dbUsername, dbPassword, dbName);
     451
     452
     453    psDB *dbh = psDBInit(dbServer, dbUsername, dbPassword, dbName);
    452454    psFree(dbServer);
    453455    psFree(dbUsername);
Note: See TracChangeset for help on using the changeset viewer.