added initial input reading for group control (GRUP-keyword)

This commit is contained in:
Kjetil Olsen Lye
2012-03-27 09:23:24 +02:00
parent 3f63435100
commit 4773318b28
5 changed files with 19 additions and 2 deletions

View File

@@ -18,3 +18,10 @@ $(BOOST_SYSTEM_LIB) \
$(LDADD) \
$(LAPACK_LIBS)
endif
noinst_PROGRAMS += wells_example
wells_example_SOURCES = wells_example.cpp
wells_example_LDADD = \
$(BOOST_FILESYSTEM_LIB) \
$(BOOST_SYSTEM_LIB) \
$(LDADD)