[cig-commits] [commit] master: Rename from VC to VQ (5f87968)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Tue Oct 21 16:27:43 PDT 2014


Repository : https://github.com/geodynamics/vc

On branch  : master
Link       : https://github.com/geodynamics/vc/compare/64c223c129f70f3916341f1ebdf52f6d2ae1deae...de41758e125fcac4ea5fb0935597c3b662ff523c

>---------------------------------------------------------------

commit 5f879689b3b1c8fac150a8f9c071ae3344c37264
Author: Eric Heien <emheien at ucdavis.edu>
Date:   Tue Oct 21 16:12:15 2014 -0700

    Rename from VC to VQ


>---------------------------------------------------------------

5f879689b3b1c8fac150a8f9c071ae3344c37264
 CMakeLists.txt                                     |  24 +--
 config.h.in                                        |  18 +--
 examples/CMakeLists.txt                            |  24 +--
 quakelib/src/QuakeLibIO.h                          |   2 +-
 src/CMakeLists.txt                                 | 167 ++++++++++-----------
 src/core/{VCBlock.cpp => Block.cpp}                |   2 +-
 src/core/{VCBlock.h => Block.h}                    |   4 +-
 src/core/{VCComm.cpp => Comm.cpp}                  |   2 +-
 src/core/{VCComm.h => Comm.h}                      |   6 +-
 .../{VCSimDataEvents.cpp => CommPartition.cpp}     |   2 +-
 src/core/{VCCommPartition.h => CommPartition.h}    |   6 +-
 src/core/{VCEvent.cpp => Event.cpp}                |   4 +-
 src/core/{VCEvent.h => Event.h}                    |  18 +--
 src/core/{VCInitBlocks.cpp => InitBlocks.cpp}      |   9 +-
 src/core/{VCInitBlocks.h => InitBlocks.h}          |   6 +-
 src/core/{VCParams.cpp => Params.cpp}              |   2 +-
 src/core/{VCParams.h => Params.h}                  |   4 +-
 src/core/{VCSimData.cpp => SimData.cpp}            |   3 +-
 src/core/{VCSimData.h => SimData.h}                |   8 +-
 .../{VCSimDataBlocks.cpp => SimDataBlocks.cpp}     |   3 +-
 src/core/{VCSimDataBlocks.h => SimDataBlocks.h}    |  18 +--
 .../{VCCommPartition.cpp => SimDataEvents.cpp}     |   2 +-
 src/core/{VCSimDataEvents.h => SimDataEvents.h}    |  14 +-
 src/core/SimFramework.cpp                          |   2 +-
 src/core/SimFramework.h                            |   8 +-
 src/core/SimTimer.cpp                              |   3 +-
 src/core/SimTimer.h                                |   2 +-
 src/core/{VCSimulation.cpp => Simulation.cpp}      |  55 ++++---
 src/core/{VCSimulation.h => Simulation.h}          |  28 ++--
 src/io/CheckpointFileOutput.cpp                    |   8 +-
 src/io/CheckpointFileOutput.h                      |   4 +-
 src/io/CheckpointFileParse.cpp                     |   4 +-
 src/io/CheckpointFileParse.h                       |   2 +-
 src/io/EventOutput.cpp                             |  12 +-
 src/io/EventOutput.h                               |   8 +-
 src/io/GreensFileOutput.cpp                        |   5 +-
 src/io/GreensFileOutput.h                          |   2 +-
 src/io/HDF5Data.h                                  |   4 +-
 src/io/ReadModelFile.cpp                           |   2 +-
 src/io/ReadModelFile.h                             |   2 +-
 src/main.cpp                                       |   8 +-
 src/misc/GreensFunctions.cpp                       |  15 +-
 src/misc/GreensFunctions.h                         |  20 +--
 src/simulation/BASSAftershocks.cpp                 |  20 +--
 src/simulation/BASSAftershocks.h                   |   6 +-
 src/simulation/GracefulQuit.cpp                    |   6 +-
 src/simulation/GracefulQuit.h                      |   4 +-
 src/simulation/GreensInit.cpp                      |   4 +-
 src/simulation/GreensKillInteraction.cpp           |   6 +-
 src/simulation/GreensKillInteraction.h             |   2 +-
 src/simulation/ProgressMonitor.cpp                 |   8 +-
 src/simulation/ProgressMonitor.h                   |   4 +-
 src/simulation/RunEvent.cpp                        |  17 +--
 src/simulation/RunEvent.h                          |  14 +-
 src/simulation/SanityCheck.cpp                     |   8 +-
 src/simulation/SanityCheck.h                       |   6 +-
 src/simulation/UpdateBlockStress.cpp               |   3 +-
 src/simulation/UpdateBlockStress.h                 |   4 +-
 58 files changed, 317 insertions(+), 337 deletions(-)

Diff suppressed because of size. To see it, use:

    git diff-tree --root --patch-with-stat --no-color --find-copies-harder --ignore-space-at-eol --cc 5f879689b3b1c8fac150a8f9c071ae3344c37264


More information about the CIG-COMMITS mailing list