to be done next week
This commit is contained in:
		
							parent
							
								
									f5515b77a2
								
							
						
					
					
						commit
						905c61628f
					
				
							
								
								
									
										22
									
								
								Fonderie/metriques.c
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										22
									
								
								Fonderie/metriques.c
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,22 @@
 | 
			
		||||
/*
 | 
			
		||||
 * 		metriques.c
 | 
			
		||||
 */
 | 
			
		||||
 | 
			
		||||
#include  <stdio.h>
 | 
			
		||||
 | 
			
		||||
extern int		verbosity;
 | 
			
		||||
 | 
			
		||||
/*   --------------------------------------------------------------   */
 | 
			
		||||
 | 
			
		||||
int get_float_metric(FloatImg *pimg, float *where, int whot)
 | 
			
		||||
{
 | 
			
		||||
 | 
			
		||||
#if DEBUG_LEVEL
 | 
			
		||||
fprintf(stderr, ">>> %s ( %p %f %d )\n", __func__, pimg, where, whot);
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
*where = 0;
 | 
			
		||||
 | 
			
		||||
return -1;
 | 
			
		||||
}
 | 
			
		||||
/*   --------------------------------------------------------------   */
 | 
			
		||||
							
								
								
									
										9
									
								
								Fonderie/metriques.h
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										9
									
								
								Fonderie/metriques.h
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,9 @@
 | 
			
		||||
/*
 | 
			
		||||
 * 		metriques.h
 | 
			
		||||
 */
 | 
			
		||||
 | 
			
		||||
/*   --------------------------------------------------------------   */
 | 
			
		||||
 | 
			
		||||
int get_float_metric(FloatImg *pimg, float *where, int whot)
 | 
			
		||||
 | 
			
		||||
/*   --------------------------------------------------------------   */
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user