- Timestamp:
- Mar 30, 2012, 9:16:32 AM (13 years ago)
- 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:
- dd3f4f
- Parents:
- 9e5a306
- git-author:
- Frederik Heber <heber@…> (01/17/12 21:06:35)
- git-committer:
- Frederik Heber <heber@…> (03/30/12 09:16:32)
- Location:
- src
- Files:
-
- 4 added
- 3 edited
- 2 moved
Legend:
- Unmodified
- Added
- Removed
-
src/Filling/Makefile.am
r9e5a306 r8f6e2a 3 3 4 4 FILLINGSOURCE = \ 5 Filling/Cluster.cpp \ 5 6 Filling/Predicates/AnyFillPredicate.cpp \ 6 7 Filling/Predicates/FillPredicate.cpp \ … … 12 13 13 14 FILLINGHEADER = \ 15 Filling/Cluster.hpp \ 14 16 Filling/NodeTypes.hpp \ 15 17 Filling/Predicates/AnyFillPredicate.hpp \ … … 23 25 Filling/Predicates/Ops_FillPredicate.hpp \ 24 26 Filling/Predicates/Ops_FillPredicate_impl.hpp 25 27 26 28 27 29 noinst_LTLIBRARIES += libMolecuilderFilling.la -
src/Filling/unittests/Makefile.am
r9e5a306 r8f6e2a 3 3 4 4 FILLINGTESTSSOURCES = \ 5 ../Filling/unittests/ClusterUnitTest.cpp \ 5 6 ../Filling/unittests/IsInsideDomain_FillPredicateUnitTest.cpp \ 6 7 ../Filling/unittests/IsInsideSurface_FillPredicateUnitTest.cpp \ … … 10 11 11 12 FILLINGTESTSHEADERS = \ 13 ../Filling/unittests/ClusterUnitTest.hpp \ 12 14 ../Filling/unittests/IsInsideDomain_FillPredicateUnitTest.hpp \ 13 15 ../Filling/unittests/IsInsideSurface_FillPredicateUnitTest.hpp \ … … 17 19 18 20 FILLINGTESTS = \ 21 ClusterUnitTest \ 19 22 IsInsideDomain_FillPredicateUnitTest \ 20 23 IsInsideSurface_FillPredicateUnitTest \ … … 28 31 29 32 FILLINGLIBS = 33 34 ClusterUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp \ 35 ../Filling/unittests/ClusterUnitTest.cpp \ 36 ../Filling/unittests/ClusterUnitTest.hpp 37 ClusterUnitTest_LDADD = \ 38 ../libMolecuilderFilling.la \ 39 ../libMolecuilderUI.la \ 40 ../libMolecuilder.la \ 41 $(top_builddir)/LinearAlgebra/src/LinearAlgebra/libLinearAlgebra.la \ 42 ${CodePatterns_LIBS} \ 43 $(BOOST_LIBS) 30 44 31 45 IsInsideDomain_FillPredicateUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp \ -
src/LinkedCell/unittests/Makefile.am
r9e5a306 r8f6e2a 53 53 ../LinkedCell/unittests/LinkedCell_ControllerUnitTest.hpp \ 54 54 ../LinkedCell/unittests/defs.hpp \ 55 ../LinkedCell/unittests/stubs/AtomStub.cpp \55 stubs/AtomStub.cpp \ 56 56 ../LinkedCell/unittests/stubs/AtomObserverStub.cpp \ 57 57 ../LinkedCell/unittests/stubs/ObserverBoxStub.cpp \ 58 58 ../LinkedCell/unittests/stubs/TesselPointStub.cpp \ 59 ../LinkedCell/unittests/stubs/WorldStub.cpp \60 59 ../LinkedCell/unittests/stubs/WorldTimeStub.cpp \ 60 stubs/WorldStub.cpp \ 61 61 ../LinkedCell/PointCloudAdaptor.hpp \ 62 62 ../Box_BoundaryConditions.cpp \ -
src/unittests/stubs/WorldStub.cpp
r9e5a306 r8f6e2a 26 26 #include "CodePatterns/Observer/ObservedContainer_impl.hpp" 27 27 #include "CodePatterns/Singleton_impl.hpp" 28 #include "Descriptors/AtomDescriptor.hpp" 29 #include "Descriptors/AtomIdDescriptor_impl.hpp" 28 30 29 31 #include "IdPool_impl.hpp" 30 32 31 33 atom* World::_lastchangedatom = NULL; 34 35 AtomDescriptor::AtomDescriptor(impl_ptr ptr) 36 {} 37 38 AtomDescriptor::~AtomDescriptor() 39 {} 40 41 atom * AtomById(unsigned int i) 42 { 43 return NULL; 44 } 32 45 33 46 World::World() : … … 56 69 } 57 70 71 atom* World::getAtom(AtomDescriptor descr) 72 { 73 return NULL; 74 } 75 58 76 CONSTRUCT_SINGLETON(World);
Note:
See TracChangeset
for help on using the changeset viewer.