From 1e340d509f229120eb3aaa98c91028dc3c0d3305 Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Mon, 25 Aug 2014 14:38:03 +0200 Subject: rename msvmmaj to gensvm --- include/msvmmaj_init.h | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 include/msvmmaj_init.h (limited to 'include/msvmmaj_init.h') diff --git a/include/msvmmaj_init.h b/include/msvmmaj_init.h deleted file mode 100644 index 281214c..0000000 --- a/include/msvmmaj_init.h +++ /dev/null @@ -1,28 +0,0 @@ -/** - * @file msvmmaj_init.h - * @author Gertjan van den Burg - * @date January, 2014 - * @brief Header file for msvmmaj_init.c - * - * @details - * Contains function declarations for the initialization functions for - * MajModel and MajData structures. - */ - -#ifndef MSVMMAJ_INIT_H -#define MSVMMAJ_INIT_H - -// forward declaration -struct MajData; -struct MajModel; - -struct MajModel *msvmmaj_init_model(); - -struct MajData *msvmmaj_init_data(); - -void msvmmaj_allocate_model(struct MajModel *model); -void msvmmaj_reallocate_model(struct MajModel *model, long n, long m); -void msvmmaj_free_model(struct MajModel *model); -void msvmmaj_free_data(struct MajData *data); - -#endif -- cgit v1.2.3