*** empty log message ***

This commit is contained in:
George Weigt 2008-11-13 21:13:12 -07:00
parent 5c665abb06
commit 1d6f417127
3 changed files with 0 additions and 5 deletions

View file

@ -45,7 +45,6 @@ arcsinh.o \
arctan.o \
arctanh.o \
arg.o \
atomize.o \
bake.o \
besselj.o \
bessely.o \

View file

@ -194,9 +194,6 @@ static char *s[] = {
"y=r*sin(theta)",
"",
"f=eval(f)",
"",
"defint(f*r,r,0,3,theta,0,2pi)",
"-27*pi",

View file

@ -2839,7 +2839,6 @@ S=(x,y,z)
f=dot(curl(F),cross(d(S,x),d(S,y)))
x=r*cos(theta)
y=r*sin(theta)
f=eval(f)
defint(f*r,r,0,3,theta,0,2pi)
check(last = -27*pi)
-- mini-test.cpp