Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
C files also need to know whether they're compiling with CSDP or not.
[simgrid.git] / testsuite / surf / sdp_usage.c
index 5a87354..256dec7 100644 (file)
@@ -66,7 +66,7 @@ void test(void)
   PRINT_VAR(R_3);
 
   DEBUG0("\n");
-  lmm_solve(Sys);
+  sdp_solve(Sys);
 
   PRINT_VAR(R_1_2_3);
   PRINT_VAR(R_1);
@@ -74,7 +74,6 @@ void test(void)
   PRINT_VAR(R_3);
   DEBUG0("\n");
 
-
   lmm_update_variable_weight(Sys,R_1_2_3,.5);
   sdp_solve(Sys);