Patch: Remove Interpolation Header Files from Particles.h

Jeffrey Oldham oldham at codesourcery.com
Mon Oct 15 21:18:11 UTC 2001


2001Oct11, Julian Cummings (cummings at linkline.com) indicated,
 
    By the way, the Oscillation and Bounce examples don't compile only
    because Pooma/Particles.h includes the interpolation headers,
    which refer to some obsolete Field code.  Other than that, they are
    fine.  So I could temporarily comment out the include of
    interpolation headers in Pooma/Particles.h if you'd like.
 
This patch implements the idea.  Code relying on the interpolations
would fail to compile both before and after this patch, according to
his comments.

2001-10-15  Jeffrey D. Oldham  <oldham at codesourcery.com>

        * Particles.h: Remove inclusion of all interpolation header files.

Tested on       sequential Linux using gcc3.1 by compiling Oscillation and Bounce examples
Approved by	Stephen Smith
Applied to      mainline

Thanks,
Jeffrey D. Oldham
oldham at codesourcery.com
-------------- next part --------------
Index: Particles.h
===================================================================
RCS file: /home/pooma/Repository/r2/src/Pooma/Particles.h,v
retrieving revision 1.8
diff -c -p -r1.8 Particles.h
*** Particles.h	2000/03/07 13:18:03	1.8
--- Particles.h	2001/10/15 19:40:11
***************
*** 59,70 ****
  #include "Particles/ReflectBC.h"
  #include "Particles/ReverseBC.h"
  
- // Include files for particle/field interpolators
- 
- #include "Particles/InterpolatorNGP.h"
- #include "Particles/InterpolatorCIC.h"
- #include "Particles/InterpolatorSUDS.h"
- 
  #endif
  
  // ACL:rcsinfo
--- 59,64 ----


More information about the pooma-dev mailing list