Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Docker-in-Docker (DinD) capabilities of public runners deactivated.
More info
Open sidebar
BAORadio
AnaPAON4
Commits
87c3a4be
Commit
87c3a4be
authored
Sep 25, 2015
by
Reza ANSARI
Browse files
suite correction bugs apres 1ere executions ds msvis2dt.cc , Reza 25/9/2015
parent
7a8d0976
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
msvis2dt.cc
msvis2dt.cc
+2
-2
No files found.
msvis2dt.cc
View file @
87c3a4be
...
...
@@ -206,7 +206,7 @@ int main(int narg, char* arg[])
TMatrix
<
complex
<
float
>
>
vismtx
;
time_t
tm5
=
pin5
.
CreationDate
();
struct
tm
*
ptms5
=
gmtime
(
&
tm5
);
TimeStamp
tms5
(
ptms5
->
tm_year
+
1900
,
ptms5
->
tm_mon
,
ptms5
->
tm_mday
,
ptms5
->
tm_hour
,
ptms5
->
tm_min
,
ptms5
->
tm_sec
);
TimeStamp
tms5
(
ptms5
->
tm_year
+
1900
,
ptms5
->
tm_mon
+
1
,
ptms5
->
tm_mday
,
ptms5
->
tm_hour
,
ptms5
->
tm_min
,
ptms5
->
tm_sec
);
pin5
>>
vismtx
;
sprintf
(
filename
,
"%s/meanspec%d.ppf"
,
path6
.
c_str
(),
jf
);
...
...
@@ -215,7 +215,7 @@ int main(int narg, char* arg[])
TMatrix
<
float
>
spectre
;
time_t
tm6
=
pin6
.
CreationDate
();
struct
tm
*
ptms6
=
gmtime
(
&
tm6
);
TimeStamp
tms6
(
ptms6
->
tm_year
+
1900
,
ptms6
->
tm_mon
,
ptms6
->
tm_mday
,
ptms6
->
tm_hour
,
ptms6
->
tm_min
,
ptms6
->
tm_sec
);
TimeStamp
tms6
(
ptms6
->
tm_year
+
1900
,
ptms6
->
tm_mon
+
1
,
ptms6
->
tm_mday
,
ptms6
->
tm_hour
,
ptms6
->
tm_min
,
ptms6
->
tm_sec
);
pin6
>>
PPFNameTag
(
"spectre"
)
>>
spectre
;
if
(
vismtx
.
NCols
()
!=
spectre
.
NCols
())
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment