Package: freefem3d Severity: minor There are a number of errors or awkward phrases in the package description. The attached patch fixes them.
-- System Information: Debian Release: 3.1 APT prefers testing APT policy: (990, 'testing'), (500, 'unstable') Architecture: powerpc (ppc) Kernel: Linux 2.6.8-powerpc Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)
diff -ru freefem3d-1.0pre5.orig/debian/control freefem3d-1.0pre5/debian/control --- freefem3d-1.0pre5.orig/debian/control 2005-05-08 08:32:36.511726672 -0700 +++ freefem3d-1.0pre5/debian/control 2005-05-08 08:34:06.252084064 -0700 @@ -11,21 +11,21 @@ Suggests: doc-central Description: A language and solver for partial differential equations in 3D FreeFEM3D (aka ff3d) is a 3D solver of partial differential - equations(PDE). It is a member of the familly of the freefem + equations (PDE). It is a member of the family of the freefem programs (see http://www.freefem.org). . - ff3d, as well as his cousins, is a PDE solver driven by a + ff3d, as well as its cousins, is a PDE solver driven by a user-friendly language. It is to solve many kind of problems such as - elastcity, fluids (Stokes and Navier-Stokes) and a lot more. The user - has to enter the equation associated to the problem, giving either - the PDE in strong formulation or weak(variational) formulation. + elasticity, fluids (Stokes and Navier-Stokes) and a lot more. The user + has to enter the equation associated with the problem, giving either + the PDE in strong formulation or weak (variational) formulation. . - Ff3d does not use standard Finite Elements method but a Fictitious + ff3d does not use standard Finite Elements method but a Fictitious Domain approach. The geometry is described using Constructive Solid - Geometry(CSG). This description is done using the POV-Ray language + Geometry (CSG). This description is done using the POV-Ray language but others such as VRML could be added. . - The processing of the results is let to the user. One can use + The processing of the results is left to the user. One can use various graphic tools: OpenDX being the most powerful free software on the market nowadays. The implementation of a VTK base visualization module is underway.