freepooma-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: ReRe: [Freepooma-devel] <pooma>/src/Particles/InterpolatorCIC.h


From: John H. Hall
Subject: Re: ReRe: [Freepooma-devel] <pooma>/src/Particles/InterpolatorCIC.h
Date: Thu, 31 Mar 2005 13:52:49 -0700

All:
I replied earlier to the wrong message. I was writing about putting the conditional in:

/*--->>*/ if(layout.sizeGlobal()>1) //<<--- This is what I was referring to. We don't want to start propagating conditionals like this. We should specialize instead.
      for (int d=0; d<Dim; ++d)
        {
          PInsist(gl.lower(d)>=1 && gl.upper(d)>=1,
                  "Minimum GuardLayer width of 1 required for CIC!");
        }


Sorry for any confusion that resulted. I didn't notice I had the wrong message until Richard's response.
John Hall





reply via email to

[Prev in Thread] Current Thread [Next in Thread]