Skip to content
Snippets Groups Projects
Commit f1c8b6b9 authored by Lars Bilke's avatar Lars Bilke
Browse files

Unified file header.

parent a53a5c1e
No related branches found
No related tags found
No related merge requests found
Showing with 60 additions and 77 deletions
/**
* \file BuildInfo.h.in
* 24/08/2010 LB Initial implementation
* #defines which gets set through CMake
* #defines which gets set through CMake.
*
* Created on 2010-08-24 by Lars Bilke
*/
#ifndef BUILDINFO_H
......
/*
* CPUTime.cpp
/**
* \file CPUTime.cpp
*
* Created on: May 10, 2012
* Author: TF
* Created on 2012-05-10 by Thomas Fischer
*/
#include "CPUTime.h"
......
/*
* CPUTime.h
/**
* \file CPUTime.h
*
* Created on: May 10, 2012
* Author: TF
* Created on 2012-05-10 by Thomas Fischer
*/
#ifndef CPUTIME_H
......
/*
* DateTools.cpp
/**
* \file DateTools.cpp
*
* Created on: Jun 16, 2010
* Author: KR Initial implementation (in header file)
* TF moved implementation to source file
* Created on 2010-06-16 by Karsten Rink
*/
#include "DateTools.h"
......
/**
* \file FileTools.h
* 26/4/2010 LB Initial implementation
*
* Created on 2010-04-26 by Lars Bilke
*
*/
......
/*
* MemWatch.cpp
/**
* \file MemWatch.cpp
*
* Created on: May 7, 2012
* Author: TF
* Created on 2012-05-07 by Thomas Fischer
*/
#include "MemWatch.h"
......
/*
* MemWatch.h
/**
* \file MemWatch.h
*
* Created on: May 7, 2012
* Author: TF
* Created on 2012-05-07 by Thomas Fischer
*/
#ifndef MEMWATCH_H_
......
/*
* RunTime.cpp
/**
* \file RunTime.cpp
*
* Created on: May 10, 2012
* Author: TF
* Created on 2012-05-10 by Thomas Fischer
*/
#include "RunTime.h"
......
/*
* RunTime.h
/**
* \file RunTime.h
*
* Created on: May 10, 2012
* Author: TF
* Created on 2012-05-10 by Thomas Fischer
*/
#ifndef RUNTIME_H
......
/*
* StringTools.cpp
/**
* \file StringTools.cpp
*
* Created on: Jun 16, 2010
* Author: TF
* Created on 2010-06-16 by Thomas Fischer
*/
#include "StringTools.h"
......
/*
* printList.h
/**
* \file printList.h
*
* Created on: Feb 23, 2011
* Author: TF
* Created on 2011-02-23 by Thomas Fischer
*/
#ifndef PRINTLIST_H_
......
/*
* quicksort.h
/**
* \file quicksort.h
*
* Created on: May 26, 2010
* Author: TF
* Created on 2010-05-26 by Thomas Fischer
*/
#ifndef QUICKSORT_H_
......
/*
* uniqueListInsert.h
/**
* \file uniqueListInsert.h
*
* Created on: Feb 23, 2011
* Author: TF
* Created on 2011-02-23 by Thomas Fischer
*/
#ifndef UNIQUELISTINSERT_H_
......
/*
* DistributionInfo.cpp
/**
* \file DistributionInfo.cpp
*
* Created on: Sep 28, 2010
* Author: fischeth
* Created on 2010-09-28 by Thomas Fischer
*/
#include "DistributionInfo.h"
......
/*
* DistributionInfo.h
/**
* \file DistributionInfo.h
*
* Created on: Sep 28, 2010
* Author: TF
* Created on 2010-09-28 by Thomas Fischer
*/
#ifndef DISTRIBUTIONINFO_H_
......
/*
* FEMEnums.cpp
/**
* \file FEMEnums.cpp
*
* Created on: Sep 2, 2010
* Author: TF
* Created on 2010-09-02 by Thomas Fischer
*/
#include "FEMEnums.h"
......@@ -106,11 +105,11 @@ std::string convertProcessTypeToString ( ProcessType pcs_type )
bool isFlowProcess (ProcessType pcs_type)
{
if ( pcs_type == LIQUID_FLOW || pcs_type == FLUID_FLOW
if ( pcs_type == LIQUID_FLOW || pcs_type == FLUID_FLOW
|| pcs_type == RICHARDS_FLOW || pcs_type == GROUNDWATER_FLOW
|| pcs_type == PS_GLOBAL || pcs_type == MULTI_PHASE_FLOW
|| pcs_type == DEFORMATION_FLOW || pcs_type == DEFORMATION_H2
|| pcs_type == TWO_PHASE_FLOW || pcs_type == OVERLAND_FLOW
|| pcs_type == TWO_PHASE_FLOW || pcs_type == OVERLAND_FLOW
|| pcs_type == AIR_FLOW || pcs_type == PTC_FLOW)
return true;
return false;
......@@ -118,7 +117,7 @@ bool isFlowProcess (ProcessType pcs_type)
bool isMultiFlowProcess (ProcessType pcs_type)
{
if (pcs_type == PS_GLOBAL ||
if (pcs_type == PS_GLOBAL ||
pcs_type == MULTI_PHASE_FLOW ||
pcs_type == TWO_PHASE_FLOW ||
pcs_type == DEFORMATION_H2)
......
/*
* GeoInfo.cpp
/**
* \file GeoInfo.cpp
*
* Created on: Jun 18, 2010
* Author: TF
* Created on 2010-06-18 by Thomas Fischer
*/
// STL
......
/*
* GeoInfo.h
/**
* \file GeoInfo.h
*
* Created on: Jun 18, 2010
* Author: TF
* Created on 2010-06-18 by Thomas Fischer
*/
#ifndef GEOINFO_H_
......
/*
/**
* \file ProcessInfo.cpp
*
* Created on: Sep 2, 2010
* Author: TF
* Created on 2010-09-02 by Thomas Fischer
*/
//#include "rf_pcs.h"
......
/*
/**
* \file ProcessInfo.h
*
* Created on: Sep 2, 2010
* Author: TF
* Created on 2010-09-02 by Thomas Fischer
*/
#ifndef PROCESSINFO_H_
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment