nice working version
This commit is contained in:
		
							
								
								
									
										6
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										6
									
								
								Makefile
									
									
									
									
									
								
							@@ -2,13 +2,13 @@
 | 
			
		||||
all: thickenings
 | 
			
		||||
 | 
			
		||||
thickenings: thickenings.o coxeter.o
 | 
			
		||||
	gcc -g -o thickenings thickenings.o coxeter.o -lgsl -lcblas
 | 
			
		||||
	gcc -O3 -o thickenings thickenings.o coxeter.o -lgsl -lcblas
 | 
			
		||||
 | 
			
		||||
thickenings.o: thickenings.c coxeter.h
 | 
			
		||||
	gcc -g -c thickenings.c -std=gnu99
 | 
			
		||||
	gcc -O3 -c thickenings.c -std=gnu99
 | 
			
		||||
 | 
			
		||||
coxeter.o: coxeter.c coxeter.h
 | 
			
		||||
	gcc -g -c coxeter.c -std=gnu99
 | 
			
		||||
	gcc -O3 -c coxeter.c -std=gnu99
 | 
			
		||||
 | 
			
		||||
clean:
 | 
			
		||||
	rm -f thickenings thickenings.o coxeter.o
 | 
			
		||||
 
 | 
			
		||||
@@ -436,6 +436,8 @@ int main(int argc, const char *argv[])
 | 
			
		||||
  printf("\n");
 | 
			
		||||
  printf("Found %d thickenings, %d fat, %d slim, %d balanced\n\n", thickenings_count, fat_count, slim_count, balanced_count);
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
  /*
 | 
			
		||||
  for(int i = 0; i < balanced_count; i++) {
 | 
			
		||||
    // figure out invariances
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user