CLI version: add option for delimiter token of csv output
This commit is contained in:
@@ -381,7 +381,7 @@ namespace imc
|
||||
}
|
||||
|
||||
// print channel
|
||||
void print(std::string filename, const char sep = ' ', int width = 25)
|
||||
void print(std::string filename, const char sep = ',', int width = 25)
|
||||
{
|
||||
std::ofstream fou(filename);
|
||||
|
||||
|
Reference in New Issue
Block a user