Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/coreComponents/constitutiveDrivers/kernelSpecs.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@
"combinations" :
{
"vars" : [ "each value in this list will be used to generate kernel template files",
"combinatorally with all other value lists" ]
"combinatorially with all other value lists" ]
},
"explicit" : [ "specify a specific combination of the variables to generate",
"specify by choosing one value from each variable you want generated",
"and concating them with '#' (this can by modified internally at the",
"and concatenating them with '#' (this can be modified internally at the",
"generation call). Duplicate entries are unified internally" ]
},

Expand Down