Update version

This commit is contained in:
jomjol
2021-07-14 20:00:06 +02:00
parent 03b5e36114
commit 655f9d7c97
10 changed files with 11 additions and 30 deletions

View File

@@ -190,7 +190,6 @@ bool ClassFlowAnalog::ReadParameter(FILE* pfile, string& aktparamgraph)
analog* ClassFlowAnalog::FindANALOG(string _name_number)
{
analog *_ret = NULL;
for (int i = 0; i < ANALOG.size(); ++i)
{