From 993c503ce1b440be6947bc91fbf1fa6098569b51 Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Mon, 9 May 2016 20:45:06 +0200 Subject: use gensvm namespace for all crossval/timer/util --- include/util.h | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 include/util.h (limited to 'include/util.h') diff --git a/include/util.h b/include/util.h deleted file mode 100644 index fe8d2a3..0000000 --- a/include/util.h +++ /dev/null @@ -1,27 +0,0 @@ -/** - * @file util.h - * @author Gertjan van den Burg - * @date August, 2013 - * @brief Header file for util.c - * - * @details - * Function declarations for utility functions of the program. - * - */ - -#ifndef GENSVM_UTIL_H -#define GENSVM_UTIL_H - -#include "globals.h" - -// forward declarations -struct GenData; -struct GenModel; - -// function declarations -int gensvm_check_argv(int argc, char **argv, char *str); -int gensvm_check_argv_eq(int argc, char **argv, char *str); - -void note(const char *fmt,...); - -#endif -- cgit v1.2.3