mirror of
https://github.com/aportelli/LatAnalyze.git
synced 2025-04-10 19:20:44 +01:00
ASCII Parser: minor code formatting
This commit is contained in:
parent
283245b1b6
commit
1d59b50681
@ -90,21 +90,21 @@ datas:
|
|||||||
|
|
||||||
data:
|
data:
|
||||||
mat
|
mat
|
||||||
{
|
{
|
||||||
TEST_FIRST($1);
|
TEST_FIRST($1);
|
||||||
(*state->data)[$1].reset(new DMat(state->dMatQueue.front()));
|
(*state->data)[$1].reset(new DMat(state->dMatQueue.front()));
|
||||||
state->dMatQueue.pop();
|
state->dMatQueue.pop();
|
||||||
}
|
}
|
||||||
| sample
|
| sample
|
||||||
{
|
{
|
||||||
TEST_FIRST($1);
|
TEST_FIRST($1);
|
||||||
(*state->data)[$1].reset(new DMatSample(state->dMatSampleBuf));
|
(*state->data)[$1].reset(new DMatSample(state->dMatSampleBuf));
|
||||||
}
|
}
|
||||||
| rg_state
|
| rg_state
|
||||||
{
|
{
|
||||||
TEST_FIRST($1);
|
TEST_FIRST($1);
|
||||||
(*state->data)[$1].reset(new RandGen::State(state->stateBuf));
|
(*state->data)[$1].reset(new RandGen::State(state->stateBuf));
|
||||||
}
|
}
|
||||||
;
|
;
|
||||||
|
|
||||||
mat:
|
mat:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user