mirror of
https://github.com/dgirardeau/q3DMASC.git
synced 2026-08-31 01:20:53 +08:00
MEDIAN stat operation added
This commit is contained in:
@@ -269,6 +269,11 @@ static bool CreateFeaturesFromCommand(const QString& command, int lineNumber, co
|
||||
feature->stat = Feature::MODE;
|
||||
statDefined = true;
|
||||
}
|
||||
else if (token == "MEDIAN")
|
||||
{
|
||||
feature->stat = Feature::MEDIAN;
|
||||
statDefined = true;
|
||||
}
|
||||
else if (token == "STD")
|
||||
{
|
||||
feature->stat = Feature::STD;
|
||||
|
||||
Reference in New Issue
Block a user