comparison src/DLD-FUNCTIONS/sqrtm.cc @ 5307:4c8a2e4e0717

[project @ 2005-04-26 19:24:27 by jwe]
author jwe
date Tue, 26 Apr 2005 19:24:47 +0000
parents 23b37da9fd5b
children 2618a0750ae6
comparison
equal deleted inserted replaced
5306:63cf9851f55c 5307:4c8a2e4e0717
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 GNU General Public License for more details. 13 GNU General Public License for more details.
14 14
15 You should have received a copy of the GNU General Public License 15 You should have received a copy of the GNU General Public License
16 along with this program; if not, write to the Free Software 16 along with this program; if not, write to the Free Software
17 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 17 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
18 02110-1301 USA
18 19
19 */ 20 */
20 21
21 #ifdef HAVE_CONFIG_H 22 #ifdef HAVE_CONFIG_H
22 #include <config.h> 23 #include <config.h>
268 else 269 else
269 gripe_wrong_type_arg ("sqrtm", arg); 270 gripe_wrong_type_arg ("sqrtm", arg);
270 271
271 return retval; 272 return retval;
272 } 273 }
274
275 /*
276 ;;; Local Variables: ***
277 ;;; mode: C++ ***
278 ;;; End: ***
279 */