-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathminimal_error_2.txt
More file actions
47 lines (45 loc) · 2.24 KB
/
minimal_error_2.txt
File metadata and controls
47 lines (45 loc) · 2.24 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
C:\MinGW\bin\g++.exe : c:\
Users\T14\Documents\GitHub
\Modern Control Engineerin
g\Modern_Control_Engineeri
ng_with_Cpp\cppplot\exampl
es\test_sysid_minimal.cpp:
In function 'int main()':
At line:1 char:1
+ C:\MinGW\bin\g++.exe
-std=c++17 -I "c:\Users\T1
4\Documents\GitHub\Mod ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~
+ CategoryInfo
: NotSpecified: (c
:\Users\T14\Do...n 'i
nt main()'::String) [
], RemoteException
+ FullyQualifiedError
Id : NativeCommandErr
or
c:\Users\T14\Documents\Git
Hub\Modern Control Enginee
ring\Modern_Control_Engine
ering_with_Cpp\cppplot\exa
mples\test_sysid_minimal.c
pp:13:8: error: expected
unqualified-id before '['
token
auto [freq, coh] =
coherence(u, y, Ts, 2);
^
c:\Users\T14\Documents\Git
Hub\Modern Control Enginee
ring\Modern_Control_Engine
ering_with_Cpp\cppplot\exa
mples\test_sysid_minimal.c
pp:15:38: error: 'freq'
was not declared in this
scope
std::cout <<
"Coherence size: " <<
freq.size() << std::endl;
^~~~