Skip to content

Commit

Permalink
Fix Visual Studio Builds
Browse files Browse the repository at this point in the history
  • Loading branch information
jgillis authored Oct 17, 2024
1 parent 039fb58 commit 5550a90
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion fatrop/blasfeo_wrapper/LinearAlgebraBlasfeo.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ void blasfeo_ref_dtrsm_rlnn_copy(int m, int n, double alpha, struct MAT *sA, int
#include <iostream>
extern "C"
{
#define NOMINMAX
#include <blasfeo.h>
}
#include "fatrop/auxiliary/LinearAlgebra.hpp"
Expand Down Expand Up @@ -490,4 +491,4 @@ namespace fatrop
void fatrop_dtrsv_unu(const fatrop_int m, const fatrop_int n, blasfeo_dmat *sA, const fatrop_int ai, const fatrop_int aj, blasfeo_dvec *sx, const fatrop_int xi, blasfeo_dvec *sz, const fatrop_int zi);
void fatrop_dtrsv_utu(const fatrop_int m, blasfeo_dmat *sA, const fatrop_int ai, const fatrop_int aj, blasfeo_dvec *sx, const fatrop_int xi, blasfeo_dvec *sz, const fatrop_int zi);
} // namespace fatrop
#endif // FATROP_BLASFEO_INCLUDED
#endif // FATROP_BLASFEO_INCLUDED

0 comments on commit 5550a90

Please sign in to comment.