source: issm/trunk-jpl/src/c/modules/ParsePetscOptionsx/ParsePetscOptionsx.h@ 12832

Last change on this file since 12832 was 12832, checked in by Eric.Larour, 13 years ago

Almost done migrating objects to classes

File size: 368 bytes
Line 
1/*!\file: ParsePetscOptionsx.h
2 * \brief header file for parsing petsc options file
3 */
4
5#ifndef _PARSEPETSCOPTIONSX_H
6#define _PARSEPETSCOPTIONSX_H
7
8#include "../../Container/Container.h"
9#include "../../classes/objects/objects.h"
10
11/* local prototypes: */
12void ParsePetscOptionsx(Parameters* parameters, FILE* petscoptionsfid);
13
14#endif /* _PARSEPETSCOPTIONSX_H */
Note: See TracBrowser for help on using the repository browser.