Changeset 375


Ignore:
Timestamp:
Aug 7, 2005, 11:51:58 PM (18 years ago)
Author:
Jari Häkkinen
Message:

Changed filenames lib/random/Random.* to lib/random/random.*

Location:
trunk/lib/random
Files:
1 edited
2 moved

Legend:

Unmodified
Added
Removed
  • trunk/lib/random/Makefile.am

    r374 r375  
    88noinst_LTLIBRARIES = librandom.la
    99librandom_la_SOURCES = \
    10   Random.cc
     10  random.cc
    1111
    1212include_randomdir = $(includedir)/c++_tools/random
    1313
    1414include_random_HEADERS = \
    15   Random.h
     15  random.h
  • trunk/lib/random/random.cc

    r374 r375  
    11// $Id$
    22
    3 #include <c++_tools/random/Random.h>
     3#include <c++_tools/random/random.h>
    44#include <c++_tools/statistics/Histogram.h>
    55
Note: See TracChangeset for help on using the changeset viewer.