Changeset 1371 in Sophya for trunk/SophyaLib/NTools/integ.h


Ignore:
Timestamp:
Jan 5, 2001, 6:07:12 PM (25 years ago)
Author:
ansari
Message:

MAJ documentation, Makefile, ... - Reza 5/1/2001

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/NTools/integ.h

    r552 r1371  
    11// This may look like C code, but it is really -*- C++ -*-
    2 //
    3 // integ.h
    4 //
    5 // $Id: integ.h,v 1.6 1999-11-05 13:08:29 ansari Exp $
    6 //
     2// Simple integrator
     3//        E. Aubourg        1996-...
     4// DAPNIA/SPP (Saclay) / CEA    LAL - IN2P3/CNRS  (Orsay)
    75
    86#ifndef INTEG_H_SEEN
     
    1715class GeneralFunction;
    1816
    19 class Integrator EXC_AWARE {
     17class Integrator {
    2018public:
    2119  typedef double(*FUNC)(double);
Note: See TracChangeset for help on using the changeset viewer.