Moved selection and trajana modules to src/gromacs/.
authorTeemu Murtola <teemu.murtola@cbr.su.se>
Sun, 26 Dec 2010 16:24:40 +0000 (18:24 +0200)
committerTeemu Murtola <teemu.murtola@cbr.su.se>
Sun, 26 Dec 2010 16:24:40 +0000 (18:24 +0200)
commit0616e87b7ef64d72c83b89844de5b4fa919a93f3
tree6e9e929c7fcd232dc4b748cc4052ed830f549de9
parente52295c8b557c1682d11bd18dbfbc574b3274b0d
Moved selection and trajana modules to src/gromacs/.
58 files changed:
src/gromacs/CMakeLists.txt
src/gromacs/gmxlib/CMakeLists.txt
src/gromacs/selection/CMakeLists.txt [new file with mode: 0644]
src/gromacs/selection/centerofmass.cpp [moved from src/gromacs/gmxlib/trajana/centerofmass.c with 99% similarity]
src/gromacs/selection/centerofmass.h [moved from src/gromacs/legacyheaders/centerofmass.h with 98% similarity]
src/gromacs/selection/compiler.cpp [moved from src/gromacs/gmxlib/selection/compiler.c with 99% similarity]
src/gromacs/selection/evaluate.cpp [moved from src/gromacs/gmxlib/selection/evaluate.c with 99% similarity]
src/gromacs/selection/evaluate.h [moved from src/gromacs/gmxlib/selection/evaluate.h with 99% similarity]
src/gromacs/selection/indexutil.cpp [moved from src/gromacs/gmxlib/trajana/indexutil.c with 99% similarity]
src/gromacs/selection/indexutil.h [moved from src/gromacs/legacyheaders/indexutil.h with 99% similarity]
src/gromacs/selection/keywords.h [moved from src/gromacs/gmxlib/selection/keywords.h with 100% similarity]
src/gromacs/selection/mempool.cpp [moved from src/gromacs/gmxlib/selection/mempool.c with 99% similarity]
src/gromacs/selection/mempool.h [moved from src/gromacs/gmxlib/selection/mempool.h with 100% similarity]
src/gromacs/selection/nbsearch.cpp [moved from src/gromacs/gmxlib/trajana/nbsearch.c with 99% similarity]
src/gromacs/selection/nbsearch.h [moved from src/gromacs/legacyheaders/nbsearch.h with 97% similarity]
src/gromacs/selection/params.cpp [moved from src/gromacs/gmxlib/selection/params.c with 99% similarity]
src/gromacs/selection/parser.cpp [moved from src/gromacs/gmxlib/selection/parser.c with 100% similarity]
src/gromacs/selection/parser.h [moved from src/gromacs/gmxlib/selection/parser.h with 100% similarity]
src/gromacs/selection/parser.y [moved from src/gromacs/gmxlib/selection/parser.y with 100% similarity]
src/gromacs/selection/parsetree.cpp [moved from src/gromacs/gmxlib/selection/parsetree.c with 99% similarity]
src/gromacs/selection/parsetree.h [moved from src/gromacs/gmxlib/selection/parsetree.h with 99% similarity]
src/gromacs/selection/poscalc.cpp [moved from src/gromacs/gmxlib/trajana/poscalc.c with 99% similarity]
src/gromacs/selection/poscalc.h [moved from src/gromacs/legacyheaders/poscalc.h with 98% similarity]
src/gromacs/selection/position.cpp [moved from src/gromacs/gmxlib/trajana/position.c with 99% similarity]
src/gromacs/selection/position.h [moved from src/gromacs/legacyheaders/position.h with 97% similarity]
src/gromacs/selection/regenerate_parser.sh [moved from src/gromacs/gmxlib/selection/regenerate_parser.sh with 95% similarity]
src/gromacs/selection/scanner.cpp [moved from src/gromacs/gmxlib/selection/scanner.c with 100% similarity]
src/gromacs/selection/scanner.h [moved from src/gromacs/gmxlib/selection/scanner.h with 100% similarity]
src/gromacs/selection/scanner.l [moved from src/gromacs/gmxlib/selection/scanner.l with 100% similarity]
src/gromacs/selection/scanner_flex.h [moved from src/gromacs/gmxlib/selection/scanner_flex.h with 100% similarity]
src/gromacs/selection/scanner_internal.cpp [moved from src/gromacs/gmxlib/selection/scanner_internal.c with 99% similarity]
src/gromacs/selection/scanner_internal.h [moved from src/gromacs/gmxlib/selection/scanner_internal.h with 100% similarity]
src/gromacs/selection/selcollection.h [moved from src/gromacs/gmxlib/selection/selcollection.h with 99% similarity]
src/gromacs/selection/selection.cpp [moved from src/gromacs/gmxlib/selection/selection.c with 98% similarity]
src/gromacs/selection/selection.h [moved from src/gromacs/legacyheaders/selection.h with 99% similarity]
src/gromacs/selection/selelem.cpp [moved from src/gromacs/gmxlib/selection/selelem.c with 99% similarity]
src/gromacs/selection/selelem.h [moved from src/gromacs/gmxlib/selection/selelem.h with 99% similarity]
src/gromacs/selection/selhelp.cpp [moved from src/gromacs/gmxlib/selection/selhelp.c with 99% similarity]
src/gromacs/selection/selhelp.h [moved from src/gromacs/gmxlib/selection/selhelp.h with 100% similarity]
src/gromacs/selection/selmethod.cpp [moved from src/gromacs/gmxlib/selection/selmethod.c with 99% similarity]
src/gromacs/selection/selmethod.h [moved from src/gromacs/legacyheaders/selmethod.h with 99% similarity]
src/gromacs/selection/selparam.h [moved from src/gromacs/legacyheaders/selparam.h with 99% similarity]
src/gromacs/selection/selvalue.cpp [moved from src/gromacs/gmxlib/selection/selvalue.c with 97% similarity]
src/gromacs/selection/selvalue.h [moved from src/gromacs/legacyheaders/selvalue.h with 97% similarity]
src/gromacs/selection/sm_compare.cpp [moved from src/gromacs/gmxlib/selection/sm_compare.c with 99% similarity]
src/gromacs/selection/sm_distance.cpp [moved from src/gromacs/gmxlib/selection/sm_distance.c with 98% similarity]
src/gromacs/selection/sm_insolidangle.cpp [moved from src/gromacs/gmxlib/selection/sm_insolidangle.c with 99% similarity]
src/gromacs/selection/sm_keywords.cpp [moved from src/gromacs/gmxlib/selection/sm_keywords.c with 99% similarity]
src/gromacs/selection/sm_merge.cpp [moved from src/gromacs/gmxlib/selection/sm_merge.c with 99% similarity]
src/gromacs/selection/sm_permute.cpp [moved from src/gromacs/gmxlib/selection/sm_permute.c with 99% similarity]
src/gromacs/selection/sm_position.cpp [moved from src/gromacs/gmxlib/selection/sm_position.c with 98% similarity]
src/gromacs/selection/sm_same.cpp [moved from src/gromacs/gmxlib/selection/sm_same.c with 99% similarity]
src/gromacs/selection/sm_simple.cpp [moved from src/gromacs/gmxlib/selection/sm_simple.c with 99% similarity]
src/gromacs/selection/symrec.cpp [moved from src/gromacs/gmxlib/selection/symrec.c with 99% similarity]
src/gromacs/selection/symrec.h [moved from src/gromacs/gmxlib/selection/symrec.h with 100% similarity]
src/gromacs/trajana/trajana.cpp [moved from src/gromacs/gmxlib/trajana/trajana.c with 99% similarity]
src/gromacs/trajana/trajana.h [moved from src/gromacs/legacyheaders/trajana.h with 98% similarity]
src/tools/gmx_select.c