#include <cassert>
#include <cstdlib>
#include <cstdio>
#include <iostream>
#include <iomanip>
#include <fstream>
#include <sstream>
#include <string>
#include <vector>
#include "Density.H"
#include "xyzdensity_cmd.h"
#include "debug.H"
Functions | |
| bool | LoadData (const string &filename, Density &d) |
| bool | LoadData4 (const string &filename, Density &d) |
| Load xyzc ascii data where c is the value to put in the cell. | |
| int | main (int argc, char *argv[]) |
Variables | |
| int | debug_level |
| The main program needs to define this as a non-extern. | |
| static const UNUSED char * | RCSid = "@(#) $Id: xyzdensity.C,v 1.20 2004/11/13 22:26:37 schwehr Exp $" |
| Let the debugger find out which version is being used. | |
|
||||||||||||
|
|
|
||||||||||||
|
Load xyzc ascii data where c is the value to put in the cell. FIX: validate this function!
|
|
||||||||||||
|
|
|
|
The main program needs to define this as a non-extern.
|
|
|
Let the debugger find out which version is being used.
|
1.4.6