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