Skip to content

Commit 789c8a0

Browse files
committed
fix: comments
1 parent 783b68b commit 789c8a0

File tree

1 file changed

+2
-2
lines changed
  • Sofa/framework/Core/src/sofa/core/collision

1 file changed

+2
-2
lines changed

Sofa/framework/Core/src/sofa/core/collision/Contact.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ class SOFA_CORE_API Contact : public virtual objectmodel::BaseObject
9595
* !!! WARNING since v25.12 !!!
9696
*
9797
* The template method pattern has been applied to this part of the API.
98-
* This method calls the newly introduced method "doFunctionName" internally,
98+
* This method calls the newly introduced method "doCreateResponse" internally,
9999
* which is the method to override from now on.
100100
*
101101
**/
@@ -109,7 +109,7 @@ class SOFA_CORE_API Contact : public virtual objectmodel::BaseObject
109109
* !!! WARNING since v25.12 !!!
110110
*
111111
* The template method pattern has been applied to this part of the API.
112-
* This method calls the newly introduced method "doFunctionName" internally,
112+
* This method calls the newly introduced method "doRemoveResponse" internally,
113113
* which is the method to override from now on.
114114
*
115115
**/

0 commit comments

Comments
 (0)