You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
227 B
11 lines
227 B
4 months ago
|
#ifndef STRESS1_M01_H
|
||
|
#define STRESS1_M01_H
|
||
|
|
||
|
#include "common.h"
|
||
|
|
||
|
// Trigger the use of special members for a class this is also defined in other
|
||
|
// modules.
|
||
|
inline N00::S01 m01_special_members() { return N00::S01(); }
|
||
|
|
||
|
#endif
|