Skip to content
Snippets Groups Projects
Commit d4128045 authored by Wuttke, Joachim's avatar Wuttke, Joachim
Browse files

Rückbau

parent 0a151a34
No related branches found
No related tags found
No related merge requests found
......@@ -86,6 +86,10 @@ int COlo::SaveHeader_a01(FILE *fd)
//* online data files *//
//***************************************************************************//
COld::COld(COlc *c) : COlo((COlo)*c)
{
};
COld::COld(CCoord CX, CCoord CY, CGrid VX, vector<double> VY)
{
vector<double> VZ;
......
......@@ -29,6 +29,7 @@ class COld : public COlo { // on-line data file
vector<CScan> VS;
inline COld(void) { };
COld(class COlc *c);
COld(CCoord CX, CCoord CY, CGrid VX, vector<double> VY);
inline ~COld(void) { };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment