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
|
Rev | Line | |
---|
[8330] | 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"
|
---|
[12832] | 9 | #include "../../classes/objects/objects.h"
|
---|
[8330] | 10 |
|
---|
| 11 | /* local prototypes: */
|
---|
| 12 | void ParsePetscOptionsx(Parameters* parameters, FILE* petscoptionsfid);
|
---|
| 13 |
|
---|
| 14 | #endif /* _PARSEPETSCOPTIONSX_H */
|
---|
Note:
See
TracBrowser
for help on using the repository browser.