Changeset 298 for trunk/lib/gslapi
- Timestamp:
- Apr 29, 2005, 2:16:21 PM (17 years ago)
- Location:
- trunk/lib/gslapi
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/gslapi/Makefile.am
r295 r298 1 ## Process this file with automake to produce Makefile.in 2 ## 3 ## $Id: Makefile.am 281 2005-04-20 16:45:02Z peter $ 4 5 6 7 INCLUDES = @LOCAL_INCLUDES@ 8 9 noinst_LTLIBRARIES = libgslapi.la 10 libgslapi_la_SOURCES = utility.cc matrix.cc vector.cc -
trunk/lib/gslapi/utility.cc
r295 r298 1 1 // $Id$ 2 2 3 #include <c++_tools/gslapi/ gslapi_utility.h>3 #include <c++_tools/gslapi/utility.h> 4 4 5 5 #include <c++_tools/gslapi/vector.h>
Note: See TracChangeset
for help on using the changeset viewer.