lmi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lmi-commits] [5220] Replace expm1.cpp with expm1.c in automake print_ma


From: Vadim Zeitlin
Subject: [lmi-commits] [5220] Replace expm1.cpp with expm1.c in automake print_matrix test sources .
Date: Sun, 26 Jun 2011 17:58:31 +0000

Revision: 5220
          http://svn.sv.gnu.org/viewvc/?view=rev&root=lmi&revision=5220
Author:   zeitlin
Date:     2011-06-26 17:58:30 +0000 (Sun, 26 Jun 2011)
Log Message:
-----------
Replace expm1.cpp with expm1.c in automake print_matrix test sources.

expm1.cpp was added by r4802 apparently by mistake as it seemed that the
changes to Makefile.am were just mirroring those to objects.make in which cpp
extension didn't appear.

In any case, expm1.cpp file doesn't exist and seemed to never existed before
neither so use the existing file name instead.

Revision Links:
--------------
    http://svn.sv.gnu.org/viewvc/?view=rev&root=lmi&revision=4802

Modified Paths:
--------------
    lmi/trunk/Makefile.am

Modified: lmi/trunk/Makefile.am
===================================================================
--- lmi/trunk/Makefile.am       2011-06-23 22:24:15 UTC (rev 5219)
+++ lmi/trunk/Makefile.am       2011-06-26 17:58:30 UTC (rev 5220)
@@ -783,7 +783,6 @@
   print_matrix_test.cpp
 test_print_matrix_CXXFLAGS = $(AM_CXXFLAGS)
 
-# 'expm1.cpp' is for como on msw
 test_product_file_SOURCES = \
   $(common_test_objects) \
   data_directory.cpp \
@@ -792,7 +791,7 @@
   dbdict.cpp \
   dbnames.cpp \
   dbvalue.cpp \
-  expm1.cpp \
+  expm1.c \
   facets.cpp \
   fund_data.cpp \
   global_settings.cpp \




reply via email to

[Prev in Thread] Current Thread [Next in Thread]