IOR
parse_options.h
Go to the documentation of this file.
1 /* -*- mode: c; c-basic-offset: 8; indent-tabs-mode: nil; -*-
2  * vim:expandtab:shiftwidth=8:tabstop=8:
3  */
4 /******************************************************************************\
5 * *
6 * Copyright (c) 2003, The Regents of the University of California *
7 * See the file COPYRIGHT for a complete copyright notice and license. *
8 * *
9 \******************************************************************************/
10 
11 #ifndef _PARSE_OPTIONS_H
12 #define _PARSE_OPTIONS_H
13 
14 #include "ior.h"
15 
16 IOR_test_t *ParseCommandLine(int argc, char **argv, MPI_Comm com);
17 
18 #endif /* !_PARSE_OPTIONS_H */
IOR_test_t * ParseCommandLine(int argc, char **argv, MPI_Comm com)