From 13acf3d65eb8df4cb8df221509bf0178396dcff1 Mon Sep 17 00:00:00 2001 From: julie Date: Fri, 30 Sep 2011 18:34:50 +0000 Subject: Comments fix to be able to generate the new layout and the corresponding Doxygen documentation --- SRC/dgbsvxx.f | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'SRC/dgbsvxx.f') diff --git a/SRC/dgbsvxx.f b/SRC/dgbsvxx.f index 635b256b..090975e4 100644 --- a/SRC/dgbsvxx.f +++ b/SRC/dgbsvxx.f @@ -29,8 +29,8 @@ $ ERR_BNDS_COMP( NRHS, * ) * .. * -* Purpose -* ======= +* Purpose +* ======= * * DGBSVXX uses the LU factorization to compute the solution to a * double precision system of linear equations A * X = B, where A is an @@ -51,8 +51,8 @@ * user-provided factorizations and equilibration factors if they * differ from what DGBSVXX would itself produce. * -* Description -* =========== +* Description +* =========== * * The following steps are performed: * @@ -95,8 +95,8 @@ * diag(C) (if TRANS = 'N') or diag(R) (if TRANS = 'T' or 'C') so * that it solves the original system before equilibration. * -* Arguments -* ========= +* Arguments +* ========= * * Some optional parameters are bundled in the PARAMS array. These * settings determine how refinement is performed, but often the @@ -435,7 +435,7 @@ * about all of the right-hand sides check ERR_BNDS_NORM or * ERR_BNDS_COMP. * -* ================================================================== +* ================================================================== * * .. Parameters .. DOUBLE PRECISION ZERO, ONE -- cgit v1.2.3