IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 42762


Ignore:
Timestamp:
Dec 10, 2024, 4:17:26 PM (19 months ago)
Author:
tdeboer
Message:

psLibInit update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2dbias/psLib/src/sys/psConfigure.c

    r28043 r42762  
    2929#include <fftw3.h>
    3030#include <gsl/gsl_version.h>
     31#include <gsl/gsl_errno.h>
    3132#ifdef HAVE_PSDB
    3233#include <mysql.h>
     
    157158    // XXX: Still needs error codes to be set
    158159
     160    gsl_set_error_handler_off();
     161
    159162    if (timeConfig && strlen(timeConfig) > 0) {
    160163        if (!psTimeInit(timeConfig)) {
Note: See TracChangeset for help on using the changeset viewer.