- Timestamp:
- Aug 7, 2009, 9:11:56 AM (16 years ago)
- Children:
- 8f9a8e
- Parents:
- d93bb24
- git-author:
- Frederik Heber <heber@…> (08/07/09 09:10:43)
- git-committer:
- Frederik Heber <heber@…> (08/07/09 09:11:56)
- Location:
- util
- Files:
-
- 35 added
- 16 edited
- 1 moved
-
configure.ac (modified) (2 diffs)
-
depcomp (modified) (2 diffs)
-
install-sh (modified) (13 diffs)
-
src/AnalysePASFromEllipsoids.py.in (added)
-
src/AnalyseStressResults.py.in (added)
-
src/Animate.py.in (added)
-
src/AnimateStereo.py.in (added)
-
src/CalculateDensity.py.in (added)
-
src/CalculateDensityfromConfig.sh.in (moved) (moved from util/src/CalculateDensity.sh.in )
-
src/CalculatePairCorrelation.py.in (added)
-
src/CalculateSurfaceOfCluster.py.in (added)
-
src/CalculateXRayFromPDBstep.py.in (added)
-
src/CheckMap.py.in (added)
-
src/CreateAllVspeShapes.py.in (added)
-
src/CreateGaAs.c (modified) (1 prop)
-
src/CreateH2.c (modified) (1 prop)
-
src/CreateNeighboursForTIP3.py.in (added)
-
src/CreateVspeShapes.py.in (added)
-
src/CutBlockFromPDB.py.in (added)
-
src/FindInnerPointsinBB.py.in (added)
-
src/FindNonTriplesTIP3.py.in (added)
-
src/GetBondedPairs.py.in (added)
-
src/GetBondsFromPDB.py.in (added)
-
src/GetIDsOfBorderAtoms.py.in (added)
-
src/GetPdb.c (modified) (1 prop)
-
src/LinearlyInterpolateBetweenPCPConfigs.py.in (added)
-
src/Makefile.am (modified) (2 diffs)
-
src/NanoCreator.c (modified) (1 prop)
-
src/NanoCreator.h (modified) (1 prop)
-
src/OutputRaster3DHeader.py.in (added)
-
src/PairCorrelationTIP3toResiduum.py.in (added)
-
src/PairCorrelationToCluster.py.in (added)
-
src/PairCorrelationToClusterSurface.py.in (added)
-
src/PrepareStoneWalesDefects.py.in (added)
-
src/ReMapDBondFile.py.in (added)
-
src/ReMapDBondFileFromXYZ.py.in (added)
-
src/ReadSrcIon.c (modified) (1 prop)
-
src/ReduceDBondFiletoSubset.py.in (added)
-
src/RemoveConvexPart.py.in (added)
-
src/RemoveRandomAtoms.py.in (added)
-
src/RestorePDBfromGrape.py.in (added)
-
src/ShiftPeriodic.py.in (added)
-
src/VibrAlyzer.c (modified) (1 prop)
-
src/average.cpp (modified) (1 prop)
-
src/convertHessianMPQC2PCP.py.in (added)
-
src/convertMPQCout2pcp.py.in (added)
-
src/convertPCP2MPQC.py.in (added)
-
src/convertXDataToXYData.py.in (added)
-
src/diagonalize.c (modified) (1 prop)
-
src/mergesort.c (modified) (1 prop)
-
src/mergesort.h (modified) (1 prop)
-
src/stochastik.cpp (modified) (1 prop)
Legend:
- Unmodified
- Added
- Removed
-
util/configure.ac
rd93bb24 re1a46d 13 13 AC_PROG_CXX 14 14 AC_PATH_PROG([PERL],[perl]) 15 AC_PATH_PROG([PYTHON],[python]) 15 16 AC_PATH_PROG([SHELL],[sh]) 16 17 AC_PROG_AWK … … 45 46 AC_CHECK_FUNCS([pow sqrt strchr strrchr strstr]) 46 47 AC_CONFIG_FILES([Makefile doc/Makefile src/Makefile]) 47 AC_CONFIG_FILES([src/Nanotubes.pl src/ReSequenceDX.pl src/BOSSMatcher.pl]) 48 AC_CONFIG_FILES([src/average_result.sh src/CalculateDensity.sh src/CalculateMass.sh src/config2xyz.sh src/convert2old.sh src/convertpdb.sh src/gather_all_results.sh src/gather_averaged_results.sh src/gather_result.sh src/grep_shielding.sh src/meas2pdb.sh src/AdaptiveANOVA.sh src/CreateFromXYZ.sh src/dynamicANOVA.sh src/SortByRings.sh]) 48 AC_CONFIG_FILES([src/AnalysePASFromEllipsoids.py \ 49 src/AnalyseStressResults.py 50 src/Animate.py \ 51 src/AnimateStereo.py \ 52 src/CalculateDensity.py \ 53 src/CalculatePairCorrelation.py \ 54 src/CalculateSurfaceOfCluster.py \ 55 src/CalculateXRayFromPDBstep.py \ 56 src/CreateNeighboursForTIP3.py \ 57 src/convertHessianMPQC2PCP.py \ 58 src/convertMPQCout2pcp.py \ 59 src/convertPCP2MPQC.py \ 60 src/convertXDataToXYData.py \ 61 src/CreateAllVspeShapes.py \ 62 src/CreateVspeShapes.py \ 63 src/CutBlockFromPDB.py \ 64 src/FindInnerPointsinBB.py \ 65 src/FindNonTriplesTIP3.py \ 66 src/GetBondedPairs.py \ 67 src/GetBondsFromPDB.py \ 68 src/GetIDsOfBorderAtoms.py \ 69 src/LinearlyInterpolateBetweenPCPConfigs.py \ 70 src/OutputRaster3DHeader.py \ 71 src/PairCorrelationTIP3toResiduum.py \ 72 src/PairCorrelationToCluster.py \ 73 src/PairCorrelationToClusterSurface.py \ 74 src/PrepareStoneWalesDefects.py \ 75 src/ReduceDBondFiletoSubset.py \ 76 src/ReMapDBondFileFromXYZ.py \ 77 src/ReMapDBondFile.py \ 78 src/RemoveConvexPart.py \ 79 src/RemoveRandomAtoms.py \ 80 src/RestorePDBfromGrape.py \ 81 src/ShiftPeriodic.py \ 82 ]) 83 AC_CONFIG_FILES([src/Nanotubes.pl \ 84 src/ReSequenceDX.pl \ 85 src/BOSSMatcher.pl \ 86 ]) 87 AC_CONFIG_FILES([src/average_result.sh \ 88 src/AdaptiveANOVA.sh \ 89 src/CalculateDensityfromConfig.sh \ 90 src/CalculateMass.sh \ 91 src/CreateFromXYZ.sh \ 92 src/config2xyz.sh \ 93 src/convert2old.sh \ 94 src/convertpdb.sh \ 95 src/dynamicANOVA.sh \ 96 src/gather_all_results.sh \ 97 src/gather_averaged_results.sh \ 98 src/gather_result.sh \ 99 src/grep_shielding.sh \ 100 src/meas2pdb.sh \ 101 src/SortByRings.sh]) 49 102 AC_OUTPUT 50 103 -
util/depcomp
rd93bb24 re1a46d 2 2 # depcomp - compile a program generating dependencies as side-effects 3 3 4 scriptversion=200 6-10-15.185 6 # Copyright (C) 1999, 2000, 2003, 2004, 2005, 2006 Free Software4 scriptversion=2007-03-29.01 5 6 # Copyright (C) 1999, 2000, 2003, 2004, 2005, 2006, 2007 Free Software 7 7 # Foundation, Inc. 8 8 … … 216 216 # start of each line; $object doesn't have directory information. 217 217 # Version 6 uses the directory in both cases. 218 stripped=`echo "$object" | sed 's/\(.*\)\..*$/\1/'` 219 tmpdepfile="$stripped.u" 218 dir=`echo "$object" | sed -e 's|/[^/]*$|/|'` 219 test "x$dir" = "x$object" && dir= 220 base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'` 220 221 if test "$libtool" = yes; then 222 tmpdepfile1=$dir$base.u 223 tmpdepfile2=$base.u 224 tmpdepfile3=$dir.libs/$base.u 221 225 "$@" -Wc,-M 222 226 else 227 tmpdepfile1=$dir$base.u 228 tmpdepfile2=$dir$base.u 229 tmpdepfile3=$dir$base.u 223 230 "$@" -M 224 231 fi 225 232 stat=$? 226 233 227 if test -f "$tmpdepfile"; then :228 else229 stripped=`echo "$stripped" | sed 's,^.*/,,'`230 tmpdepfile="$stripped.u"231 fi232 233 234 if test $stat -eq 0; then : 234 235 else 235 rm -f "$tmpdepfile "236 rm -f "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3" 236 237 exit $stat 237 238 fi 238 239 240 for tmpdepfile in "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3" 241 do 242 test -f "$tmpdepfile" && break 243 done 239 244 if test -f "$tmpdepfile"; then 240 outname="$stripped.o"241 245 # Each line is of the form `foo.o: dependent.h'. 242 246 # Do two passes, one to just change these to 243 247 # `$object: dependent.h' and one to simply `dependent.h:'. 244 sed -e "s,^$outname:,$object :," < "$tmpdepfile" > "$depfile" 245 sed -e "s,^$outname: \(.*\)$,\1:," < "$tmpdepfile" >> "$depfile" 248 sed -e "s,^.*\.[a-z]*:,$object:," < "$tmpdepfile" > "$depfile" 249 # That's a tab and a space in the []. 250 sed -e 's,^.*\.[a-z]*:[ ]*,,' -e 's,$,:,' < "$tmpdepfile" >> "$depfile" 246 251 else 247 252 # The sourcefile does not contain any dependencies, so just -
util/install-sh
rd93bb24 re1a46d 2 2 # install - install a program, script, or datafile 3 3 4 scriptversion=2006-1 0-14.154 scriptversion=2006-12-25.00 5 5 6 6 # This originates from X11R5 (mit/util/scripts/install.sh), which was … … 49 49 50 50 # Don't use :- since 4.3BSD and earlier shells don't like it. 51 doit= "${DOITPROG-}"51 doit=${DOITPROG-} 52 52 if test -z "$doit"; then 53 53 doit_exec=exec … … 59 59 # or use environment vars. 60 60 61 mvprog="${MVPROG-mv}" 62 cpprog="${CPPROG-cp}" 63 chmodprog="${CHMODPROG-chmod}" 64 chownprog="${CHOWNPROG-chown}" 65 chgrpprog="${CHGRPPROG-chgrp}" 66 stripprog="${STRIPPROG-strip}" 67 rmprog="${RMPROG-rm}" 68 mkdirprog="${MKDIRPROG-mkdir}" 69 70 posix_glob= 61 chgrpprog=${CHGRPPROG-chgrp} 62 chmodprog=${CHMODPROG-chmod} 63 chownprog=${CHOWNPROG-chown} 64 cmpprog=${CMPPROG-cmp} 65 cpprog=${CPPROG-cp} 66 mkdirprog=${MKDIRPROG-mkdir} 67 mvprog=${MVPROG-mv} 68 rmprog=${RMPROG-rm} 69 stripprog=${STRIPPROG-strip} 70 71 posix_glob='?' 72 initialize_posix_glob=' 73 test "$posix_glob" != "?" || { 74 if (set -f) 2>/dev/null; then 75 posix_glob= 76 else 77 posix_glob=: 78 fi 79 } 80 ' 81 71 82 posix_mkdir= 72 83 … … 74 85 mode=0755 75 86 87 chgrpcmd= 76 88 chmodcmd=$chmodprog 77 89 chowncmd= 78 chgrpcmd= 90 mvcmd=$mvprog 91 rmcmd="$rmprog -f" 79 92 stripcmd= 80 rmcmd="$rmprog -f" 81 mvcmd="$mvprog" 93 82 94 src= 83 95 dst= 84 96 dir_arg= 85 dstarg= 97 dst_arg= 98 99 copy_on_change=false 86 100 no_target_directory= 87 101 88 usage="Usage: $0 [OPTION]... [-T] SRCFILE DSTFILE 102 usage="\ 103 Usage: $0 [OPTION]... [-T] SRCFILE DSTFILE 89 104 or: $0 [OPTION]... SRCFILES... DIRECTORY 90 105 or: $0 [OPTION]... -t DIRECTORY SRCFILES... … … 96 111 97 112 Options: 98 -c (ignored) 99 -d create directories instead of installing files. 100 -g GROUP $chgrpprog installed files to GROUP. 101 -m MODE $chmodprog installed files to MODE. 102 -o USER $chownprog installed files to USER. 103 -s $stripprog installed files. 104 -t DIRECTORY install into DIRECTORY. 105 -T report an error if DSTFILE is a directory. 106 --help display this help and exit. 107 --version display version info and exit. 113 --help display this help and exit. 114 --version display version info and exit. 115 116 -c (ignored) 117 -C install only if different (preserve the last data modification time) 118 -d create directories instead of installing files. 119 -g GROUP $chgrpprog installed files to GROUP. 120 -m MODE $chmodprog installed files to MODE. 121 -o USER $chownprog installed files to USER. 122 -s $stripprog installed files. 123 -t DIRECTORY install into DIRECTORY. 124 -T report an error if DSTFILE is a directory. 108 125 109 126 Environment variables override the default commands: 110 CHGRPPROG CHMODPROG CHOWNPROG CPPROG MKDIRPROG MVPROG RMPROG STRIPPROG 127 CHGRPPROG CHMODPROG CHOWNPROG CMPPROG CPPROG MKDIRPROG MVPROG 128 RMPROG STRIPPROG 111 129 " 112 130 113 131 while test $# -ne 0; do 114 132 case $1 in 115 -c) shift 116 continue;; 117 118 -d) dir_arg=true 119 shift 120 continue;; 133 -c) ;; 134 135 -C) copy_on_change=true;; 136 137 -d) dir_arg=true;; 121 138 122 139 -g) chgrpcmd="$chgrpprog $2" 123 shift 124 shift 125 continue;; 140 shift;; 126 141 127 142 --help) echo "$usage"; exit $?;; 128 143 129 144 -m) mode=$2 130 shift131 shift132 145 case $mode in 133 146 *' '* | *' '* | *' … … 136 149 exit 1;; 137 150 esac 138 continue;;151 shift;; 139 152 140 153 -o) chowncmd="$chownprog $2" 141 shift 142 shift 143 continue;; 144 145 -s) stripcmd=$stripprog 146 shift 147 continue;; 148 149 -t) dstarg=$2 150 shift 151 shift 152 continue;; 153 154 -T) no_target_directory=true 155 shift 156 continue;; 154 shift;; 155 156 -s) stripcmd=$stripprog;; 157 158 -t) dst_arg=$2 159 shift;; 160 161 -T) no_target_directory=true;; 157 162 158 163 --version) echo "$0 $scriptversion"; exit $?;; … … 166 171 *) break;; 167 172 esac 173 shift 168 174 done 169 175 170 if test $# -ne 0 && test -z "$dir_arg$dst arg"; then176 if test $# -ne 0 && test -z "$dir_arg$dst_arg"; then 171 177 # When -d is used, all remaining arguments are directories to create. 172 178 # When -t is used, the destination is already specified. … … 174 180 for arg 175 181 do 176 if test -n "$dst arg"; then182 if test -n "$dst_arg"; then 177 183 # $@ is not empty: it contains at least $arg. 178 set fnord "$@" "$dst arg"184 set fnord "$@" "$dst_arg" 179 185 shift # fnord 180 186 fi 181 187 shift # arg 182 dst arg=$arg188 dst_arg=$arg 183 189 done 184 190 fi … … 225 231 # Protect names starting with `-'. 226 232 case $src in 227 -*) src=./$src ;;233 -*) src=./$src;; 228 234 esac 229 235 … … 243 249 fi 244 250 245 if test -z "$dst arg"; then251 if test -z "$dst_arg"; then 246 252 echo "$0: no destination specified." >&2 247 253 exit 1 248 254 fi 249 255 250 dst=$dst arg256 dst=$dst_arg 251 257 # Protect names starting with `-'. 252 258 case $dst in 253 -*) dst=./$dst ;;259 -*) dst=./$dst;; 254 260 esac 255 261 … … 258 264 if test -d "$dst"; then 259 265 if test -n "$no_target_directory"; then 260 echo "$0: $dst arg: Is a directory" >&2266 echo "$0: $dst_arg: Is a directory" >&2 261 267 exit 1 262 268 fi … … 379 385 380 386 case $dstdir in 381 /*) prefix= /;;382 -*) prefix= ./;;383 *) prefix= ;;387 /*) prefix='/';; 388 -*) prefix='./';; 389 *) prefix='';; 384 390 esac 385 391 386 case $posix_glob in 387 '') 388 if (set -f) 2>/dev/null; then 389 posix_glob=true 390 else 391 posix_glob=false 392 fi ;; 393 esac 392 eval "$initialize_posix_glob" 394 393 395 394 oIFS=$IFS 396 395 IFS=/ 397 $posix_glob &&set -f396 $posix_glob set -f 398 397 set fnord $dstdir 399 398 shift 400 $posix_glob &&set +f399 $posix_glob set +f 401 400 IFS=$oIFS 402 401 … … 460 459 # errors from the above "$doit $cpprog $src $dsttmp" command. 461 460 # 462 { test -z "$chowncmd" || $doit $chowncmd "$dsttmp"; } \ 463 && { test -z "$chgrpcmd" || $doit $chgrpcmd "$dsttmp"; } \ 464 && { test -z "$stripcmd" || $doit $stripcmd "$dsttmp"; } \ 465 && { test -z "$chmodcmd" || $doit $chmodcmd $mode "$dsttmp"; } && 466 467 # Now rename the file to the real destination. 468 { $doit $mvcmd -f "$dsttmp" "$dst" 2>/dev/null \ 469 || { 470 # The rename failed, perhaps because mv can't rename something else 471 # to itself, or perhaps because mv is so ancient that it does not 472 # support -f. 473 474 # Now remove or move aside any old file at destination location. 475 # We try this two ways since rm can't unlink itself on some 476 # systems and the destination file might be busy for other 477 # reasons. In this case, the final cleanup might fail but the new 478 # file should still install successfully. 479 { 480 if test -f "$dst"; then 481 $doit $rmcmd -f "$dst" 2>/dev/null \ 482 || { $doit $mvcmd -f "$dst" "$rmtmp" 2>/dev/null \ 483 && { $doit $rmcmd -f "$rmtmp" 2>/dev/null; :; }; }\ 484 || { 485 echo "$0: cannot unlink or rename $dst" >&2 486 (exit 1); exit 1 487 } 488 else 489 : 490 fi 491 } && 492 493 # Now rename the file to the real destination. 494 $doit $mvcmd "$dsttmp" "$dst" 495 } 496 } || exit 1 461 { test -z "$chowncmd" || $doit $chowncmd "$dsttmp"; } && 462 { test -z "$chgrpcmd" || $doit $chgrpcmd "$dsttmp"; } && 463 { test -z "$stripcmd" || $doit $stripcmd "$dsttmp"; } && 464 { test -z "$chmodcmd" || $doit $chmodcmd $mode "$dsttmp"; } && 465 466 # If -C, don't bother to copy if it wouldn't change the file. 467 if $copy_on_change && 468 old=`LC_ALL=C ls -dlL "$dst" 2>/dev/null` && 469 new=`LC_ALL=C ls -dlL "$dsttmp" 2>/dev/null` && 470 471 eval "$initialize_posix_glob" && 472 $posix_glob set -f && 473 set X $old && old=:$2:$4:$5:$6 && 474 set X $new && new=:$2:$4:$5:$6 && 475 $posix_glob set +f && 476 477 test "$old" = "$new" && 478 $cmpprog "$dst" "$dsttmp" >/dev/null 2>&1 479 then 480 rm -f "$dsttmp" 481 else 482 # Rename the file to the real destination. 483 $doit $mvcmd -f "$dsttmp" "$dst" 2>/dev/null || 484 485 # The rename failed, perhaps because mv can't rename something else 486 # to itself, or perhaps because mv is so ancient that it does not 487 # support -f. 488 { 489 # Now remove or move aside any old file at destination location. 490 # We try this two ways since rm can't unlink itself on some 491 # systems and the destination file might be busy for other 492 # reasons. In this case, the final cleanup might fail but the new 493 # file should still install successfully. 494 { 495 test ! -f "$dst" || 496 $doit $rmcmd -f "$dst" 2>/dev/null || 497 { $doit $mvcmd -f "$dst" "$rmtmp" 2>/dev/null && 498 { $doit $rmcmd -f "$rmtmp" 2>/dev/null; :; } 499 } || 500 { echo "$0: cannot unlink or rename $dst" >&2 501 (exit 1); exit 1 502 } 503 } && 504 505 # Now rename the file to the real destination. 506 $doit $mvcmd "$dsttmp" "$dst" 507 } 508 fi || exit 1 497 509 498 510 trap '' 0 -
util/src/CreateGaAs.c
-
Property mode
changed from
100755to100644
-
Property mode
changed from
-
util/src/CreateH2.c
-
Property mode
changed from
100755to100644
-
Property mode
changed from
-
util/src/GetPdb.c
-
Property mode
changed from
100755to100644
-
Property mode
changed from
-
util/src/Makefile.am
rd93bb24 re1a46d 21 21 VibrAlyzer_SOURCES = VibrAlyzer.c 22 22 23 scripts = \23 bashscripts = \ 24 24 AdaptiveANOVA.sh \ 25 25 average_result.sh \ 26 26 CreateFromXYZ.sh \ 27 CalculateDensity .sh \27 CalculateDensityfromConfig.sh \ 28 28 CalculateMass.sh \ 29 29 config2xyz.sh \ … … 36 36 gather_averaged_results.sh \ 37 37 meas2pdb.sh \ 38 SortByRings.sh 39 40 perlscripts = \ 38 41 BOSSMatcher.pl \ 39 42 Nanotubes.pl \ 40 ReSequenceDX.pl \ 41 SortByRings.sh 43 ReSequenceDX.pl 42 44 43 bin_SCRIPTS = ${scripts} 45 pythonscripts = \ 46 AnalysePASFromEllipsoids.py \ 47 AnalyseStressResults.py \ 48 Animate.py \ 49 AnimateStereo.py \ 50 CalculateDensity.py \ 51 CalculatePairCorrelation.py \ 52 CalculateSurfaceOfCluster.py \ 53 CalculateXRayFromPDBstep.py \ 54 CreateNeighboursForTIP3.py \ 55 convertHessianMPQC2PCP.py \ 56 convertMPQCout2pcp.py \ 57 convertPCP2MPQC.py \ 58 convertXDataToXYData.py \ 59 CreateAllVspeShapes.py \ 60 CreateVspeShapes.py \ 61 CutBlockFromPDB.py \ 62 FindInnerPointsinBB.py \ 63 FindNonTriplesTIP3.py \ 64 GetBondedPairs.py \ 65 GetBondsFromPDB.py \ 66 GetIDsOfBorderAtoms.py \ 67 LinearlyInterpolateBetweenPCPConfigs.py \ 68 OutputRaster3DHeader.py \ 69 LinearlyInterpolateBetweenPCPConfigs.py \ 70 PairCorrelationTIP3toResiduum.py \ 71 PairCorrelationToCluster.py \ 72 PairCorrelationToClusterSurface.py \ 73 PrepareStoneWalesDefects.py \ 74 ReduceDBondFiletoSubset.py \ 75 ReMapDBondFileFromXYZ.py \ 76 ReMapDBondFile.py \ 77 RemoveConvexPart.py \ 78 RemoveRandomAtoms.py \ 79 RemoveConvexPart.py \ 80 RemoveRandomAtoms.py \ 81 RestorePDBfromGrape.py \ 82 ShiftPeriodic.py 44 83 84 85 bin_SCRIPTS = ${bashscripts} ${perlscripts} ${pythonscripts} 86 -
util/src/NanoCreator.c
-
Property mode
changed from
100755to100644
-
Property mode
changed from
-
util/src/NanoCreator.h
-
Property mode
changed from
100755to100644
-
Property mode
changed from
-
util/src/ReadSrcIon.c
-
Property mode
changed from
100755to100644
-
Property mode
changed from
-
util/src/VibrAlyzer.c
-
Property mode
changed from
100755to100644
-
Property mode
changed from
-
util/src/average.cpp
-
Property mode
changed from
100755to100644
-
Property mode
changed from
-
util/src/diagonalize.c
-
Property mode
changed from
100755to100644
-
Property mode
changed from
-
util/src/mergesort.c
-
Property mode
changed from
100755to100644
-
Property mode
changed from
-
util/src/mergesort.h
-
Property mode
changed from
100755to100644
-
Property mode
changed from
-
util/src/stochastik.cpp
-
Property mode
changed from
100755to100644
-
Property mode
changed from
Note:
See TracChangeset
for help on using the changeset viewer.
