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 |