11 lines
174 B
C++
11 lines
174 B
C++
|
//Renata Kopecna
|
||
|
|
||
|
#ifndef REFERENCEPLOTS_HH
|
||
|
#define REFERENCEPLOTS_HH
|
||
|
|
||
|
int plotComparisonFull();
|
||
|
int foldingTable();
|
||
|
int plotComparisonSigmas();
|
||
|
|
||
|
#endif // REFERENCEPLOTS_HH
|