Skip to content
Snippets Groups Projects
Commit c8d6c6dc authored by Giovanni Bussi's avatar Giovanni Bussi
Browse files

Fixed header line for DUMPDERIVATIVES

parent 0f64bf2a
No related branches found
No related tags found
No related merge requests found
......@@ -64,7 +64,7 @@ fp(NULL)
if(comm.Get_rank()==0){
fp=fopen(file.c_str(),"wa");
log.printf(" on file %s\n",file.c_str());
fprintf(fp,"%s","#! FIELDS time parameter derivative");
fprintf(fp,"%s","#! FIELDS time parameter");
const std::vector<Value*>& arguments(getArguments());
assert(arguments.size()>0);
unsigned npar=arguments[0]->getDerivatives().size();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment