init.cppΒΆ

An implementation cpp file containing functions for initialising the main operation of the code.

Current use limited to initialising variables and initialising the SPH kernel.

Functions

void init(void)

Main initialisation function.

void strip_string_quotes(std::string & s)

Simple function which searches a string for surrounding quote characters and removes them.

Parameters
  • s -

    address of string to operate on