Home
last modified time | relevance | path

Searched defs:shapeNumCols (Results 1 – 2 of 2) sorted by relevance

/dports/biology/mothur/mothur-1.46.1/source/datastructures/
H A Dbiomsimple.cpp62 int shapeNumRows = 0; int shapeNumCols = 0; in read() local
457 void BiomSimple::getDims(string line, int& shapeNumRows, int& shapeNumCols) { in getDims()
/dports/biology/mothur/mothur-1.46.1/source/commands/
H A Dmakesharedcommand.cpp499 int shapeNumCols = 0; in createSharedFromBiom() local
751 int SharedCommand::getDims(string line, int& shapeNumRows, int& shapeNumCols) { in getDims()