Corrected include and errors in vag.hpp
This commit is contained in:
parent
7f1f2ad837
commit
7e4350e7aa
@ -20,6 +20,8 @@
|
||||
#ifndef OPM_GRID_HEADER_INCLUDED
|
||||
#define OPM_GRID_HEADER_INCLUDED
|
||||
|
||||
#include <stddef.h>
|
||||
|
||||
/**
|
||||
* \file
|
||||
*
|
||||
|
@ -92,13 +92,12 @@ namespace OPM
|
||||
\param[out] is a reference to a vag_grid struct.
|
||||
*/
|
||||
void readVagGrid(std::istream& is,OPM::VAG& vag_grid);
|
||||
/** Function to write vag format.
|
||||
|
||||
*/
|
||||
/* Function to write vag format.
|
||||
void writeVagFormat(std::ostream& os){
|
||||
using namespace std;
|
||||
os << "File in the Vag grid format" << endl;
|
||||
};
|
||||
}
|
||||
*/
|
||||
/**
|
||||
Function to read of some type from a stream.
|
||||
\param[in] is is stream of the file.
|
||||
|
Loading…
Reference in New Issue
Block a user