History log of /petsc/src/tao/linesearch/impls/gpcglinesearch/gpcglinesearch.c (Results 126 – 128 of 128)
Revision Date Author Comments
# f06e3bfa 27-Jan-2014 Barry Smith <bsmith@mcs.anl.gov>

removed more %G from TAO
much more formating of TAO source code


# 3c9e27cf 13-Dec-2013 Geoffrey Irving <irving@naml.us>

TAO: Update for no type arguments in PetscNew and PetscNewLog

I used Jed's script from b00a91154f763f12aa55f3d53a3f2776f15f49e3,
but removed the '-- $1' bit (which I didn't understand and which
didn

TAO: Update for no type arguments in PetscNew and PetscNewLog

I used Jed's script from b00a91154f763f12aa55f3d53a3f2776f15f49e3,
but removed the '-- $1' bit (which I didn't understand and which
didn't work) to get

git grep -l 'PetscNew\(Log\)\?(' | xargs perl -pi \
-e 's@PetscNew\([^,;()]+ *, *@PetscNew(@;' \
-e 's@PetscNewLog\(([^,;()]+) *,[^,;()]+, *@PetscNewLog($1,@;'

show more ...


# a7e14dcf 25-Nov-2013 Satish Balay <balay@mcs.anl.gov>

tao: move tao/src/* petsc/src/tao/


123456