Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/InitTweak/FixInit.cc

    r4e5e6cc raaeacf4  
    995995                        )
    996996
     997
     998                        // std::set_difference requires that the inputs be sorted.
     999                        lvars.sort();
     1000                        curVars.sort();
     1001
    9971002                        ObjectSet diff;
    9981003                        // S_L-S_G results in set of objects whose construction is skipped - it's an error if this set is non-empty
Note: See TracChangeset for help on using the changeset viewer.