Index: branches/2017Q2/science/InsightToolkit/files/patch-Modules_ThirdParty_VNL_src_vxl_v3p_netlib_linalg_lsqrBase.cxx =================================================================== --- branches/2017Q2/science/InsightToolkit/files/patch-Modules_ThirdParty_VNL_src_vxl_v3p_netlib_linalg_lsqrBase.cxx (nonexistent) +++ branches/2017Q2/science/InsightToolkit/files/patch-Modules_ThirdParty_VNL_src_vxl_v3p_netlib_linalg_lsqrBase.cxx (revision 438571) @@ -0,0 +1,11 @@ +--- Modules/ThirdParty/VNL/src/vxl/v3p/netlib/linalg/lsqrBase.cxx.orig 2017-04-15 02:48:16 UTC ++++ Modules/ThirdParty/VNL/src/vxl/v3p/netlib/linalg/lsqrBase.cxx +@@ -562,7 +562,7 @@ Solve( unsigned int m, unsigned int n, const double * + // See if it is time to print something. + //---------------------------------------------------------------- + bool prnt = false; +- if (nout > 0) ++ if ( this->nout ) + { + if (n <= 40) prnt = true; + if (this->itn <= 10) prnt = true; Property changes on: branches/2017Q2/science/InsightToolkit/files/patch-Modules_ThirdParty_VNL_src_vxl_v3p_netlib_linalg_lsqrBase.cxx ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: branches/2017Q2 =================================================================== --- branches/2017Q2 (revision 438570) +++ branches/2017Q2 (revision 438571) Property changes on: branches/2017Q2 ___________________________________________________________________ Modified: svn:mergeinfo ## -0,0 +0,1 ## Merged /head:r438570