From: Lucas Schnorr Date: Mon, 10 Oct 2011 14:31:34 +0000 (+0200) Subject: [trace] strictly following the header of the paje file format X-Git-Tag: exp_20120216~558^2~18 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/8f7e2606f86cb6a9c859d68d5590ccb06caa9578?ds=sidebyside [trace] strictly following the header of the paje file format --- diff --git a/src/instr/instr_paje_trace.c b/src/instr/instr_paje_trace.c index fdc75c428f..d3928a4686 100644 --- a/src/instr/instr_paje_trace.c +++ b/src/instr/instr_paje_trace.c @@ -257,19 +257,19 @@ void TRACE_paje_create_header(void) %% Time date \n\ %% Type string \n\ %% Container string \n\ -%% Value string \n\ +%% Value double \n\ %%EndEventDef\n\ %%EventDef PajeAddVariable %d \n\ %% Time date \n\ %% Type string \n\ %% Container string \n\ -%% Value string \n\ +%% Value double \n\ %%EndEventDef\n\ %%EventDef PajeSubVariable %d \n\ %% Time date \n\ %% Type string \n\ %% Container string \n\ -%% Value string \n\ +%% Value double \n\ %%EndEventDef\n\ %%EventDef PajeSetState %d \n\ %% Time date \n\