Skip to content

Commit 680a583

Browse files
whitespace
1 parent 5d2e553 commit 680a583

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

MatricesForHomalg/gap/Tools.gi

+1-2
Original file line numberDiff line numberDiff line change
@@ -8155,14 +8155,13 @@ InstallMethod( RingMapOntoSimplifiedResidueClassRing,
81558155
pi := RingMapOntoRewrittenResidueClassRing( R ); # replace pi: A -> R = A / I by pi: A -> R_1 := A_1 / I_1
81568156

81578157
while true do
8158-
8158+
81598159
## construct the surjective morphism psi: A_i -> A_{i+1} / I_{i+1} =: R_{i+1}
81608160
psi := RingMapOntoSimplifiedOnceResidueClassRing( Range( pi ) );
81618161

81628162
if HasIsOne( psi ) and IsOne( psi ) then
81638163
break;
81648164
fi;
8165-
81668165

81678166
## compose A -pi-> A_i / I_i -psi-> A_{i+1} / I_{i+1},
81688167
## where we understand the above psi as the isomorphism psi: A_i / I_i -psi-> A_{i+1} / I_{i+1}

0 commit comments

Comments
 (0)