comparison src/load-save.cc @ 5958:85c7dc4afe6b

[project @ 2006-08-23 18:35:38 by jwe]
author jwe
date Wed, 23 Aug 2006 18:35:39 +0000
parents 5a3a716c257d
children 27dd5b29489b
comparison
equal deleted inserted replaced
5957:370f785718be 5958:85c7dc4afe6b
991 bool& infnan_warned) 991 bool& infnan_warned)
992 { 992 {
993 switch (fmt) 993 switch (fmt)
994 { 994 {
995 case LS_ASCII: 995 case LS_ASCII:
996 save_ascii_data (os, tc, name, infnan_warned, false, global, 0); 996 save_ascii_data (os, tc, name, infnan_warned, global, 0);
997 break; 997 break;
998 998
999 case LS_BINARY: 999 case LS_BINARY:
1000 save_binary_data (os, tc, name, help, global, save_as_floats); 1000 save_binary_data (os, tc, name, help, global, save_as_floats);
1001 break; 1001 break;