Skip to content
Snippets Groups Projects
Commit ecded262 authored by Stephen Smith's avatar Stephen Smith
Browse files

*** empty log message ***

parent 31b83937
No related branches found
No related tags found
No related merge requests found
...@@ -645,8 +645,8 @@ namespace Melodic{ ...@@ -645,8 +645,8 @@ namespace Melodic{
// Setup external call to BET: // Setup external call to BET:
char callBETstr[1000]; char callBETstr[1000];
ostrstream osc(callBETstr,1000); ostrstream betosc(callBETstr,1000);
osc << BET_path << " " << Mean_fname << " " betosc << BET_path << " " << Mean_fname << " "
<< BET_outputfname << " " << BET_optarg << " > /dev/null " << '\0'; << BET_outputfname << " " << BET_optarg << " > /dev/null " << '\0';
message(" Calling BET: " << callBETstr << endl); message(" Calling BET: " << callBETstr << endl);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment