Staticise the 'read_grid()' function to avoid warning about missing prototype.
This commit is contained in:
parent
e2ac7a4108
commit
697390d3a6
@ -8,7 +8,7 @@
|
||||
|
||||
#include "readvector.hpp"
|
||||
|
||||
struct CornerpointGrid
|
||||
static struct CornerpointGrid
|
||||
read_grid(const std::string& dir)
|
||||
{
|
||||
std::string fn;
|
||||
|
Loading…
Reference in New Issue
Block a user