added polynom_interpolation,fixes inintegral-*, updated Makefile and cvsignore file
[physik/computational_physics.git] / integral-2_2.c
index 2c8a317..472a6c1 100644 (file)
@@ -6,7 +6,7 @@ int main(int argc,char **argv) {
  double p_N;
  double p;
  int steps;
- int i,j;
+ int i;
 
  if(argc!=2) { 
   printf("usage: %s <steps>\n",argv[0]);