Ignore:
Timestamp:
Jan 10, 2010, 7:09:56 PM (16 years ago)
Author:
Frederik Heber <heber@…>
Children:
00b5802
Parents:
2c69a9
Message:

Inclusion of config.h was missing.

This caused a bug with GSL's inline function definition.

Signed-off-by: Frederik Heber <heber@tabletINS.(none)>

File:
1 edited

Legend:

Unmodified
Added
Removed
  • molecuilder/src/gslmatrix.hpp

    r2c69a9 r70e11d  
    1212
    1313/*********************************************** includes ***********************************/
     14
     15// include config.h
     16#ifdef HAVE_CONFIG_H
     17#include <config.h>
     18#endif
    1419
    1520#include <gsl/gsl_matrix.h>
     
    5156  bool IsNonNegative();
    5257  bool IsPositiveDefinite();
     58  double Determinant();
    5359
    5460  GSLMatrix& operator=(const GSLMatrix& rhs);
Note: See TracChangeset for help on using the changeset viewer.