Subversion Repositories slepc-dev

Rev

Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message
3290 71d 20h jroman /trunk/src/vec/vecutil.c Remove more useless whitespace
3289 71d 20h jroman /trunk/src/vec/vecutil.c Remove lots of whitespace in otherwise empty lines
3257 81d 22h jroman /trunk/src/vec/vecutil.c Remove whitespace after __FUNCT__
3227 101d 22h jroman /trunk/src/vec/vecutil.c Sync with petsc-dev: use PetscObjectComm()
3209 106d 17h jroman /trunk/src/vec/vecutil.c Sync with petsc-dev: use NULL instead of PETSC_NULL; avoid use of PETSC_IGNORE
3009 297d 15h eromero /trunk/src/vec/vecutil.c Updated copyright.
2729 427d 23h jroman /trunk/src/vec/vecutil.c Rename include/private to include/slepc-private
2691 554d 14h jroman /trunk/src/vec/vecutil.c Random seeds must be set in order for SlepcVecSetRandom to work correctly
2575 585d 16h eromero /trunk/src/vec/vecutil.c Updated Copyright year.
2564 592d 14h eromero /trunk/src/vec/vecutil.c Allowed xi to be null if complex is false in SlepcVecNormalize.
2541 604d 14h jroman /trunk/src/vec/vecutil.c Bugfix: in SlepcVecNormalize vector xi is referenced only in real scalars
2349 750d 10h jroman /trunk/src/vec/vecutil.c Private functions need not check arguments; add argument checks in some public functions
2345 751d 13h jroman /trunk/src/vec/vecutil.c Remove warnings
2341 752d 13h jroman /trunk/src/vec/vecutil.c Create a private vecimpl.h file in the right place
2340 752d 13h jroman /trunk/src/vec/vecutil.c Move more functions from slepcutil to src/vec