Skip to content

Commit d812bb4

Browse files
Put class variables in correct order (#395)
1 parent 656236e commit d812bb4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ffcx/codegeneration/ufc.h

+3-3
Original file line numberDiff line numberDiff line change
@@ -129,12 +129,12 @@ extern "C"
129129
/// Return the Basix identifier of the cell shape
130130
int basix_cell;
131131

132-
/// The Lagrange variant to be passed to Basix's create_element function
133-
int lagrange_variant;
134-
135132
/// Indicates whether or not this is the discontinuous version of the element
136133
bool discontinuous;
137134

135+
/// The Lagrange variant to be passed to Basix's create_element function
136+
int lagrange_variant;
137+
138138
/// Return the number of sub elements (for a mixed element)
139139
int num_sub_elements;
140140

0 commit comments

Comments
 (0)