update print & var

This commit is contained in:
Valk Richard Li
2019-08-07 02:44:31 +08:00
committed by GitHub
parent 271e516f2e
commit 200986920a
8 changed files with 341 additions and 110 deletions
+1 -1
View File
@@ -850,7 +850,7 @@ ListUnit NasalList::SearchElement(const int n)
return nil_list;
}
var::var(var &p)
var::var(const var &p)
{
Type=p.Type;
if(Type=="int")