Code style: Updated line comments to start with a space
//This is a comment -> // This is a comment
This commit is contained in:
@ -281,7 +281,7 @@ bool Foam::functionObjectList::readFunctionObject
|
||||
}
|
||||
|
||||
// Read the functionObject dictionary
|
||||
//IFstream fileStream(path);
|
||||
// IFstream fileStream(path);
|
||||
autoPtr<ISstream> fileStreamPtr(fileHandler().NewIFstream(path));
|
||||
ISstream& fileStream = fileStreamPtr();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user