Skip to content
Snippets Groups Projects
Commit 84f34772 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

*** empty log message ***

parent e2f0a0f6
No related branches found
No related tags found
No related merge requests found
/* $Id: Socket.cpp,v 1.1 2001-05-03 00:09:42 geuzaine Exp $ */
/* $Id: Socket.cpp,v 1.2 2001-05-03 00:27:03 geuzaine Exp $ */
#include <stdio.h>
#include <stdlib.h>
......@@ -7,6 +7,7 @@
#include <sys/socket.h>
#include <sys/stat.h>
#include <sys/un.h>
#include <sys/time.h>
#include <unistd.h>
#include "Message.h"
......
#ifndef _SOLVERS_H_
#define _SOLVERS_H_
typedef struct{
int nbres, nbpostop;
char res[100][100];
char postop[100][100];
char file[256], mesh[256];
} _GetDP_Info ;
extern _GetDP_Info GetDP_Info ;
int GetDP(char *args);
#endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment