Prefer std::ostream& over derivatives as parameters

This commit is contained in:
Daniel Pfeifer
2016-06-08 22:29:15 +02:00
parent f9cc43ea37
commit 9f25fc4dbb
6 changed files with 13 additions and 14 deletions

View File

@@ -33,8 +33,8 @@ public:
protected:
void WriteBatchScript();
void WriteSrunArgs(int test, cmsys::ofstream& fout);
void WriteTestCommand(int test, cmsys::ofstream& fout);
void WriteSrunArgs(int test, std::ostream& fout);
void WriteTestCommand(int test, std::ostream& fout);
void SubmitBatchScript();