mirror of
https://github.com/NGSolve/netgen.git
synced 2025-01-12 22:20:35 +05:00
Fix typo
This commit is contained in:
parent
3679ea7e45
commit
6a2361700f
@ -107,8 +107,10 @@ namespace ngcore
|
||||
static void SetArchiveRegister(const std::string& classname, const ClassArchiveInfo& info);
|
||||
static bool IsRegistered(const std::string& classname);
|
||||
public:
|
||||
Archive (bool ais_output) : is_output(ais_output), shared_ptr_count(0), ptr_count(0)
|
||||
shared_ptr2nr(), ptr2nr(), nr2shared_ptr(), nr2prt() { ; }
|
||||
Archive (bool ais_output) :
|
||||
is_output(ais_output), shared_ptr_count(0), ptr_count(0),
|
||||
shared_ptr2nr(), ptr2nr(), nr2shared_ptr(), nr2ptr() { ; }
|
||||
|
||||
virtual ~Archive() { ; }
|
||||
|
||||
bool Output () { return is_output; }
|
||||
|
Loading…
Reference in New Issue
Block a user