Changeset 78b593 for src


Ignore:
Timestamp:
Dec 16, 2010, 11:47:44 PM (14 years ago)
Author:
Frederik Heber <heber@…>
Branches:
Action_Thermostats, Add_AtomRandomPerturbation, Add_FitFragmentPartialChargesAction, Add_RotateAroundBondAction, Add_SelectAtomByNameAction, Added_ParseSaveFragmentResults, AddingActions_SaveParseParticleParameters, Adding_Graph_to_ChangeBondActions, Adding_MD_integration_tests, Adding_ParticleName_to_Atom, Adding_StructOpt_integration_tests, AtomFragments, Automaking_mpqc_open, AutomationFragmentation_failures, Candidate_v1.5.4, Candidate_v1.6.0, Candidate_v1.6.1, ChangeBugEmailaddress, ChangingTestPorts, ChemicalSpaceEvaluator, CombiningParticlePotentialParsing, Combining_Subpackages, Debian_Package_split, Debian_package_split_molecuildergui_only, Disabling_MemDebug, Docu_Python_wait, EmpiricalPotential_contain_HomologyGraph, EmpiricalPotential_contain_HomologyGraph_documentation, Enable_parallel_make_install, Enhance_userguide, Enhanced_StructuralOptimization, Enhanced_StructuralOptimization_continued, Example_ManyWaysToTranslateAtom, Exclude_Hydrogens_annealWithBondGraph, FitPartialCharges_GlobalError, Fix_BoundInBox_CenterInBox_MoleculeActions, Fix_ChargeSampling_PBC, Fix_ChronosMutex, Fix_FitPartialCharges, Fix_FitPotential_needs_atomicnumbers, Fix_ForceAnnealing, Fix_IndependentFragmentGrids, Fix_ParseParticles, Fix_ParseParticles_split_forward_backward_Actions, Fix_PopActions, Fix_QtFragmentList_sorted_selection, Fix_Restrictedkeyset_FragmentMolecule, Fix_StatusMsg, Fix_StepWorldTime_single_argument, Fix_Verbose_Codepatterns, Fix_fitting_potentials, Fixes, ForceAnnealing_goodresults, ForceAnnealing_oldresults, ForceAnnealing_tocheck, ForceAnnealing_with_BondGraph, ForceAnnealing_with_BondGraph_continued, ForceAnnealing_with_BondGraph_continued_betteresults, ForceAnnealing_with_BondGraph_contraction-expansion, FragmentAction_writes_AtomFragments, FragmentMolecule_checks_bonddegrees, GeometryObjects, Gui_Fixes, Gui_displays_atomic_force_velocity, ImplicitCharges, IndependentFragmentGrids, IndependentFragmentGrids_IndividualZeroInstances, IndependentFragmentGrids_IntegrationTest, IndependentFragmentGrids_Sole_NN_Calculation, JobMarket_RobustOnKillsSegFaults, JobMarket_StableWorkerPool, JobMarket_unresolvable_hostname_fix, MoreRobust_FragmentAutomation, ODR_violation_mpqc_open, PartialCharges_OrthogonalSummation, PdbParser_setsAtomName, PythonUI_with_named_parameters, QtGui_reactivate_TimeChanged_changes, Recreated_GuiChecks, Rewrite_FitPartialCharges, RotateToPrincipalAxisSystem_UndoRedo, SaturateAtoms_findBestMatching, SaturateAtoms_singleDegree, StoppableMakroAction, Subpackage_CodePatterns, Subpackage_JobMarket, Subpackage_LinearAlgebra, Subpackage_levmar, Subpackage_mpqc_open, Subpackage_vmg, Switchable_LogView, ThirdParty_MPQC_rebuilt_buildsystem, TrajectoryDependenant_MaxOrder, TremoloParser_IncreasedPrecision, TremoloParser_MultipleTimesteps, TremoloParser_setsAtomName, Ubuntu_1604_changes, stable
Children:
4076fcc
Parents:
fff54f
git-author:
Frederik Heber <heber@…> (12/16/10 14:19:18)
git-committer:
Frederik Heber <heber@…> (12/16/10 23:47:44)
Message:

Moved linearsystemofequations to LinearAlgebra/unittests/LinearSystemOfEquationsUnitTest.

Location:
src
Files:
4 edited
4 moved

Legend:

Unmodified
Added
Removed
  • src/LinearAlgebra/LinearSystemOfEquations.cpp

    rfff54f r78b593  
    77
    88/*
    9  * linearsystemofequations.cpp
     9 * LinearSystemOfEquations.cpp
    1010 *
    1111 *  Created on: Jan 8, 2010
     
    2121
    2222#include "Helpers/defs.hpp"
     23#include "LinearAlgebra/LinearSystemOfEquations.hpp"
    2324#include "LinearAlgebra/MatrixContent.hpp"
    2425#include "LinearAlgebra/VectorContent.hpp"
    25 #include "LinearAlgebra/linearsystemofequations.hpp"
    2626#include "Helpers/Assert.hpp"
    2727#include "Helpers/logger.hpp"
  • src/LinearAlgebra/LinearSystemOfEquations.hpp

    rfff54f r78b593  
    11/*
    2  * linearsystemofequations.hpp
     2 * LinearSystemOfEquations.hpp
    33 *
    44 *  Created on: Jan 8, 2010
  • src/LinearAlgebra/Makefile.am

    rfff54f r78b593  
    1717  LineSegment.cpp \
    1818  LineSegmentSet.cpp \
    19   linearsystemofequations.cpp \
     19  LinearSystemOfEquations.cpp \
    2020  MatrixContent.cpp \
    2121  MatrixVector_ops.cpp \
     
    3636  LineSegment.hpp \
    3737  LineSegmentSet.hpp \
    38   linearsystemofequations.hpp \
     38  LinearSystemOfEquations.hpp \
    3939  MatrixContent.hpp \
    4040  MatrixVector_ops.hpp \
  • src/LinearAlgebra/unittests/LinearSystemOfEquationsUnitTest.cpp

    rfff54f r78b593  
    77
    88/*
    9  * linearsystemofequationsunittest.cpp
     9 * LinearSystemOfEquationsunittest.cpp
    1010 *
    1111 *  Created on: Jan 8, 2010
     
    2626#include <cmath>
    2727
    28 #include "linearsystemofequationsunittest.hpp"
    2928#include "LinearAlgebra/Vector.hpp"
     29
     30#include "LinearSystemOfEquationsUnitTest.hpp"
    3031
    3132#ifdef HAVE_TESTRUNNER
  • src/LinearAlgebra/unittests/LinearSystemOfEquationsUnitTest.hpp

    rfff54f r78b593  
    11/*
    2  * linearsystemofequationsunittest.hpp
     2 * LinearSystemOfEquationsunittest.hpp
    33 *
    44 *  Created on: Jan 8, 2010
     
    1111#include <cppunit/extensions/HelperMacros.h>
    1212
    13 #include "LinearAlgebra/linearsystemofequations.hpp"
     13#include "LinearAlgebra/LinearSystemOfEquations.hpp"
    1414
    1515/********************************************** Test classes **************************************/
  • src/LinearAlgebra/unittests/Makefile.am

    rfff54f r78b593  
    99
    1010TESTS = \
     11  LinearSystemOfEquationsUnitTest \
    1112  MatrixContentSymmetricUnitTest \
    1213  MatrixContentUnitTest \
     
    2324        ../../Helpers/libMolecuilderHelpers-@MOLECUILDER_API_VERSION@.la \
    2425        $(BOOST_LIB)
     26
     27LinearSystemOfEquationsUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp \
     28        LinearSystemOfEquationsUnitTest.cpp \
     29        LinearSystemOfEquationsUnitTest.hpp
     30LinearSystemOfEquationsUnitTest_LDADD = ${GSLLIBS}
    2531
    2632MatrixContentSymmetricUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp \
  • src/tesselationhelpers.cpp

    rfff54f r78b593  
    2929#include "Helpers/Info.hpp"
    3030#include "linkedcell.hpp"
    31 #include "LinearAlgebra/linearsystemofequations.hpp"
     31#include "LinearAlgebra/LinearSystemOfEquations.hpp"
    3232#include "Helpers/Log.hpp"
    3333#include "tesselation.hpp"
  • src/unittests/Makefile.am

    rfff54f r78b593  
    2424  CountBondsUnitTest \
    2525  FormulaUnittest \
    26   LinearSystemOfEquationsUnitTest \
    2726  LineUnittest \
    2827  LinkedCellUnitTest \
     
    8180  FormulaUnittest.cpp \
    8281  ../Helpers/unittests/InfoUnitTest.cpp \
    83   linearsystemofequationsunittest.cpp \
     82  ../LinearAlgebra/unittests/LinearSystemOfEquationsUnitTest.cpp \
    8483  LineUnittest.cpp \
    8584  LinkedCellUnitTest.cpp \
     
    120119  CountBondsUnitTest.hpp \
    121120  FormulaUnittest.hpp \
    122   ../Helpers/unittests/InfoUnitTest.h00pp \
    123   linearsystemofequationsunittest.hpp \
     121  ../Helpers/unittests/InfoUnitTest.hpp \
     122  ../LinearAlgebra/unittests/LinearSystemOfEquationsUnitTest.hpp \
    124123  LineUnittest.hpp \
    125124  LinkedCellUnitTest.hpp \
     
    172171FormulaUnittest_LDADD = ${ALLLIBS}
    173172
    174 LinearSystemOfEquationsUnitTest_SOURCES = UnitTestMain.cpp linearsystemofequationsunittest.cpp linearsystemofequationsunittest.hpp
    175 LinearSystemOfEquationsUnitTest_LDADD = ${ALLLIBS}
    176 
    177173LineUnittest_SOURCES = UnitTestMain.cpp LineUnittest.cpp LineUnittest.hpp
    178174LineUnittest_LDADD = ${ALLLIBS}
Note: See TracChangeset for help on using the changeset viewer.