|
From: <de...@us...> - 2003-03-18 15:26:06
|
Update of /cvsroot/fudaa/fudaa_devel/dodico/src/org/fudaa/dodico/taucomac
In directory sc8-pr-cvs1:/tmp/cvs-serv20992/dodico/src/org/fudaa/dodico/taucomac
Modified Files:
DParametresTaucomac.java DResultatsTaucomac.java
DCalculTaucomac.java
Log Message:
suprression variable inutile
Index: DParametresTaucomac.java
===================================================================
RCS file: /cvsroot/fudaa/fudaa_devel/dodico/src/org/fudaa/dodico/taucomac/DParametresTaucomac.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** DParametresTaucomac.java 29 Jan 2003 12:14:34 -0000 1.1
--- DParametresTaucomac.java 18 Mar 2003 15:26:02 -0000 1.2
***************
*** 526,530 ****
System.out.println("Lecture des parametres");
SParametresTAU params=new SParametresTAU();
! FortranReader f01=new FortranReader(new InputStreamReader(_f01));
// a faire
// int i;
--- 526,530 ----
System.out.println("Lecture des parametres");
SParametresTAU params=new SParametresTAU();
! // FortranReader f01=new FortranReader(new InputStreamReader(_f01));
// a faire
// int i;
Index: DResultatsTaucomac.java
===================================================================
RCS file: /cvsroot/fudaa/fudaa_devel/dodico/src/org/fudaa/dodico/taucomac/DResultatsTaucomac.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** DResultatsTaucomac.java 29 Jan 2003 12:14:34 -0000 1.1
--- DResultatsTaucomac.java 18 Mar 2003 15:26:02 -0000 1.2
***************
*** 29,34 ****
implements IResultatsTaucomacOperations
{
! private int noEtude;
! private String path;
private SResultatsTAU resultsTAU=null;
--- 29,33 ----
implements IResultatsTaucomacOperations
{
!
private SResultatsTAU resultsTAU=null;
***************
*** 66,84 ****
SResultatsTAU results=new SResultatsTAU();
! FortranReader f02=new FortranReader(new InputStreamReader(_f02));
!
! int fmtT[];
! int fmtD1[];
! int fmtS1[];
! int fmtS2[];
! int fmtD2[];
! int fmtD3[];
! fmtT =new int[] { 20, 55}; //titre
! fmtD1=new int[] { 47, 9};
! fmtS1=new int[] { 31, 16};
! fmtS2=new int[] { 44, 13};
! fmtD2=new int[] { 9,13,1,13,1,13,1,13};
! fmtD3=new int[] { 44, 11};
//====================
// Rappel de donnees
--- 65,83 ----
SResultatsTAU results=new SResultatsTAU();
! // FortranReader f02=new FortranReader(new InputStreamReader(_f02));
! //
! // int fmtT[];
! // int fmtD1[];
! // int fmtS1[];
! // int fmtS2[];
! // int fmtD2[];
! // int fmtD3[];
! // fmtT =new int[] { 20, 55}; //titre
! // fmtD1=new int[] { 47, 9};
! // fmtS1=new int[] { 31, 16};
! // fmtS2=new int[] { 44, 13};
! // fmtD2=new int[] { 9,13,1,13,1,13,1,13};
! // fmtD3=new int[] { 44, 11};
//====================
// Rappel de donnees
Index: DCalculTaucomac.java
===================================================================
RCS file: /cvsroot/fudaa/fudaa_devel/dodico/src/org/fudaa/dodico/taucomac/DCalculTaucomac.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** DCalculTaucomac.java 29 Jan 2003 12:14:34 -0000 1.1
--- DCalculTaucomac.java 18 Mar 2003 15:26:02 -0000 1.2
***************
*** 65,69 ****
String os=System.getProperty("os.name");
- String drive;
String path=cheminServeur();
--- 65,68 ----
|