source: git/gfanlib/gfanlib_field.cpp @ fbaeb5

spielwiese
Last change on this file since fbaeb5 was 5cea7a, checked in by Yue <ren@…>, 8 years ago
chg: new gfanlib version 0.6
  • Property mode set to 100644
File size: 452 bytes
RevLine 
[5cea7a]1/*
2 * gfanlib_field.cpp
3 *
4 *  Created on: Sep 2, 2015
5 *      Author: anders
6 */
7
8#include "gfanlib_field.h"
9
10FieldElement::FieldElement(Field const &f):
11  //  theField(f)
12implementingObject(f.zHomomorphismImplementation(0))
13{
14//  assert(f.implementingObject);
15//  implementingObject=f.zHomomorphismImplementation(0);//create object with refCount 1
16  //  f.implementingObject->refCount++;
17//  flog2 fprintf(Stderr,"FieldElement - constructing1\n");
18}
Note: See TracBrowser for help on using the repository browser.