"Fossies" - the Fresh Open Source Software Archive  

Source code changes of the file "layer2/RepSurface.cpp" between
pymol-v1.8.6.0.tar.bz2 and pymol-v2.1.0.tar.bz2

About: PyMOL is a Python-enhanced molecular graphics tool. It excels at 3D visualization of proteins, small molecules, density, surfaces, and trajectories. It also includes molecular editing, ray tracing, and movies. Open Source version.

RepSurface.cpp  (pymol-v1.8.6.0.tar.bz2):RepSurface.cpp  (pymol-v2.1.0.tar.bz2)
skipping to change at line 225 skipping to change at line 225
UtilSemiSortFloatIndex(I->n_tri, z_value, ix, true); UtilSemiSortFloatIndex(I->n_tri, z_value, ix, true);
/* UtilSortIndex(n_tri,z_value,ix,(UtilOrderFn*)ZOrderFn); */ /* UtilSortIndex(n_tri,z_value,ix,(UtilOrderFn*)ZOrderFn); */
break; break;
default: default:
UtilSemiSortFloatIndex(I->n_tri, z_value, ix, false); UtilSemiSortFloatIndex(I->n_tri, z_value, ix, false);
/* UtilSortIndex(n_tri,z_value,ix,(UtilOrderFn*)ZRevOrderFn); */ /* UtilSortIndex(n_tri,z_value,ix,(UtilOrderFn*)ZRevOrderFn); */
break; break;
} }
} }
int AtomInfoIsMasked(ObjectMolecule *obj, int atm){ static int AtomInfoIsMasked(ObjectMolecule *obj, int atm){
AtomInfoType *ait; AtomInfoType *ait;
if (atm < 0) if (atm < 0)
return cPickableNoPick; return cPickableNoPick;
ait = &obj->AtomInfo[atm]; ait = &obj->AtomInfo[atm];
return (ait->masked ? cPickableNoPick : cPickableAtom); return (ait->masked ? cPickableNoPick : cPickableAtom);
} }
static void RepSurfaceRender(RepSurface * I, RenderInfo * info) static void RepSurfaceRender(RepSurface * I, RenderInfo * info)
{ {
CRay *ray = info->ray; CRay *ray = info->ray;
 End of changes. 1 change blocks. 
1 lines changed or deleted 1 lines changed or added

Home  |  About  |  Features  |  All  |  Newest  |  Dox  |  Diffs  |  RSS Feeds  |  Screenshots  |  Comments  |  Imprint  |  Privacy  |  HTTP(S)