This commit is contained in:
Daniel Girardeau-Montaut
2019-03-27 15:03:58 +01:00
parent da6293e522
commit c743f43d92
5 changed files with 28 additions and 25 deletions
+1 -1
View File
@@ -56,7 +56,7 @@ static IScalarFieldWrapper::Shared GetSource(const Feature::Source& fs, const cc
{
case Feature::Source::ScalarField:
{
assert(fs.name.isEmpty());
assert(!fs.name.isEmpty());
int sfIdx = cloud->getScalarFieldIndexByName(qPrintable(fs.name));
if (sfIdx >= 0)
{