comparison src/Modules/Output/FileOutputAIMC.cc @ 117:c5ac2f0c7fc5

- All \t to two spaces (style guide compliance)
author tomwalters
date Fri, 15 Oct 2010 05:46:53 +0000
parents 6dc9bc6cc13b
children 3cdaa81c3aca
comparison
equal deleted inserted replaced
116:47b009f2c936 117:c5ac2f0c7fc5
88 "and FileOutputAIMC::OpenFile to open an new one before " 88 "and FileOutputAIMC::OpenFile to open an new one before "
89 "calling FileOutputAIMC::Initialize again.")); 89 "calling FileOutputAIMC::Initialize again."));
90 return false; 90 return false;
91 } 91 }
92 channel_count_ = input.channel_count(); 92 channel_count_ = input.channel_count();
93 buffer_length_ = input.buffer_length(); 93 buffer_length_ = input.buffer_length();
94 sample_rate_ = input.sample_rate(); 94 sample_rate_ = input.sample_rate();
95 WriteHeader(); 95 WriteHeader();
96 return true; 96 return true;
97 } 97 }
98 98
99 void FileOutputAIMC::ResetInternal() { 99 void FileOutputAIMC::ResetInternal() {