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