#include "RadiationModel.h"
#include <cmath>
#include <ctime>
#include <fstream>
#include <iomanip>
#include <sstream>
#include <unordered_set>
Go to the source code of this file.
Functions | |
void | sutilHandleError (RTcontext context, RTresult code, const char *file, int line) |
void | sutilReportError (const char *message) |
Primary source file for radiation transport model.
Copyright (C) 2016-2025 Brian Bailey
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, version 2.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
Definition in file RadiationModel.cpp.
void sutilHandleError | ( | RTcontext | context, |
RTresult | code, | ||
const char * | file, | ||
int | line | ||
) |
Definition at line 5722 of file RadiationModel.cpp.
void sutilReportError | ( | const char * | message | ) |
Definition at line 5731 of file RadiationModel.cpp.