Skip to content
Snippets Groups Projects
Commit efa12764 authored by andy's avatar andy
Browse files

ENH: forces - removed unused entry

parent d9516c28
Branches
Tags
No related merge requests found
......@@ -512,7 +512,6 @@ Foam::forces::forces
binDx_(0.0),
binMin_(GREAT),
binPoints_(),
binFormat_("undefined"),
binCumulative_(true),
initialised_(false)
{
......@@ -573,7 +572,6 @@ Foam::forces::forces
binDx_(0.0),
binMin_(GREAT),
binPoints_(),
binFormat_("undefined"),
binCumulative_(true),
initialised_(false)
{
......@@ -702,8 +700,6 @@ void Foam::forces::read(const dictionary& dict)
binPoints_[i] = (i + 0.5)*binDir_*binDx_;
}
binDict.lookup("format") >> binFormat_;
binDict.lookup("cumulative") >> binCumulative_;
// allocate storage for forces and moments
......
......@@ -208,9 +208,6 @@ protected:
//- Bin positions along binDir
List<point> binPoints_;
//- Write format for bin data
word binFormat_;
//- Should bin data be cumulative?
bool binCumulative_;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment