~ubuntu-branches/ubuntu/trusty/rheolef/trusty-proposed

« back to all changes in this revision

Viewing changes to util/bamg/R2.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Christophe Prud'homme
  • Date: 2010-06-12 09:08:59 UTC
  • Revision ID: james.westby@ubuntu.com-20100612090859-8gpm2gc7j3ab43et
Tags: upstream-5.89
ImportĀ upstreamĀ versionĀ 5.89

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
// -*- Mode : c++ -*-
 
2
//
 
3
// SUMMARY  :      
 
4
// USAGE    :        
 
5
// ORG      : 
 
6
// AUTHOR   : Frederic Hecht
 
7
// E-MAIL   : hecht@ann.jussieu.fr
 
8
//
 
9
 
 
10
/*
 
11
 
 
12
 This file is part of Freefem++
 
13
 
 
14
 Freefem++ is free software; you can redistribute it and/or modify
 
15
 it under the terms of the GNU Lesser General Public License as published by
 
16
 the Free Software Foundation; either version 2.1 of the License, or
 
17
 (at your option) any later version.
 
18
 
 
19
 Freefem++  is distributed in the hope that it will be useful,
 
20
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 
21
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
22
 GNU Lesser General Public License for more details.
 
23
 
 
24
 You should have received a copy of the GNU Lesser General Public License
 
25
 along with Freefem++; if not, write to the Free Software
 
26
 Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 
27
 */
 
28
 
 
29
#include <iostream>
 
30
using namespace std;
 
31
#include "R2.h"