Alex Lin 90fd0ff9f8 Split test sims and fun sims into separate directories.
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
2016-02-23 10:23:55 -06:00

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_ */