~ubuntu-branches/ubuntu/raring/blitz++/raring

« back to all changes in this revision

Viewing changes to blitz/vecglobs.cc

  • Committer: Bazaar Package Importer
  • Author(s): Konstantinos Margaritis
  • Date: 2005-02-28 20:25:01 UTC
  • mfrom: (2.1.2 hoary)
  • Revision ID: james.westby@ubuntu.com-20050228202501-3i4f2sknnprsqfhz
Tags: 1:0.8-4
Added missing build-depends (Closes: #297323)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
 
 * $Id: vecglobs.cc,v 1.1.1.1 2000/06/19 12:26:08 tveldhui Exp $
 
2
 * $Id: vecglobs.cc,v 1.2 2003/01/14 11:29:18 patricg Exp $
3
3
 *
4
4
 * Copyright (C) 1997 Todd Veldhuizen <tveldhui@oonumerics.org>
5
5
 * All rights reserved.  Please see <blitz/blitz.h> for terms and
6
6
 * conditions of use.
7
7
 *
8
 
 * $Log: vecglobs.cc,v $
9
 
 * Revision 1.1.1.1  2000/06/19 12:26:08  tveldhui
10
 
 * Imported sources
11
 
 *
12
 
 * Revision 1.3  1997/07/16 14:51:20  tveldhui
13
 
 * Update: Alpha release 0.2 (Arrays)
14
 
 *
15
 
 * Revision 1.2  1997/01/24 14:42:00  tveldhui
16
 
 * Periodic RCS update
17
 
 *
18
8
 */
19
9
 
20
10
#ifndef BZ_VECGLOBS_CC