* Version 0.1
*
* Copyright (C) 2003 GS Bustamante ArgaƱaraz
- * 2008-2009 W. Trevor King <wking@drexel.edu>
+ * 2008-2011 W. Trevor King <wking@drexel.edu>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
draw(pin_beg--(pin_beg+(dist,0))--(pin_beg.x + dist,pin_end.y)
--pin_end, line);
} else {
- write("Error, unrecognized wireU type",type);
+ write("Error, unrecognized wire type",type);
}
}
}
/* Useful functions for drawing Physics 101 figures.
*
- * Copyright (C) 2008-2009 W. Trevor King <wking@drexel.edu>
+ * Copyright (C) 2008-2011 W. Trevor King <wking@drexel.edu>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by