~ubuntu-branches/ubuntu/intrepid/gmsh/intrepid

« back to all changes in this revision

Viewing changes to Plugin/Eigenvalues.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Andrea Veri
  • Date: 2007-07-14 23:29:56 UTC
  • mfrom: (1.2.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20070714232956-ikw2f28278kxkquw
Tags: 2.0.8-1ubuntu1
* Merge from debian unstable, remaining changes:
  debian/rules:
    - added dh_desktop for registering gmsh.desktop file.
  debian/gmsh.install:
    - Installing both gmsh.desktop and respective icon.
  debian/menu:
    - added gmsh icon path
  debian/control:
    - Modify Maintainer value to match Debian-Maintainer-Field Spec.

* removing 02_gcc4.3-FTBFS.dpatch previously added in ubuntu, it has been reported 
  and fixed upstream with the new usptream release (2.0.8).
  Check debian bug #417211 for confirmation.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
// $Id: Eigenvalues.cpp,v 1.3 2006/11/27 22:22:32 geuzaine Exp $
 
1
// $Id: Eigenvalues.cpp,v 1.4 2007-05-04 10:45:08 geuzaine Exp $
2
2
//
3
3
// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle
4
4
//
53
53
 
54
54
void GMSH_EigenvaluesPlugin::getInfos(char *author, char *copyright, char *help_text) const
55
55
{
56
 
  strcpy(author, "C. Geuzaine (geuz@geuz.org)");
 
56
  strcpy(author, "C. Geuzaine");
57
57
  strcpy(copyright, "DGR (www.multiphysics.com)");
58
58
  strcpy(help_text,
59
59
         "Plugin(Eigenvalues) computes the three real\n"