Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Added a comentary given credit to the author of CSDP library. At the
authorvelho <velho@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Tue, 20 Feb 2007 14:50:17 +0000 (14:50 +0000)
committervelho <velho@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Tue, 20 Feb 2007 14:50:17 +0000 (14:50 +0000)
beggining of each related file.

git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3163 48e7efb5-ca39-0410-a469-dd3cf9ba447f

include/csdp/blockmat.h
include/csdp/declarations.h
include/csdp/index.h
include/csdp/parameters.h

index 9891ebd..54028fa 100644 (file)
@@ -1,4 +1,8 @@
 /*
 /*
+  This file is part of the CSDP 5.0 package developed by Dr. Brian Borchers.
+  Which can be distributed under the LGPL licence. The source code and 
+  manual can be downloaded at http://euler.nmt.edu/~brian/csdp.html.
+
   This file contains definitions for the block matrix data structures used
   in CSDP 3.0.  Note that there are an additional set of definitions used
   for sparse constraint matrices.
   This file contains definitions for the block matrix data structures used
   in CSDP 3.0.  Note that there are an additional set of definitions used
   for sparse constraint matrices.
index 745d9ec..c195220 100644 (file)
@@ -1,4 +1,8 @@
 /*
 /*
+  This file is part of the CSDP 5.0 package developed by Dr. Brian Borchers.
+  Which can be distributed under the LGPL licence. The source code and 
+  manual can be downloaded at http://euler.nmt.edu/~brian/csdp.html.
+
   Other important includes that we need.
  */
 
   Other important includes that we need.
  */
 
index 6d99512..074d201 100644 (file)
@@ -1,4 +1,8 @@
 /*
 /*
+  This file is part of the CSDP 5.0 package developed by Dr. Brian Borchers.
+  Which can be distributed under the LGPL licence. The source code and 
+  manual can be downloaded at http://euler.nmt.edu/~brian/csdp.html.
+
   Declarations needed to handle indexing into Fortran arrays and packed
   arrays.
 */
   Declarations needed to handle indexing into Fortran arrays and packed
   arrays.
 */
index a85c20d..f93ed34 100644 (file)
@@ -1,4 +1,7 @@
 /*
 /*
+  This file is part of the CSDP 5.0 package developed by Dr. Brian Borchers.
+  Which can be distributed under the LGPL licence. The source code and 
+  manual can be downloaded at http://euler.nmt.edu/~brian/csdp.html.
 
   This include file contains declarations for a number of parameters that 
   can affect the performance of CSDP.  You can adjust these parameters by 
 
   This include file contains declarations for a number of parameters that 
   can affect the performance of CSDP.  You can adjust these parameters by 
@@ -8,6 +11,8 @@
     3. Call init_params(params); to get default values.
     4. Change the value of the parameter that you're interested in.
 
     3. Call init_params(params); to get default values.
     4. Change the value of the parameter that you're interested in.
 
+
+
   */
 
 struct paramstruc {
   */
 
 struct paramstruc {