... | ... |
@@ -25,6 +25,7 @@ enum GapsAlgorithmPhase |
25 | 25 |
struct GapsParameters |
26 | 26 |
{ |
27 | 27 |
public: |
28 |
+ explicit GapsParameters(); |
|
28 | 29 |
template <class DataType> |
29 | 30 |
explicit GapsParameters(const DataType &data, bool t_transposeData=false, |
30 | 31 |
bool t_subsetData=false, bool t_subsetGenes=false, |