farmerdoug
05-25-2010, 07:22 AM
Copied .h files into Xcode; got the following error on compiling. This error is from krig.h All includes are
#include "nr3.h"
#include "interp_1d.h"
#include "interp_linear.h"
#include "interp_2d.h"
#include "krig.h"
ISO C++ forbids declaration of LUdcmp with no type.
Suggestions?
thanks.
#include "nr3.h"
#include "interp_1d.h"
#include "interp_linear.h"
#include "interp_2d.h"
#include "krig.h"
ISO C++ forbids declaration of LUdcmp with no type.
Suggestions?
thanks.