Skip to content
Snippets Groups Projects
Commit e1c28506 authored by mattijs's avatar mattijs
Browse files

scaling logic

parent 00328814
Branches
Tags
No related merge requests found
...@@ -115,7 +115,7 @@ int main(int argc, char *argv[]) ...@@ -115,7 +115,7 @@ int main(int argc, char *argv[])
} }
Info<< "writing " << exportName; Info<< "writing " << exportName;
if (scaleFactor > 0) if (scaleFactor <= 0)
{ {
Info<< " without scaling" << endl; Info<< " without scaling" << endl;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment