mirror of
https://github.com/NGSolve/netgen.git
synced 2024-12-25 05:20:34 +05:00
Merge branch 'get_version_base_archive' into 'master'
GetVersion implemented in base archive See merge request jschoeberl/netgen!111
This commit is contained in:
commit
ab92bff3a0
@ -113,7 +113,8 @@ namespace ngcore
|
|||||||
|
|
||||||
bool Output () const { return is_output; }
|
bool Output () const { return is_output; }
|
||||||
bool Input () const { return !is_output; }
|
bool Input () const { return !is_output; }
|
||||||
virtual const VersionInfo& GetVersion(const std::string& library) = 0;
|
virtual const VersionInfo& GetVersion(const std::string& library)
|
||||||
|
{ return GetLibraryVersions()[library]; }
|
||||||
|
|
||||||
// Pure virtual functions that have to be implemented by In-/OutArchive
|
// Pure virtual functions that have to be implemented by In-/OutArchive
|
||||||
virtual Archive & operator & (double & d) = 0;
|
virtual Archive & operator & (double & d) = 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user