mirror of
https://github.com/nasa/trick.git
synced 2025-01-29 15:43:57 +00:00
90fd0ff9f8
Moved SIM_test_ip and a couple of other sims that depend on the same model set to a new test directory. I'm doing a couple of sims at a time. refs #191
25 lines
289 B
C++
25 lines
289 B
C++
/**
|
|
@file
|
|
|
|
@verbatim
|
|
PURPOSE:
|
|
(ICG test)
|
|
ICG: (No)
|
|
LIBRARY DEPENDENCY:
|
|
()
|
|
@endverbatim
|
|
*******************************************************************************/
|
|
|
|
#ifndef NOICG_HH
|
|
#define NOICG_HH
|
|
|
|
class DoNotICG {
|
|
|
|
public:
|
|
int ii ;
|
|
|
|
} ;
|
|
|
|
#endif /* _BALL_HH_ */
|
|
|