path.cpp File Reference

#include "cddefines.h"
#include "path.h"

Include dependency graph for path.cpp:

Go to the source code of this file.

Defines

#define LOCAL_DATA_PATH   "/u/home1/gary/cloudy/current/data/"

Variables

char chDataPath [FILENAME_PATH_LENGTH] = LOCAL_DATA_PATH
bool lgDataPathSet = true


Detailed Description

Cloudy needs to read a large number of data files when it starts. The location of these data on your system is specified by

define LOCAL_DATA_PATH "XXXX"

below, so the code is set up so that data will be automatically located. "XXXX" gives the location of the data files on your computer.

This can also be set by using an argument to the compiler. That is discussed on the web site at https://cloud9.pa.uky.edu/trac/cloudy/wiki/EditPath

The data path can also be set by the CLOUDY_DATA_PATH shell variable, but it is generally better to provide the permanent location at compile time by editing LOCAL_DATA_PATH below.

Definition in file path.cpp.


Define Documentation

#define LOCAL_DATA_PATH   "/u/home1/gary/cloudy/current/data/"

Definition at line 34 of file path.cpp.


Variable Documentation

char chDataPath[FILENAME_PATH_LENGTH] = LOCAL_DATA_PATH

bool lgDataPathSet = true


Generated for cloudy by doxygen 1.5.9