~ubuntu-branches/debian/squeeze/gmsh/squeeze

« back to all changes in this revision

Viewing changes to Plugin/StreamLines.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Christophe Prud'homme
  • Date: 2009-01-07 16:02:08 UTC
  • mfrom: (5.1.2 sid)
  • Revision ID: james.westby@ubuntu.com-20090107160208-vklhtj69br5yw5bh
Tags: 2.2.6.dfsg-2
* debian/control: fixed lintian warning "debhelper-but-no-misc-depends"
* debian/watch: fixed lintian warning
  "debian-watch-file-should-mangle-version"

Show diffs side-by-side

added added

removed removed

Lines of Context:
147
147
void GMSH_StreamLinesPlugin::getInfos(char *author, char *copyright,
148
148
                                      char *help_text) const
149
149
{
150
 
  strcpy(author, "J.-F. Remacle");
151
 
  strcpy(copyright, "DGR (www.multiphysics.com)");
 
150
  strcpy(author, "C. Geuzaine, J.-F. Remacle");
 
151
  strcpy(copyright, "C. Geuzaine, J.-F. Remacle");
152
152
  strcpy(help_text,
153
153
         "Plugin(StreamLines) computes stream lines\n"
154
154
         "from the `TimeStep'-th time step of a vector\n"