Revision: 54126
          http://brlcad.svn.sourceforge.net/brlcad/?rev=54126&view=rev
Author:   r_weiss
Date:     2013-01-02 21:49:42 +0000 (Wed, 02 Jan 2013)
Log Message:
-----------
Update to file "jama_lu.h" to allow the tnt library to compile with Visual 
Studio 2010.

Modified Paths:
--------------
    brlcad/trunk/src/other/tnt/jama_lu.h

Modified: brlcad/trunk/src/other/tnt/jama_lu.h
===================================================================
--- brlcad/trunk/src/other/tnt/jama_lu.h        2013-01-02 20:02:04 UTC (rev 
54125)
+++ brlcad/trunk/src/other/tnt/jama_lu.h        2013-01-02 21:49:42 UTC (rev 
54126)
@@ -107,7 +107,7 @@
 
             // Most of the time is spent in the following dot product.
 
-            int kmax = std::min(i,j);
+            int kmax = std::min<int>(i,j);
             double s = 0.0;
             for (int k = 0; k < kmax; k++) {
                s += LUrowi[k]*LUcolj[k];

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Master Java SE, Java EE, Eclipse, Spring, Hibernate, JavaScript, jQuery
and much more. Keep your Java skills current with LearnJavaNow -
200+ hours of step-by-step video tutorials by Java experts.
SALE $49.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122612 
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to