Skip to content

Commit

Permalink
Squash
Browse files Browse the repository at this point in the history
  • Loading branch information
corbett5 committed Mar 1, 2021
1 parent 80c2c67 commit 7916cda
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ real64 fooBar( NodeManager & nodeManager,
CONSTITUTIVE_TYPE & castedConstitutiveRelation = dynamicCast< CONSTITUTIVE_TYPE & >( constitutiveBase );

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

0 comments on commit 7916cda

Please sign in to comment.