Changeset 607
- Timestamp:
- 06/27/11 11:55:59 (2 years ago)
- Location:
- tags/1.1.1
- Files:
-
- 2 edited
- 7 copied
-
. (copied) (copied from branches/1.1.x)
-
COPYING (copied) (copied from branches/1.1.x/COPYING)
-
ChangeLog (modified) (1 diff)
-
configure.ac (modified) (1 diff)
-
doc/ape.texi (copied) (copied from branches/1.1.x/doc/ape.texi)
-
m4/libxc.m4 (copied) (copied from branches/1.1.x/m4/libxc.m4)
-
src/parser_symbols.F90 (copied) (copied from branches/1.1.x/src/parser_symbols.F90)
-
src/ps_io.F90 (copied) (copied from branches/1.1.x/src/ps_io.F90)
-
src/xc.F90 (copied) (copied from branches/1.1.x/src/xc.F90)
Legend:
- Unmodified
- Added
- Removed
-
tags/1.1.1/ChangeLog
r533 r607 1 2011-06-26 [r604-605] micael: 2 * doc/ape.texi, m4/libxc.m4, src/parser_symbols.F90, 3 src/xc.F90: * Updated 1.1.x branch to use version 1.1 of libxc. 4 5 * src/ps_io.F90: * Backport of #600 Bug fixed: the definition of 6 the core charge radius in the Abinit file format is in fact the 7 radius at which the core density vanishes. 8 1 9 2010-11-02 [r529-532] micael: 2 10 -
tags/1.1.1/configure.ac
r532 r607 19 19 20 20 AC_PREREQ(2.59) 21 AC_INIT([APE],[1.1 ],[ape-devel@tddft.org],[ape])21 AC_INIT([APE],[1.1.1],[ape-devel@tddft.org],[ape]) 22 22 AC_CONFIG_SRCDIR([src/global.F90]) 23 23 AC_CONFIG_AUX_DIR([build-aux])
Note: See TracChangeset
for help on using the changeset viewer.