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

Gliederung

parent 3cc8c67e
Branches
Tags
No related merge requests found
......@@ -14,6 +14,10 @@ using namespace std;
#include "coord.h"
#include "gar.h"
//**************************************************************************//
// class CCoord //
//**************************************************************************//
char CoordDecode( const string& resp, CCoord *rval )
{
if (resp[0]=='\0') {
......@@ -106,6 +110,10 @@ ostream& operator<< (ostream &s, CCoord C)
return s << C.str();
}
//**************************************************************************//
// class CParam //
//**************************************************************************//
int CParam::init_from_a01( const string in )
{
int ji = in.find_first_not_of(" \t");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment