Changeset 1371 in Sophya for trunk/SophyaLib/NTools/integ.h
- Timestamp:
- Jan 5, 2001, 6:07:12 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/NTools/integ.h
r552 r1371 1 1 // 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) 7 5 8 6 #ifndef INTEG_H_SEEN … … 17 15 class GeneralFunction; 18 16 19 class Integrator EXC_AWARE{17 class Integrator { 20 18 public: 21 19 typedef double(*FUNC)(double);
Note:
See TracChangeset
for help on using the changeset viewer.