Skip to content

Commit 7916cda

Browse files
committed
Squash
1 parent 80c2c67 commit 7916cda

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/coreComponents/finiteElement/kernelInterface/KernelBase.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ real64 fooBar( NodeManager & nodeManager,
345345
CONSTITUTIVE_TYPE & castedConstitutiveRelation = dynamicCast< CONSTITUTIVE_TYPE & >( constitutiveBase );
346346

347347
// 1) Combine the tuple containing the physics kernel specific constructor parameters with
348-
// the parameters common to all phsyics kernels that use this interface,
348+
// the parameters common to all physics kernels that use this interface,
349349
// 2) Instantiate the kernel.
350350
// note: have two options, using std::tuple and camp::tuple. Due to a bug in the OSX
351351
// implementation of std::tuple_cat, we must use camp on OSX. In the future, we should

0 commit comments

Comments
 (0)