vtf-logo

src/generic/cles.h

#include "DAGHFortranInterfaces.h"

/* these should mirror those in cles.i */
#define CLES_TRUE 1
#define CLES_FALSE 0
#define CLES_RETURN_ERROR -1

<