Révision 2480
tmp/org.txm.specificities.core/src/org/txm/specificities/core/functions/Specificities.java (revision 2480) | ||
---|---|---|
544 | 544 |
// write column header |
545 | 545 |
String txt = SpecificitiesCoreMessages.unit + colseparator + "F"; //$NON-NLS-1$ |
546 | 546 |
for (String colname : names) { |
547 |
txt += colseparator + "f_" + colname + colseparator + "Score"; //$NON-NLS-1$ //$NON-NLS-2$
|
|
547 |
txt += colseparator + "f_" + colname + colseparator + "score_" + colname; //$NON-NLS-1$ //$NON-NLS-2$
|
|
548 | 548 |
} |
549 | 549 |
writer.write(txt + "\n"); //$NON-NLS-1$ |
550 | 550 |
|
Formats disponibles : Unified diff