Staticise the 'read_grid()' function to avoid warning about missing prototype.

This commit is contained in:
Bård Skaflestad 2011-12-02 23:27:52 +01:00
parent e2ac7a4108
commit 697390d3a6

View File

@ -8,7 +8,7 @@
#include "readvector.hpp"
struct CornerpointGrid
static struct CornerpointGrid
read_grid(const std::string& dir)
{
std::string fn;