Changeset 2472

Show
Ignore:
Timestamp:
11/28/08 10:57:15 (6 weeks ago)
Author:
peter
Message:

source/monointerp.h
source/monointerp.cpp

  • Fix includes: monointerp.cpp was not including cddefines.h, which is mandatory for all modules.
  • Fix malformed copyright statement in monointerp.h.
Location:
trunk/source
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/source/monointerp.cpp

    r2470 r2472  
    22 * others.  For conditions of distribution and use see copyright notice in license.txt */ 
    33 
     4#include "cddefines.h" 
    45#include "monointerp.h" 
    5 #include <vector> 
    66 
    77/** Monotonic piecewise cubic interpolation, see 
  • trunk/source/monointerp.h

    r2470 r2472  
    11/* This file is part of Cloudy and is copyright (C)1978-2008 by Gary J. Ferland and 
    2  * others.  For conditions of distribution 
    3  and use see copyright notice in license.txt */ 
     2 * others.  For conditions of distribution and use see copyright notice in license.txt */ 
     3 
    44#ifndef MONOINTERP_H 
    55#define MONOINTERP_H 
    6 #include <vector> 
    76 
    87// Usage: