Skip to content

Commit ef99f8d

Browse files
Merge pull request #482 from chelini/master
Silence -Wreorder warnings
2 parents ee8c22a + 32bb8ad commit ef99f8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index_notation/index_notation.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2701,8 +2701,8 @@ Assignment makeReductionNotationScheduled(Assignment assignment, ProvenanceGraph
27012701
MakeReductionNotation(const std::vector<IndexVar>& free, ProvenanceGraph provGraph)
27022702
: free(free.begin(), free.end()), provGraph(provGraph){}
27032703

2704-
ProvenanceGraph provGraph;
27052704
std::set<IndexVar> free;
2705+
ProvenanceGraph provGraph;
27062706
bool onlyOneTerm;
27072707

27082708
IndexExpr addReductions(IndexExpr expr) {

0 commit comments

Comments
 (0)