Now compiling
This commit is contained in:
@@ -1,2 +1,8 @@
|
||||
AUTOMAKE_OPTIONS = subdir-objects
|
||||
|
||||
AM_CXXFLAGS = -Wall --pedantic
|
||||
|
||||
lib_LIBRARIES = libatrip.a
|
||||
libatrip_a_SOURCES = atrip/Atrip.cxx
|
||||
|
||||
libatrip_a_CPPFLAGS = -I$(top_srcdir)/include/
|
||||
libatrip_a_SOURCES = ./atrip/Atrip.cxx
|
||||
|
||||
@@ -157,7 +157,6 @@ Atrip::Output Atrip::run(Atrip::Input<F> const& in) {
|
||||
|
||||
|
||||
using Database = typename Slice<F>::Database;
|
||||
using LocalDatabase = typename Slice<F>::LocalDatabase;
|
||||
auto communicateDatabase
|
||||
= [ &unions
|
||||
, np
|
||||
|
||||
Reference in New Issue
Block a user