mirror of
				https://github.com/zenorogue/hyperrogue.git
				synced 2025-10-31 14:02:59 +00:00 
			
		
		
		
	const in get_column
This commit is contained in:
		| @@ -996,7 +996,7 @@ EX void set_column(transmatrix& T, int i, const hyperpoint& H) { | |||||||
|     T[j][i] = H[j]; |     T[j][i] = H[j]; | ||||||
|   } |   } | ||||||
|  |  | ||||||
| EX hyperpoint get_column(transmatrix& T, int i) { | EX hyperpoint get_column(const transmatrix& T, int i) { | ||||||
|   hyperpoint h; |   hyperpoint h; | ||||||
|   for(int j=0; j<MXDIM; j++) |   for(int j=0; j<MXDIM; j++) | ||||||
|     h[j] = T[j][i]; |     h[j] = T[j][i]; | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Zeno Rogue
					Zeno Rogue