Ignore:
Timestamp:
Apr 4, 2012, 11:30:11 AM (13 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:
03a589
Parents:
2a3124
git-author:
Frederik Heber <heber@…> (03/13/12 19:35:15)
git-committer:
Frederik Heber <heber@…> (04/04/12 11:30:11)
Message:

VERBOSE: Subsequent change in verbosity levels of many tesselation functions after Info removal.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Tesselation/boundary.cpp

    r2a3124 rce7bfd  
    6363double *GetDiametersOfCluster(const Boundaries *BoundaryPtr, const molecule *mol, Tesselation *&TesselStruct, const bool IsAngstroem)
    6464{
    65         Info FunctionInfo(__func__);
     65        //Info FunctionInfo(__func__);
    6666  // get points on boundary of NULL was given as parameter
    6767  bool BoundaryFreeFlag = false;
     
    163163Boundaries *GetBoundaryPoints(const molecule *mol, Tesselation *&TesselStruct)
    164164{
    165         Info FunctionInfo(__func__);
     165        //Info FunctionInfo(__func__);
    166166  PointMap PointsOnBoundary;
    167167  LineMap LinesOnBoundary;
     
    328328void FindConvexBorder(const molecule* mol, Boundaries *BoundaryPts, Tesselation *&TesselStruct, const LinkedCell_deprecated *LCList, const char *filename)
    329329{
    330         Info FunctionInfo(__func__);
     330        //Info FunctionInfo(__func__);
    331331  bool BoundaryFreeFlag = false;
    332332  Boundaries *BoundaryPoints = NULL;
     
    443443bool RemoveAllBoundaryPoints(class Tesselation *&TesselStruct, const molecule * const mol, const char * const filename)
    444444{
    445         Info FunctionInfo(__func__);
     445        //Info FunctionInfo(__func__);
    446446  int i=0;
    447447  char number[MAXSTRINGSIZE];
     
    500500double ConvexizeNonconvexEnvelope(class Tesselation *&TesselStruct, const molecule * const mol, const char * const filename)
    501501{
    502         Info FunctionInfo(__func__);
     502        //Info FunctionInfo(__func__);
    503503  double volume = 0;
    504504  class BoundaryPointSet *point = NULL;
     
    614614void StoreTrianglesinFile(const molecule * const mol, const Tesselation * const TesselStruct, const char *filename, const char *extraSuffix)
    615615{
    616         Info FunctionInfo(__func__);
     616        //Info FunctionInfo(__func__);
    617617  PointCloudAdaptor< molecule > cloud(const_cast<molecule *>(mol), mol->name);
    618618  // 4. Store triangles in tecplot file
     
    651651void PrepareClustersinWater(config *configuration, molecule *mol, double ClusterVolume, double celldensity)
    652652{
    653         Info FunctionInfo(__func__);
     653        //Info FunctionInfo(__func__);
    654654  bool IsAngstroem = true;
    655655  double *GreatestDiameter = NULL;
     
    759759void FillBoxWithMolecule(MoleculeListClass *List, molecule *filler, config &configuration, const double MaxDistance, const double distance[NDIM], const double boundary, const double RandomAtomDisplacement, const double RandomMolDisplacement, const bool DoRandomRotation)
    760760{
    761         Info FunctionInfo(__func__);
     761        //Info FunctionInfo(__func__);
    762762  molecule *Filling = World::getInstance().createMolecule();
    763763  Vector CurrentPosition;
     
    10561056    )
    10571057{
    1058   Info FunctionInfo(__func__);
     1058  //Info FunctionInfo(__func__);
    10591059  molecule *Filling = NULL;
    10601060  Vector CurrentPosition;
     
    12311231    const bool DoRandomRotation)
    12321232{
    1233   Info FunctionInfo(__func__);
     1233  //Info FunctionInfo(__func__);
    12341234  molecule *Filling = NULL;
    12351235  Vector CurrentPosition;
     
    14241424bool FindNonConvexBorder(molecule* const mol, Tesselation *&TesselStruct, const LinkedCell_deprecated *&LCList, const double RADIUS, const char *filename = NULL)
    14251425{
    1426         Info FunctionInfo(__func__);
     1426        //Info FunctionInfo(__func__);
    14271427  bool freeLC = false;
    14281428  bool status = false;
     
    15541554Vector* FindEmbeddingHole(MoleculeListClass *mols, molecule *srcmol)
    15551555{
    1556         Info FunctionInfo(__func__);
     1556        //Info FunctionInfo(__func__);
    15571557  Vector *Center = new Vector;
    15581558  Center->Zero();
Note: See TracChangeset for help on using the changeset viewer.