BUG: DataEntry: corrected external, file based tables

This commit is contained in:
mattijs
2012-02-03 12:39:48 +00:00
parent d3820e2595
commit 100ba9c0c4
9 changed files with 99 additions and 17 deletions

View File

@ -2,7 +2,7 @@
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration |
\\ / A nd | Copyright (C) 2011 OpenFOAM Foundation
\\ / A nd | Copyright (C) 2012 OpenFOAM Foundation
\\/ M anipulation |
-------------------------------------------------------------------------------
License
@ -145,8 +145,12 @@ public:
const TableBase<Type>& tbl
);
//- Write in dictionary format
//- Write all table data in dictionary format
virtual void writeData(Ostream& os) const;
//- Write keywords only in dictionary format. Used for non-inline
// table types
virtual void writeEntries(Ostream& os) const;
};