Skip to content
Snippets Groups Projects
Commit 0fe4dd6b authored by Uwe Schulzweida's avatar Uwe Schulzweida
Browse files

added Afterburner.c

parent b568b096
No related branches found
No related tags found
No related merge requests found
......@@ -312,6 +312,7 @@ m4/ltsugar.m4 -text
m4/ltversion.m4 -text
m4/lt~obsolete.m4 -text
src/Adisit.c -text
src/Afterburner.c -text
src/Arith.c -text
src/Arithc.c -text
src/Arithdays.c -text
......
/*
This file is part of CDO. CDO is a collection of Operators to
manipulate and analyse Climate model Data.
Copyright (C) 2003-2015 Uwe Schulzweida, <uwe.schulzweida AT mpimet.mpg.de>
See COPYING file for copying and redistribution conditions.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; version 2 of the License.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
*/
#include <cdi.h>
#include "cdo.h"
#include "cdo_int.h"
#include "pstream.h"
#include "util.h"
void *Afterburner(void *argument)
{
int lcopy = FALSE;
cdoInitialize(argument);
if ( UNCHANGED_RECORD ) lcopy = TRUE;
cdoFinish();
return (0);
}
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