Skip to content

Commit 8e35d9e

Browse files
committed
cleanup mnparc
1 parent f57df89 commit 8e35d9e

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

test/fitpack_tests.f90

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2189,16 +2189,16 @@ logical function mnparc(iunit) result(success)
21892189
end do approximations
21902190

21912191
! Format statements
2192-
910 format(31h0least-squares curve of degree ,i1,7h ipar=,i1)
2193-
915 format(27h0smoothing curve of degree ,i1,7h ipar=,i1)
2194-
920 format(20h smoothing factor s=,f7.2)
2195-
925 format(1x,23hsum squared residuals =,e15.6,5x,11herror flag=,i2)
2196-
930 format(1x,24htotal number of knots n=,i3)
2197-
935 format(1x,22hposition of the knots )
2192+
910 format('0least-squares curve of degree ',i1,' ipar=',i1)
2193+
915 format('0smoothing curve of degree ',i1,' ipar=',i1)
2194+
920 format(' smoothing factor s=',f7.2)
2195+
925 format(1x,'sum squared residuals =',e15.6,5x,'error flag=',i2)
2196+
930 format(1x,'htotal number of knots n=',i3)
2197+
935 format(1x,'position of the knots ')
21982198
940 format(5x,10f6.0)
2199-
945 format(1x,30hb-spline coefficients of sx(u))
2199+
945 format(1x,'b-spline coefficients of sx(u)')
22002200
950 format(5x,8f8.4)
2201-
955 format(1x,30hb-spline coefficients of sy(u))
2201+
955 format(1x,'b-spline coefficients of sy(u)')
22022202
960 format(1h0,2(4x,'xi',7x,'yi',6x,'sx(ui)',3x,'sy(ui)'))
22032203
965 format(1x,8f9.4)
22042204
1000 format('[mnparc] parametric curve test ',i0,' failed: ',a)

0 commit comments

Comments
 (0)