function r = uminus(p) r=p; for iFace=1:r.nFaces; iF=num2str(iFace); eval(['r.f' iF '=-p.f' iF ';']); end;