Changeset d9e1d1 for src/Actions/AnalysisAction/PairCorrelationAction.def
- Timestamp:
- Apr 23, 2021, 8:34:11 PM (5 years ago)
- Branches:
- Candidate_v1.7.0, stable
- Children:
- ef0f8f
- Parents:
- addb51
- git-author:
- Frederik Heber <frederik.heber@…> (10/03/20 21:20:26)
- git-committer:
- Frederik Heber <frederik.heber@…> (04/23/21 20:34:11)
- File:
- 
      - 1 edited
 
 
Legend:
- Unmodified
- Added
- Removed
- 
      src/Actions/AnalysisAction/PairCorrelationAction.defraddb51 rd9e1d1 29 29 #define paramdefaults (NOPARAM_DEFAULT)(NOPARAM_DEFAULT)(PARAM_DEFAULT(0.5))(NOPARAM_DEFAULT)(NOPARAM_DEFAULT)(NOPARAM_DEFAULT)(PARAM_DEFAULT(false)) 30 30 #define paramvalids \ 31 (STLVectorValidator< std::vector<const element *> >( 2,2, ElementValidator())) \31 (STLVectorValidator< std::vector<const element *> >(1,2, ElementValidator())) \ 32 32 (BoxLengthValidator()) \ 33 33 (BoxLengthValidator()) \ … … 45 45 46 46 // finally the information stored in the ActionTrait specialization 47 #define DESCRIPTION "pair correlation analysis between two elements"47 #define DESCRIPTION "pair correlation analysis between all atoms of two given elements, or between the selected atoms and the atoms of the single given element" 48 48 #define SHORTFORM "C" 
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  
