"Fossies" - the Fresh Open Source Software Archive  

Source code changes of the file "layer2/AtomInfoHistory.cpp" between
pymol-open-source-2.2.0.tar.gz and pymol-open-source-2.3.0.tar.gz

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.

AtomInfoHistory.cpp  (pymol-open-source-2.2.0):AtomInfoHistory.cpp  (pymol-open-source-2.3.0)
skipping to change at line 115 skipping to change at line 115
void * AtomInfoTypeConverter::allocCopy(int destversion, const AtomInfoType *src ) { void * AtomInfoTypeConverter::allocCopy(int destversion, const AtomInfoType *src ) {
switch (destversion){ switch (destversion){
case 176: case 176:
return allocCopy<AtomInfoType_1_7_6>(src); return allocCopy<AtomInfoType_1_7_6>(src);
case 177: case 177:
return allocCopy<AtomInfoType_1_7_7>(src); return allocCopy<AtomInfoType_1_7_7>(src);
case 181: case 181:
return allocCopy<AtomInfoType_1_8_1>(src); return allocCopy<AtomInfoType_1_8_1>(src);
} }
printf("ERROR: AtomInfoTypeConverter: unknown destversion=%d from AtomInfoVERS ION=%d\n", destversion, AtomInfoVERSION); printf("ERROR: AtomInfoTypeConverter: unknown destversion=%d from AtomInfoVERS ION=%d\n", destversion, AtomInfoVERSION);
return NULL; return nullptr;
} }
 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)