Program Listing for File SetGas.h
↰ Return to documentation for file (include/operations/SetGas.h)
// _______. ______ __ ___ .__ __. .___________. __ ___ ___ //
// / | / || | / \ | \ | | | || | \ \ / / //
// | (----`| ,----'| | / ^ \ | \| | `---| |----`| | \ V / //
// \ \ | | | | / /_\ \ | . ` | | | | | > < //
// .----) | | `----.| | / _____ \ | |\ | | | | | / . \ //
// |_______/ \______||__| /__/ \__\ |__| \__| |__| |__| /__/ \__\ //
// //
// Originally developed by D. Pizzocri & T. Barani //
// //
// Version: 2.2.1 //
// Year: 2025 //
// Authors: D. Pizzocri, G. Zullo. //
// //
#ifndef SET_GAS_H
#define SET_GAS_H
#include "Gas.h"
#include "SciantixArray.h"
#include <vector>
void xenon(SciantixArray<Gas>& gas);
void krypton(SciantixArray<Gas>& gas);
void helium(SciantixArray<Gas>& gas);
#endif // SET_GAS_H