Skip to content
Snippets Groups Projects
Commit 3b0bea7f authored by Ansgar Burchardt's avatar Ansgar Burchardt
Browse files

Remove `np/udm/data_io.*`

parent 17cad5cb
No related branches found
No related tags found
1 merge request!24Remove more unused parts
......@@ -6,7 +6,7 @@ set(SOURCES
formats.cc
numproc.cc
dio.cc
data_io.cc)
)
set(npinclude_HEADERS udm.h numproc.h formats.h npscan.h disctools.h pcr.h)
......
This diff is collapsed.
// -*- tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*-
// vi: set et ts=4 sw=2 sts=2:
/****************************************************************************/
/* */
/* File: data_io.h */
/* */
/* Purpose: header file for data_io.c */
/* */
/* Author: Klaus Johannsen */
/* Institut fuer Computeranwendungen III */
/* Universitaet Stuttgart */
/* Pfaffenwaldring 27 */
/* 70550 Stuttgart */
/* email: ug@ica3.uni-stuttgart.de */
/* */
/* History: 16.12.96 begin */
/* */
/* Remarks: */
/* */
/****************************************************************************/
/* switch */
#define __DIO_USE_IN_UG__
/****************************************************************************/
/* */
/* auto include mechanism and other include files */
/* */
/****************************************************************************/
#ifndef __DATA_IO__
#define __DATA_IO__
#include <cstdio>
#include "namespace.h"
START_UGDIM_NAMESPACE
/****************************************************************************/
/* */
/* configuration of interface */
/* */
/****************************************************************************/
/****************************************************************************/
/* */
/* defines in the following order */
/* */
/* compile time constants defining static data size (i.e. arrays) */
/* other constants */
/* macros */
/* */
/****************************************************************************/
/****************************************************************************/
/* */
/* data structures exported by the corresponding source file */
/* */
/****************************************************************************/
/****************************************************************************/
/* */
/* definition of exported global variables */
/* */
/****************************************************************************/
/****************************************************************************/
/* */
/* function declarations */
/* */
/****************************************************************************/
INT LoadData (MULTIGRID *theMG, char *FileName, char *type, INT number, INT n, VECDATA_DESC **theVDList);
INT SaveData (MULTIGRID *theMG, char *FileName, INT rename, INT save_without_mg, char *type, INT number, DOUBLE time, DOUBLE dt, DOUBLE ndt, INT n, VECDATA_DESC **theVDList, EVALUES **theEVal, EVECTOR **theEVec, char **NameList);
END_UGDIM_NAMESPACE
#endif
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