Last change
on this file since 13539 was 13539, checked in by Eric.Larour, 12 years ago |
CHG:
simplified profiler further.
moved Dakotax to solution/dakota_core and cleanep up the modules/Dakotax code a lot.
also took care of reactivating sharedstring and DescriptorIndex.
|
File size:
286 bytes
|
Line | |
---|
1 | /*!\file: sharedstring.h
|
---|
2 | * \brief prototypes for sharedstring.h
|
---|
3 | */
|
---|
4 |
|
---|
5 | #ifndef _SHAREDSTRING_H_
|
---|
6 | #define _SHAREDSTRING_H_
|
---|
7 |
|
---|
8 | int DescriptorIndex(char* root, int* pindex,char* descriptor);
|
---|
9 |
|
---|
10 | #ifndef WIN32
|
---|
11 | int stricmp(const char* a,const char* b);
|
---|
12 | #endif
|
---|
13 |
|
---|
14 | #endif //ifndef _SHAREDSTRING_H_
|
---|
15 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.