38static char rcsid[] not_used = {
"$Id$"};
43#include <libdap/InternalErr.h>
45#include "WWWFloat32.h"
47#include "get_html_form.h"
49using namespace dap_html_form;
51WWWFloat32::WWWFloat32(
const string &n) :
Float32(n)
56WWWFloat32::ptr_duplicate()
58 return new WWWFloat32(*
this);
62WWWFloat32::print_val(FILE *os,
string,
bool )
64 write_simple_variable(os,
this);
68WWWFloat32::print_val(
ostream &strm,
string,
bool )
70 write_simple_variable(strm,
this);