From fc4772b23e0af0ba7cbeae919d59512178082244 Mon Sep 17 00:00:00 2001 From: "N. Brouard" Date: Mon, 16 Jun 2014 10:20:28 +0000 Subject: [PATCH] Summary: Merge Author: Brouard Merge, before building revised version. --- src/imach.c | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/src/imach.c b/src/imach.c index bb60685..b19660a 100644 --- a/src/imach.c +++ b/src/imach.c @@ -1,6 +1,19 @@ /* $Id$ $State$ $Log$ + Revision 1.145 2014/06/10 21:23:15 brouard + Summary: Debugging with valgrind + Author: Nicolas Brouard + + Lot of changes in order to output the results with some covariates + After the Edimburgh REVES conference 2014, it seems mandatory to + improve the code. + No more memory valgrind error but a lot has to be done in order to + continue the work of splitting the code into subroutines. + Also, decodemodel has been improved. Tricode is still not + optimal. nbcode should be improved. Documentation has been added in + the source code. + Revision 1.143 2014/01/26 09:45:38 brouard Summary: Version 0.98nR (to be improved, but gives same optimization results as 0.98k. Nice, promising @@ -464,11 +477,20 @@ extern int errno; #define ODIRSEPARATOR '/' #endif +<<<<<<< imach.c +/* $Id$ */ +======= /* $Id$ */ +>>>>>>> 1.145 /* $State$ */ +<<<<<<< imach.c +char version[]="Imach version 0.98nR2, January 2014,INED-EUROREVES-Institut de longevite-Japan Society for the Promotion of Science (Grant-in-Aid for Scientific Research 25293121)"; +char fullversion[]="$Revision$ $Date$"; +======= char version[]="Imach version 0.98nR2, January 2014,INED-EUROREVES-Institut de longevite-Japan Society for the Promotion of Science (Grant-in-Aid for Scientific Research 25293121)"; char fullversion[]="$Revision$ $Date$"; +>>>>>>> 1.145 char strstart[80]; char optionfilext[10], optionfilefiname[FILENAMELENGTH]; int erreur=0, nberr=0, nbwarn=0; /* Error number, number of errors number of warnings */ -- 2.43.0