ENH: foamToEnsight : nodal values on boundaries. WIP.

This commit is contained in:
mattijs
2010-10-08 17:11:22 +01:00
parent c1589e00c3
commit f749327105
7 changed files with 194 additions and 203 deletions

View File

@ -94,6 +94,11 @@ public:
// Member Functions
virtual bool ascii() const
{
return true;
}
virtual void write(const char* c)
{
str_ << c << nl;