mirror of
https://github.com/paboyle/Grid.git
synced 2025-11-08 15:49:32 +00:00
Compare commits
1 Commits
hotfix/nvc
...
hotfix/vir
| Author | SHA1 | Date | |
|---|---|---|---|
| 5d7e0d18b9 |
@@ -542,6 +542,7 @@ public:
|
||||
(*this)(in[i], out[i]);
|
||||
}
|
||||
}
|
||||
virtual ~LinearFunction(){};
|
||||
};
|
||||
|
||||
template<class Field> class IdentityLinearFunction : public LinearFunction<Field> {
|
||||
|
||||
Reference in New Issue
Block a user