8a28bf4166662fa7fdde5975bb42963aa55537cd braney Fri May 17 14:18:19 2019 -0700 change variable names in response to code review diff --git src/hg/hgTracks/lolly.h src/hg/hgTracks/lolly.h index 21130e9..be5ae8c 100644 --- src/hg/hgTracks/lolly.h +++ src/hg/hgTracks/lolly.h @@ -1,21 +1,21 @@ /* lolly.h - stuff unique to lollipop charts */ /* Copyright (C) 2019 The Regents of the University of California * See README in this or parent directory for licensing information. */ #ifndef LOLLY_H #define LOLLY_H /* lollyCartOptions structure */ struct lollyCartOptions { int origHeight, height; double upperLimit, lowerLimit; double minY, maxY; enum wiggleScaleOptEnum autoScale; int radius; - int wordCount; - char **words; + int typeWordCount; + char **typeWords; }; #endif