We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80c2c67 commit 7916cdaCopy full SHA for 7916cda
1 file changed
src/coreComponents/finiteElement/kernelInterface/KernelBase.hpp
@@ -345,7 +345,7 @@ real64 fooBar( NodeManager & nodeManager,
345
CONSTITUTIVE_TYPE & castedConstitutiveRelation = dynamicCast< CONSTITUTIVE_TYPE & >( constitutiveBase );
346
347
// 1) Combine the tuple containing the physics kernel specific constructor parameters with
348
- // the parameters common to all phsyics kernels that use this interface,
+ // the parameters common to all physics kernels that use this interface,
349
// 2) Instantiate the kernel.
350
// note: have two options, using std::tuple and camp::tuple. Due to a bug in the OSX
351
// implementation of std::tuple_cat, we must use camp on OSX. In the future, we should
0 commit comments