IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 17, 2006, 4:29:15 PM (20 years ago)
Author:
Paul Price
Message:

Removing inclusion of config.h in header files, and putting it in all source files.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/objects/models/pmModel_TGAUSS.c

    r5257 r9621  
     1#ifdef HAVE_CONFIG_H
     2#include <config.h>
     3#endif
    14
    25/******************************************************************************
     
    1114    params->data.F32[5] = sqrt(2.0) / SigmaY;
    1215    params->data.F32[6] = Sxy;
    13     params->data.F32[7] = 
     16    params->data.F32[7] =
    1417*****************************************************************************/
    1518
Note: See TracChangeset for help on using the changeset viewer.