functionObjects::partialWrite: Redundant and removed

the equivalent functionality is provided by the writeRegisteredObject
   functionObject in a MUCH simpler, easier and extensible manner.

functionObject: Removed the now redundant 'timeSet' function.
This commit is contained in:
Henry Weller
2016-05-18 12:23:29 +01:00
parent 38b99504c0
commit 982ebe6f59
19 changed files with 5 additions and 731 deletions

View File

@ -40,7 +40,7 @@ Description
writeVTK1
{
type writeVTK;
libs ("libIOFunctionObjects.so");
libs ("libutilityFunctionObjects.so");
...
objectNames (obj1 obj2);
}