From: velho Date: Tue, 20 Feb 2007 14:50:17 +0000 (+0000) Subject: Added a comentary given credit to the author of CSDP library. At the X-Git-Tag: v3.3~2196 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/b87d5e4bfb92ba7092d707fbb1ecbb69aa7b0ff8?ds=sidebyside Added a comentary given credit to the author of CSDP library. At the beggining of each related file. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3163 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/include/csdp/blockmat.h b/include/csdp/blockmat.h index 9891ebdde1..54028fa9a4 100644 --- a/include/csdp/blockmat.h +++ b/include/csdp/blockmat.h @@ -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. diff --git a/include/csdp/declarations.h b/include/csdp/declarations.h index 745d9ec405..c195220588 100644 --- a/include/csdp/declarations.h +++ b/include/csdp/declarations.h @@ -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. */ diff --git a/include/csdp/index.h b/include/csdp/index.h index 6d99512ba1..074d201829 100644 --- a/include/csdp/index.h +++ b/include/csdp/index.h @@ -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. */ diff --git a/include/csdp/parameters.h b/include/csdp/parameters.h index a85c20d706..f93ed34032 100644 --- a/include/csdp/parameters.h +++ b/include/csdp/parameters.h @@ -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 @@ -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. + + */ struct paramstruc {