mirror of
https://github.com/nasa/trick.git
synced 2025-06-14 13:18:21 +00:00
Cleaning up once include variables and copyright cleanup.
Changed all header file once include variables to follow the same naming convention and not start with any underscores. Also deleted old incorrect copyright notices. Also removed $Id: tags from all files. Fixes #14. Fixes #22.
This commit is contained in:
@ -7,12 +7,8 @@ LIBRARY_DEPENDENCIES:
|
||||
((../src/InputProcessSimObject.cpp))
|
||||
*/
|
||||
|
||||
/*
|
||||
* $Id: IntegSimObject.hh 416 2009-11-18 22:32:12Z lin $
|
||||
*/
|
||||
|
||||
#ifndef _INPUTPROCESSSIMOBJECT_HH_
|
||||
#define _INPUTPROCESSSIMOBJECT_HH_
|
||||
#ifndef INPUTPROCESSSIMOBJECT_HH
|
||||
#define INPUTPROCESSSIMOBJECT_HH
|
||||
|
||||
#include <vector>
|
||||
#include <string>
|
||||
|
Reference in New Issue
Block a user