comparison src/ls-mat5.cc @ 5930:a703198cb8b8

[project @ 2006-08-15 06:06:15 by jwe]
author jwe
date Tue, 15 Aug 2006 06:06:16 +0000
parents c20eb7330d13
children 1bcd9dd629c3
comparison
equal deleted inserted replaced
5929:e6c29de3be38 5930:a703198cb8b8
475 } 475 }
476 #endif 476 #endif
477 477
478 if (type != miMATRIX) 478 if (type != miMATRIX)
479 { 479 {
480 error ("load: invalid element type"); 480 error ("load: invalid element type = %d", type);
481 goto early_read_error; 481 goto early_read_error;
482 } 482 }
483 483
484 if (element_length == 0) 484 if (element_length == 0)
485 { 485 {