# | Line 331 | Line 331 | int main(int argC,char* argV[]){ | |
---|---|---|
331 | printf("Initializing the pair correlations..." ); | |
332 | fflush(stdout); | |
333 | ||
334 | – | theCorrs.setCorrList( theList ); |
334 | theCorrs.setFrames( infoArray, nFrames, reader ); | |
335 | + | theCorrs.setPairCorrList( theList ); |
336 | theCorrs.initCorrelations( outPrefix ); | |
337 | ||
338 | printf("done\n"); |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |