Skip to content
Snippets Groups Projects
Commit 252e5ae0 authored by Joan Solà Ortega's avatar Joan Solà Ortega
Browse files

Remove unfinished class files

parent ff8ea466
No related branches found
No related tags found
No related merge requests found
/*
* constraint_hp.cpp
*
* Created on: Nov 28, 2016
* Author: jsola
*/
#include "constraint_hp.h"
/*
* constraint_hp.h
*
* Created on: Nov 28, 2016
* Author: jsola
*/
#ifndef CONSTRAINT_HP_H_
#define CONSTRAINT_HP_H_
#include "constraint_sparse.h"
namespace wolf
{
class ConstraintHP : public ConstraintSparse<2, 3, 4, 4>
{
public:
ConstraintHP()
{
// TODO Auto-generated constructor stub
}
virtual ~ConstraintHP()
{
//
}
};
} /* namespace wolf */
#endif /* CONSTRAINT_HP_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