We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2aece7 commit 3cfb44fCopy full SHA for 3cfb44f
src/diffpy/srreal/StructureAdapter.hpp
@@ -89,7 +89,9 @@ class StructureAdapter :
89
90
/// this method allows custom special configuration for a concrete
91
/// pair of StructureAdapter and PairQuantity objects.
92
- virtual void customPQConfig(PairQuantity* pq) const { }
+ virtual void customPQConfig(PairQuantity* pq) const
93
+ __attribute__ ((deprecated))
94
+ { }
95
96
/// Return difference from the other StructureAdapter
97
virtual StructureDifference diff(StructureAdapterConstPtr) const;
0 commit comments