Re: [Lapackpp-devel] lapack++ compilation failure on linux
Status: Beta
Brought to you by:
cstim
From: Christian S. <sti...@tu...> - 2005-10-06 15:18:23
|
Hi Vincent, thanks for the info. Vincent Acary schrieb: > PS: A problem remains on the definition a min function in the source > file lasvd.cc. I skip it > #if !LAPACK_USE_GCC3 > # ifndef min > # define min(A,B) ((A) < (B) ? (A) : (B) ) > # endif > #endif You mean you deleted this entirely? Yes, after looking at this I also removed this in CVS entirely, as it isn't used anymore anyway. Thanks for pointing this out. Christian |