Skip to content

Commit

Permalink
Add information at the beginning of the files.
Browse files Browse the repository at this point in the history
  • Loading branch information
zfengyan committed Dec 19, 2021
1 parent 7c3d77e commit 3a53285
Show file tree
Hide file tree
Showing 4 changed files with 70 additions and 2 deletions.
17 changes: 17 additions & 0 deletions assignment2/src/DA.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
/*********************************************************
* The source code is inspired by the skeleton:
* https://gitlab.tudelft.nl/3d/geo1015.2021/
*
* Original author:
* Ken Arroyo Ohori
* https://3d.bk.tudelft.nl/ken/en/
*
*********************************************************
*
* The whole project and related files are available at:
* https://github.com/SEUZFY/assignment2
* If a bug is found or there is a better way to implement it, please do not hesitate to contact:
* [email protected](or [email protected])
*
*********************************************************/

#include <iostream>
#include "DA.h"

Expand Down
21 changes: 19 additions & 2 deletions assignment2/src/DA.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
#ifndef _DA_H
#define _DA_H
/*********************************************************
* The source code is inspired by the skeleton:
* https://gitlab.tudelft.nl/3d/geo1015.2021/
*
* Original author:
* Ken Arroyo Ohori
* https://3d.bk.tudelft.nl/ken/en/
*
*********************************************************
*
* The whole project and related files are available at:
* https://github.com/SEUZFY/assignment2
* If a bug is found or there is a better way to implement it, please do not hesitate to contact:
* [email protected](or [email protected])
*
*********************************************************/

#ifndef _DA_H_
#define _DA_H_

#include <queue>
#include "Raster.h"
Expand Down
17 changes: 17 additions & 0 deletions assignment2/src/Raster.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
/*********************************************************
* The source code is inspired by the skeleton:
* https://gitlab.tudelft.nl/3d/geo1015.2021/
*
* Original author:
* Ken Arroyo Ohori
* https://3d.bk.tudelft.nl/ken/en/
*
*********************************************************
*
* The whole project and related files are available at:
* https://github.com/SEUZFY/assignment2
* If a bug is found or there is a better way to implement it, please do not hesitate to contact:
* [email protected](or [email protected])
*
*********************************************************/

#include "Raster.h"
#include <cassert>

Expand Down
17 changes: 17 additions & 0 deletions assignment2/src/Raster.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
/*********************************************************
* The source code is inspired by the skeleton:
* https://gitlab.tudelft.nl/3d/geo1015.2021/
*
* Original author:
* Ken Arroyo Ohori
* https://3d.bk.tudelft.nl/ken/en/
*
*********************************************************
*
* The whole project and related files are available at:
* https://github.com/SEUZFY/assignment2
* If a bug is found or there is a better way to implement it, please do not hesitate to contact:
* [email protected](or [email protected])
*
*********************************************************/

#ifndef _RASTER_H_
#define _RASTER_H_

Expand Down

0 comments on commit 3a53285

Please sign in to comment.