File: Field.cc

package info (click to toggle)
topcom 0.17.8%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 78,572 kB
  • sloc: cpp: 16,640; sh: 975; makefile: 345; ansic: 40
file content (20 lines) | stat: -rw-r--r-- 496 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
////////////////////////////////////////////////////////////////////////////////
// 
// Field.cc
//
//    produced: 30/03/98 jr
// last change: 30/03/98 jr
// 
////////////////////////////////////////////////////////////////////////////////

#include "Field.hh"

// #ifdef DOUBLE_ARITHMETIC
// const Field Field::EPSILON  = Field(1E-99);
// #endif

// const Field Field::ZERO     = Field(0);
// const Field Field::ONE      = Field(1);
// const Field Field::MINUSONE = Field(-1);

// eof Field.cc