Change in Post Processor not accepted

Hi:
I made a change in the navierstokesAdvectionDiffusionCouplingPostProcessor3d.hh file, but when I try and recompile my code it does not seem to read the changes. I did a “make clean” in the main directory after I made the changes,
but they still do not appear to be accounted for during the compilation.
What am I doing wrong? If I make a new directory with a “pristine” version of OpenLB (never compiled), the newer file is
accounted for.

regards
Dilip

You may need to do “make cleanbuild”…

Thanks, that worked.