spielwiese
Last change
on this file since fbaeb5 was
5cea7a,
checked in by Yue <ren@…>, 7 years ago
|
chg: new gfanlib version 0.6
|
-
Property mode set to
100644
|
File size:
452 bytes
|
Rev | Line | |
---|
[5cea7a] | 1 | /* |
---|
| 2 | * gfanlib_field.cpp |
---|
| 3 | * |
---|
| 4 | * Created on: Sep 2, 2015 |
---|
| 5 | * Author: anders |
---|
| 6 | */ |
---|
| 7 | |
---|
| 8 | #include "gfanlib_field.h" |
---|
| 9 | |
---|
| 10 | FieldElement::FieldElement(Field const &f): |
---|
| 11 | // theField(f) |
---|
| 12 | implementingObject(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.